Hello community,

here is the log from the commit of package python3 for openSUSE:Factory checked 
in at 2017-08-12 19:35:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3 (Old)
 and      /work/SRC/openSUSE:Factory/.python3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3"

Sat Aug 12 19:35:02 2017 rev:73 rq:514565 version:3.6.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3/python3-base.changes     2017-07-30 
11:19:54.088696237 +0200
+++ /work/SRC/openSUSE:Factory/.python3.new/python3-base.changes        
2017-08-12 19:35:05.298268489 +0200
@@ -1,0 +2,10 @@
+Thu Aug  3 16:09:26 UTC 2017 - jmate...@suse.com
+
+- update to 3.6.2
+  * bugfix release, over a hundred bugs fixed
+  * see Misc/NEWS for details
+- drop upstreamed test-socket-aead-kernel49.patch
+- add Provides: python3-typing (fixes bsc#1050653)
+- drop duplicate Provides: python3
+
+-------------------------------------------------------------------
python3-doc.changes: same change
python3.changes: same change

Old:
----
  Python-3.6.1.tar.xz
  Python-3.6.1.tar.xz.asc
  test-socket-aead-kernel49.patch

New:
----
  Python-3.6.2.tar.xz
  Python-3.6.2.tar.xz.asc

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

Other differences:
------------------
++++++ python3-base.spec ++++++
--- /var/tmp/diff_new_pack.oAnCfG/_old  2017-08-12 19:35:07.413971798 +0200
+++ /var/tmp/diff_new_pack.oAnCfG/_new  2017-08-12 19:35:07.425970115 +0200
@@ -68,7 +68,7 @@
 %endif
 
 Name:           python3-base
-Version:        3.6.1
+Version:        3.6.2
 Release:        0
 Summary:        Python 3 Interpreter and Stdlib Core
 License:        Python-2.0
@@ -106,10 +106,14 @@
 Obsoletes:      python3 < 3.2
 # no Provides, because python3 is obviously provided by package python3
 
-# python3 3.4 provides asyncio
+# python 3.4 provides asyncio
 Provides:       python3-asyncio = %{version}
 Obsoletes:      python3-asyncio < %{version}
 
+# python 3.6 provides typing
+Provides:       python3-typing = %{version}
+Obsoletes:      python3-typing < %{version}
+
 ##### BUILDREQUIRES #####
 # SECTION required for basic build
 BuildRequires:  automake
@@ -158,10 +162,8 @@
 Patch19:        python-2.7-libffi-aarch64.patch
 # PATCH-FIX-UPSTREAM python3-ncurses-6.0-accessors.patch dims...@opensuse.org 
-- Fix build with NCurses 6.0 and OPAQUE_WINDOW set to 1
 Patch20:        python3-ncurses-6.0-accessors.patch
-# PATCH-FIX-UPSTREAM fix Kernel Crypto test failing on kernel >= 4.9
-Patch21:        test-socket-aead-kernel49.patch
 # PATCH-FIX-UPSTREAM bmwiedem...@suse.de -- 
https://github.com/python/cpython/pull/296
-Patch22:        0001-allow-for-reproducible-builds-of-python-packages.patch
+Patch21:        0001-allow-for-reproducible-builds-of-python-packages.patch
 ### COMMON-PATCH-END ###
 
 %description
@@ -255,7 +257,6 @@
 %patch19 -p1
 %patch20 -p1
 %patch21 -p1
-%patch22 -p1
 
 # drop Autoconf version requirement
 sed -i 's/^AC_PREREQ/dnl AC_PREREQ/' configure.ac

++++++ python3-doc.spec ++++++
--- /var/tmp/diff_new_pack.oAnCfG/_old  2017-08-12 19:35:07.509958337 +0200
+++ /var/tmp/diff_new_pack.oAnCfG/_new  2017-08-12 19:35:07.513957776 +0200
@@ -54,7 +54,7 @@
 ### COMMON-DEF-END ###
 #
 Name:           python3-doc
-Version:        3.6.1
+Version:        3.6.2
 Release:        0
 Summary:        Additional Package Documentation for Python 3
 License:        Python-2.0
@@ -88,10 +88,8 @@
 Patch19:        python-2.7-libffi-aarch64.patch
 # PATCH-FIX-UPSTREAM python3-ncurses-6.0-accessors.patch dims...@opensuse.org 
-- Fix build with NCurses 6.0 and OPAQUE_WINDOW set to 1
 Patch20:        python3-ncurses-6.0-accessors.patch
-# PATCH-FIX-UPSTREAM fix Kernel Crypto test failing on kernel >= 4.9
-Patch21:        test-socket-aead-kernel49.patch
 # PATCH-FIX-UPSTREAM bmwiedem...@suse.de -- 
https://github.com/python/cpython/pull/296
-Patch22:        0001-allow-for-reproducible-builds-of-python-packages.patch
+Patch21:        0001-allow-for-reproducible-builds-of-python-packages.patch
 ### COMMON-PATCH-END ###
 
 %description
@@ -115,7 +113,6 @@
 %patch19 -p1
 %patch20 -p1
 %patch21 -p1
-%patch22 -p1
 
 # drop Autoconf version requirement
 sed -i 's/^AC_PREREQ/dnl AC_PREREQ/' configure.ac

++++++ python3.spec ++++++
--- /var/tmp/diff_new_pack.oAnCfG/_old  2017-08-12 19:35:07.629941511 +0200
+++ /var/tmp/diff_new_pack.oAnCfG/_new  2017-08-12 19:35:07.637940390 +0200
@@ -59,7 +59,7 @@
 ### COMMON-DEF-END ###
 #
 Name:           python3
-Version:        3.6.1
+Version:        3.6.2
 Release:        0
 Summary:        Python 3 Interpreter
 License:        Python-2.0
@@ -95,7 +95,6 @@
 Recommends:     python3-tk
 # some compatibility Provides
 Provides:       python  = %{python_version}
-Provides:       python3 = %{python_version}
 Provides:       python3-xml = %{version}
 Obsoletes:      python3-xml < %{version}
 #
@@ -125,10 +124,8 @@
 Patch19:        python-2.7-libffi-aarch64.patch
 # PATCH-FIX-UPSTREAM python3-ncurses-6.0-accessors.patch dims...@opensuse.org 
-- Fix build with NCurses 6.0 and OPAQUE_WINDOW set to 1
 Patch20:        python3-ncurses-6.0-accessors.patch
-# PATCH-FIX-UPSTREAM fix Kernel Crypto test failing on kernel >= 4.9
-Patch21:        test-socket-aead-kernel49.patch
 # PATCH-FIX-UPSTREAM bmwiedem...@suse.de -- 
https://github.com/python/cpython/pull/296
-Patch22:        0001-allow-for-reproducible-builds-of-python-packages.patch
+Patch21:        0001-allow-for-reproducible-builds-of-python-packages.patch
 ### COMMON-PATCH-END ###
 
 %description
@@ -186,7 +183,6 @@
 %patch19 -p1
 %patch20 -p1
 %patch21 -p1
-%patch22 -p1
 
 # drop Autoconf version requirement
 sed -i 's/^AC_PREREQ/dnl AC_PREREQ/' configure.ac

++++++ Python-3.6.1.tar.xz -> Python-3.6.2.tar.xz ++++++
/work/SRC/openSUSE:Factory/python3/Python-3.6.1.tar.xz 
/work/SRC/openSUSE:Factory/.python3.new/Python-3.6.2.tar.xz differ: char 26, 
line 1



Reply via email to