Hello community,

here is the log from the commit of package python for openSUSE:Factory checked 
in at 2018-05-25 21:36:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python (Old)
 and      /work/SRC/openSUSE:Factory/.python.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python"

Fri May 25 21:36:18 2018 rev:132 rq:611151 version:2.7.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/python/python-base.changes       2018-04-07 
20:54:11.924597808 +0200
+++ /work/SRC/openSUSE:Factory/.python.new/python-base.changes  2018-05-25 
21:36:32.445649011 +0200
@@ -1,0 +2,12 @@
+Mon May 21 18:41:43 UTC 2018 - mich...@stroeder.com
+
+- update to 2.7.15
+  * dozens of bugfixes, see NEWS for details
+- removed obsolete patches:
+  * python-ncurses-6.0-accessors.patch
+  * python-fix-shebang.patch
+  * gcc8-miscompilation-fix.patch
+- add patch from upstream:
+  * do-not-use-non-ascii-in-test_ssl.patch
+
+-------------------------------------------------------------------
python-doc.changes: same change
python.changes: same change

Old:
----
  Python-2.7.14.tar.xz
  Python-2.7.14.tar.xz.asc
  gcc8-miscompilation-fix.patch
  python-2.7.14-docs-pdf-a4.tar.bz2
  python-2.7.14-docs-pdf-letter.tar.bz2
  python-fix-shebang.patch
  python-ncurses-6.0-accessors.patch

New:
----
  Python-2.7.15.tar.xz
  Python-2.7.15.tar.xz.asc
  do-not-use-non-ascii-in-test_ssl.patch
  python-2.7.15-docs-pdf-a4.tar.bz2
  python-2.7.15-docs-pdf-letter.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-base.spec ++++++
--- /var/tmp/diff_new_pack.UgSoPM/_old  2018-05-25 21:36:35.493538689 +0200
+++ /var/tmp/diff_new_pack.UgSoPM/_new  2018-05-25 21:36:35.513537966 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python-base
-Version:        2.7.14
+Version:        2.7.15
 Release:        0
 Summary:        Python Interpreter base package
 License:        Python-2.0
@@ -52,17 +52,14 @@
 Patch33:        python-2.7.9-ssl_ca_path.patch
 # PATCH-FEATURE-SLE disable SSL verification-by-default in http clients
 Patch34:        python-2.7.9-sles-disable-verification-by-default.patch
-# PATCH-FIX-UPSTREAM python-ncurses-6.0-accessors.patch dims...@opensuse.org 
-- Fix build with NCurses 6.0 and OPAQUE_WINDOW set to 1
-Patch35:        python-ncurses-6.0-accessors.patch
+# PATCH-FIX-UPSTREAM do not use non-ASCII filename in test_ssl.py
+Patch35:        do-not-use-non-ascii-in-test_ssl.patch
 # PATCH-FIX-UPSTREAM bmwiedem...@suse.de -- allow python packages to build 
reproducibly
 Patch38:        reproducible.patch
-# PATCH-FIX-UPSTREAM taken from upstream fix py3 shebang
-Patch39:        python-fix-shebang.patch
 # bypass boo#1078485 random failing tests
 Patch40:        python-skip_random_failing_tests.patch
 # PATCH-FIX-UPSTREAM sorted tar https://github.com/python/cpython/pull/2263
 Patch41:        python-sorted_tar.patch
-Patch42:        gcc8-miscompilation-fix.patch
 # COMMON-PATCH-END
 %define         python_version    %(echo %{tarversion} | head -c 3)
 BuildRequires:  automake
@@ -166,12 +163,10 @@
 %endif
 %patch35 -p1
 %patch38 -p1
-%patch39 -p1
 %ifarch ppc ppc64 ppc64le
 %patch40 -p1
 %endif
 %patch41 -p1
-%patch42 -p1
 
 # drop Autoconf version requirement
 sed -i 's/^version_required/dnl version_required/' configure.ac

++++++ python-doc.spec ++++++
--- /var/tmp/diff_new_pack.UgSoPM/_old  2018-05-25 21:36:35.569535939 +0200
+++ /var/tmp/diff_new_pack.UgSoPM/_new  2018-05-25 21:36:35.577535649 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python-doc
-Version:        2.7.14
+Version:        2.7.15
 Release:        0
 Summary:        Additional Package Documentation for Python
 License:        Python-2.0
@@ -53,12 +53,10 @@
 Patch33:        python-2.7.9-ssl_ca_path.patch
 # PATCH-FEATURE-SLE disable SSL verification-by-default in http clients
 Patch34:        python-2.7.9-sles-disable-verification-by-default.patch
-# PATCH-FIX-UPSTREAM python-ncurses-6.0-accessors.patch dims...@opensuse.org 
-- Fix build with NCurses 6.0 and OPAQUE_WINDOW set to 1
-Patch35:        python-ncurses-6.0-accessors.patch
+# PATCH-FIX-UPSTREAM do not use non-ASCII filename in test_ssl.py
+Patch35:        do-not-use-non-ascii-in-test_ssl.patch
 # PATCH-FIX-UPSTREAM bmwiedem...@suse.de -- allow python packages to build 
reproducibly
 Patch38:        reproducible.patch
-# PATCH-FIX-UPSTREAM taken from upstream fix py3 shebang
-Patch39:        python-fix-shebang.patch
 # bypass boo#1078485 random failing tests
 Patch40:        python-skip_random_failing_tests.patch
 # PATCH-FIX-UPSTREAM sorted tar https://github.com/python/cpython/pull/2263
@@ -112,7 +110,6 @@
 %endif
 %patch35 -p1
 %patch38 -p1
-%patch39 -p1
 %ifarch ppc ppc64 ppc64le
 %patch40 -p1
 %endif

++++++ python.spec ++++++
--- /var/tmp/diff_new_pack.UgSoPM/_old  2018-05-25 21:36:35.625533913 +0200
+++ /var/tmp/diff_new_pack.UgSoPM/_new  2018-05-25 21:36:35.629533768 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python
-Version:        2.7.14
+Version:        2.7.15
 Release:        0
 Summary:        Python Interpreter
 License:        Python-2.0
@@ -58,12 +58,10 @@
 Patch33:        python-2.7.9-ssl_ca_path.patch
 # PATCH-FEATURE-SLE disable SSL verification-by-default in http clients
 Patch34:        python-2.7.9-sles-disable-verification-by-default.patch
-# PATCH-FIX-UPSTREAM python-ncurses-6.0-accessors.patch dims...@opensuse.org 
-- Fix build with NCurses 6.0 and OPAQUE_WINDOW set to 1
-Patch35:        python-ncurses-6.0-accessors.patch
+# PATCH-FIX-UPSTREAM do not use non-ASCII filename in test_ssl.py
+Patch35:        do-not-use-non-ascii-in-test_ssl.patch
 # PATCH-FIX-UPSTREAM bmwiedem...@suse.de -- allow python packages to build 
reproducibly
 Patch38:        reproducible.patch
-# PATCH-FIX-UPSTREAM taken from upstream fix py3 shebang
-Patch39:        python-fix-shebang.patch
 # bypass boo#1078485 random failing tests
 Patch40:        python-skip_random_failing_tests.patch
 # PATCH-FIX-UPSTREAM sorted tar https://github.com/python/cpython/pull/2263
@@ -218,7 +216,6 @@
 %endif
 %patch35 -p1
 %patch38 -p1
-%patch39 -p1
 %ifarch ppc ppc64 ppc64le
 %patch40 -p1
 %endif

++++++ Python-2.7.14.tar.xz -> Python-2.7.15.tar.xz ++++++
/work/SRC/openSUSE:Factory/python/Python-2.7.14.tar.xz 
/work/SRC/openSUSE:Factory/.python.new/Python-2.7.15.tar.xz differ: char 26, 
line 1

++++++ do-not-use-non-ascii-in-test_ssl.patch ++++++
--- Python-2.7.15.orig/Lib/test/test_ssl.py     2018-04-30 00:47:33.000000000 
+0200
+++ Python-2.7.15/Lib/test/test_ssl.py  2018-05-21 21:23:23.905940795 +0200
@@ -1001,7 +1001,7 @@
         with self.assertRaises(ssl.SSLError) as cm:
             ctx.load_dh_params(CERTFILE)
         with support.temp_dir() as d:
-            fname = os.path.join(d, u'dhpäräm.pem')
+            fname = os.path.join(d, u'dhparam.pem')
             shutil.copy(DHFILE, fname)
             ctx.load_dh_params(fname)
 
++++++ python-2.7.14-docs-pdf-a4.tar.bz2 -> python-2.7.15-docs-pdf-a4.tar.bz2 
++++++
/work/SRC/openSUSE:Factory/python/python-2.7.14-docs-pdf-a4.tar.bz2 
/work/SRC/openSUSE:Factory/.python.new/python-2.7.15-docs-pdf-a4.tar.bz2 
differ: char 11, line 1

++++++ python-2.7.14-docs-pdf-letter.tar.bz2 -> 
python-2.7.15-docs-pdf-letter.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/python/python-2.7.14-docs-pdf-letter.tar.bz2 
/work/SRC/openSUSE:Factory/.python.new/python-2.7.15-docs-pdf-letter.tar.bz2 
differ: char 11, line 1



Reply via email to