#172 Rebase to v3.8.2rc2
Closed 4 years ago by churchyard. Opened 4 years ago by dormouse.
rpms/ dormouse/python3 f32  into  f32

file modified
+1 -1
@@ -1,4 +1,4 @@ 

- From f53238e957d070d1cb75110884c93230f9e977df Mon Sep 17 00:00:00 2001

+ From e74acc597bbe66f8cb27c7e16408c1a105f99465 Mon Sep 17 00:00:00 2001

  From: David Malcolm <dmalcolm@redhat.com>

  Date: Wed, 13 Jan 2010 21:25:18 +0000

  Subject: [PATCH] 00001: Fixup distutils/unixccompiler.py to remove standard

file modified
+5 -5
@@ -1,4 +1,4 @@ 

- From cf9c14a566bbcda2b2a933e6c1407d773e46d115 Mon Sep 17 00:00:00 2001

+ From b56b51af018e3b1223b708950de968585313a8b8 Mon Sep 17 00:00:00 2001

  From: David Malcolm <dmalcolm@redhat.com>

  Date: Wed, 13 Jan 2010 21:25:18 +0000

  Subject: [PATCH] 00102: Change the various install paths to use /usr/lib64/
@@ -198,10 +198,10 @@ 

           return DECODE_LOCALE_ERR("EXEC_PREFIX define", len);

       }

  diff --git a/configure b/configure

- index 0914e24704..889d6b6a7f 100755

+ index a979363acf..b89ae1be3c 100755

  --- a/configure

  +++ b/configure

- @@ -15170,9 +15170,9 @@ fi

+ @@ -15188,9 +15188,9 @@ fi

   

   

   if test x$PLATFORM_TRIPLET = x; then
@@ -214,10 +214,10 @@ 

   

   

  diff --git a/configure.ac b/configure.ac

- index 7051dc109a..a13be153fa 100644

+ index e57ef7c38b..c59cbc223f 100644

  --- a/configure.ac

  +++ b/configure.ac

- @@ -4668,9 +4668,9 @@ fi

+ @@ -4674,9 +4674,9 @@ fi

   dnl define LIBPL after ABIFLAGS and LDVERSION is defined.

   AC_SUBST(PY_ENABLE_SHARED)

   if test x$PLATFORM_TRIPLET = x; then

file modified
+1 -1
@@ -1,4 +1,4 @@ 

- From a90df7804cbe882087a246a459e861982a24530e Mon Sep 17 00:00:00 2001

+ From f1f74b920972146b0255366baca2e033ec45057e Mon Sep 17 00:00:00 2001

  From: David Malcolm <dmalcolm@redhat.com>

  Date: Mon, 18 Jan 2010 17:59:07 +0000

  Subject: [PATCH] 00111: Don't try to build a libpythonMAJOR.MINOR.a

file modified
+1 -1
@@ -1,4 +1,4 @@ 

- From bcf7c86bc0c76460a517f51758d6d9168bfbfe3c Mon Sep 17 00:00:00 2001

+ From 3b1cea43d3da4229c210c44f4694675cba341a19 Mon Sep 17 00:00:00 2001

  From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= <miro@hroncok.cz>

  Date: Wed, 15 Aug 2018 15:36:29 +0200

  Subject: [PATCH] 00189: Instead of bundled wheels, use our RPM packaged wheels

@@ -1,4 +1,4 @@ 

- From 1c47206da399fd39324b1ff85d74b737c85a4773 Mon Sep 17 00:00:00 2001

+ From 67d36e6957a05ec1c757592a808c10b5ee460811 Mon Sep 17 00:00:00 2001

  From: Michal Cyprian <m.cyprian@gmail.com>

  Date: Mon, 26 Jun 2017 16:32:56 +0200

  Subject: [PATCH] 00251: Change user install location

file modified
+5 -5
@@ -1,4 +1,4 @@ 

- From 54e845bf03ce7103bc4e47de1ef4bc0a5af00193 Mon Sep 17 00:00:00 2001

+ From 04d05cd76ec316f429d36e2deb1a6a1fde75a608 Mon Sep 17 00:00:00 2001

  From: Petr Viktorin <pviktori@redhat.com>

  Date: Mon, 28 Aug 2017 17:16:46 +0200

  Subject: [PATCH] 00274: Upstream uses Debian-style architecture naming, change
@@ -29,10 +29,10 @@ 

   	ppc64le | powerpc64little)

   		basic_machine=powerpc64le-unknown

  diff --git a/configure.ac b/configure.ac

- index a13be153fa..edf17032b8 100644

+ index c59cbc223f..a3e1c04e1b 100644

  --- a/configure.ac

  +++ b/configure.ac

- @@ -741,9 +741,9 @@ cat >> conftest.c <<EOF

+ @@ -747,9 +747,9 @@ cat >> conftest.c <<EOF

           alpha-linux-gnu

   # elif defined(__ARM_EABI__) && defined(__ARM_PCS_VFP)

   #  if defined(__ARMEL__)
@@ -44,7 +44,7 @@ 

   #  endif

   # elif defined(__ARM_EABI__) && !defined(__ARM_PCS_VFP)

   #  if defined(__ARMEL__)

- @@ -783,7 +783,7 @@ cat >> conftest.c <<EOF

+ @@ -789,7 +789,7 @@ cat >> conftest.c <<EOF

   #  elif _MIPS_SIM == _ABIN32

           mips64el-linux-gnuabin32

   #  elif _MIPS_SIM == _ABI64
@@ -53,7 +53,7 @@ 

   #  else

   #   error unknown platform triplet

   #  endif

- @@ -793,22 +793,22 @@ cat >> conftest.c <<EOF

+ @@ -799,22 +799,22 @@ cat >> conftest.c <<EOF

   #  elif _MIPS_SIM == _ABIN32

           mips64-linux-gnuabin32

   #  elif _MIPS_SIM == _ABI64

@@ -1,4 +1,4 @@ 

- From f8b528426c6f44dfe8df4240c7df2dee8a03fcd9 Mon Sep 17 00:00:00 2001

+ From 62a7e06903ff3da08c63b6e247db156e36f1d630 Mon Sep 17 00:00:00 2001

  From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= <miro@hroncok.cz>

  Date: Thu, 11 Jul 2019 13:44:13 +0200

  Subject: [PATCH] 00328: Restore pyc to TIMESTAMP invalidation mode as default

file modified
+4 -1
@@ -14,7 +14,7 @@ 

  #  WARNING  When rebasing to a new Python version,

  #           remember to update the python3-docs package as well

  %global general_version %{pybasever}.2

- %global prerel rc1

+ %global prerel rc2

  %global upstream_version %{general_version}%{?prerel}

  Version: %{general_version}%{?prerel:~%{prerel}}

  Release: 1%{?dist}
@@ -1585,6 +1585,9 @@ 

  # ======================================================

  

  %changelog

+ * Mon Feb 24 2020 Marcel Plch <mplch@redhat.com> - 3.8.2~rc2-1

+ - Rebased to 3.8.2rc2

+ 

  * Wed Feb 12 2020 Miro Hrončok <mhroncok@redhat.com> - 3.8.2~rc1-1

  - Rebased to 3.8.2rc1

  

file modified
+2 -2
@@ -1,2 +1,2 @@ 

- SHA512 (Python-3.8.2rc1.tar.xz) = 69a629b3129317ea5a74dd95845242e76d91910b13d1c15fbdf1a22f4c8f2168de6ec704daffba43ac05ab499f6cad623a3dfdb1853ad56de3ac7a7fc9c7c703

- SHA512 (Python-3.8.2rc1.tar.xz.asc) = 0448d9bf154f2f66913896d200046e5ee54605992b4991150c1632fbd09a062424318ac9790b9ea098923de1fda0ceb304eada99862a4de020fab1fcae4aa8e2

+ SHA512 (Python-3.8.2rc2.tar.xz) = f502ec3fbf9ec618193bdf71a1f0ea4fce5eb584bd1ddee396aad14f41a40e7987fbfb184759c13eeb28b7bf4513aaf678375ca29b51840755056f8af1fbeb99

+ SHA512 (Python-3.8.2rc2.tar.xz.asc) = 85a091af0bdc2d62269ce46d0f82a00d051b4487ecea6282147dd181fdba49ca6e8eeb3bbea62e4a792d25ce144441d26ddda194891bc3e67713d650dc8f1b23