Hello community,

here is the log from the commit of package python3 for openSUSE:Factory checked 
in at 2018-01-06 18:46:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3 (Old)
 and      /work/SRC/openSUSE:Factory/.python3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3"

Sat Jan  6 18:46:40 2018 rev:81 rq:561429 version:3.6.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3/python3-base.changes     2017-12-06 
08:48:04.432081851 +0100
+++ /work/SRC/openSUSE:Factory/.python3.new/python3-base.changes        
2018-01-06 18:46:45.126064281 +0100
@@ -1,0 +2,11 @@
+Wed Jan  3 12:18:51 UTC 2018 - jmate...@suse.com
+
+- update to 3.6.4
+  * bugfix release, over a hundred bugs fixed
+  * see Misc/NEWS for details
+- drop upstreamed python3-ncurses-6.0-accessors.patch
+- drop PYTHONSTARTUP hooks that cause spurious startup errors
+  * fixes bsc#1070738
+  * the relevant feature (REPL history) is now built into Python itself
+
+-------------------------------------------------------------------
python3-doc.changes: same change
python3.changes: same change

Old:
----
  Python-3.6.3.tar.xz
  Python-3.6.3.tar.xz.asc
  python3-ncurses-6.0-accessors.patch
  python3.csh
  python3.sh
  python3start

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

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

Other differences:
------------------
++++++ python3-base.spec ++++++
--- /var/tmp/diff_new_pack.YU5413/_old  2018-01-06 18:46:48.261917756 +0100
+++ /var/tmp/diff_new_pack.YU5413/_new  2018-01-06 18:46:48.265917569 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-base
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -68,7 +68,7 @@
 %endif
 
 Name:           python3-base
-Version:        3.6.3
+Version:        3.6.4
 Release:        0
 Summary:        Python 3 Interpreter and Stdlib Core
 License:        Python-2.0
@@ -81,9 +81,6 @@
 Source2:        python.keyring
 Source3:        baselibs.conf
 Source4:        README.SUSE
-Source5:        python3start
-Source6:        python3.sh
-Source7:        python3.csh
 Source8:        macros.python3
 Source9:        import_failed.py
 Source10:       import_failed.map
@@ -160,8 +157,6 @@
 Patch12:        python-3.3.3-skip-distutils-test_sysconfig_module.patch
 # Raise timeout value for test_subprocess
 Patch15:        subprocess-raise-timeout.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 bmwiedem...@suse.de -- 
https://github.com/python/cpython/pull/296
 Patch21:        0001-allow-for-reproducible-builds-of-python-packages.patch
 # PATCH-FEATURE-OPENSUSE order files for compilation until the underlying 
cause of bsc#1049186 is resolved
@@ -256,7 +251,6 @@
 %patch09 -p1
 %patch12 -p1
 %patch15 -p1
-%patch20 -p1
 %patch21 -p1
 %patch22 -p1
 
@@ -423,11 +417,6 @@
     done
 )
 
-# startup scripts
-mkdir -p %{buildroot}%{_sysconfdir}/profile.d
-install -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir} # python3start
-install -m 644 %{SOURCE6} %{SOURCE7} %{buildroot}%{_sysconfdir}/profile.d # 
python3.sh, python3.csh
-
 # RPM macros
 mkdir -p %{buildroot}%{_sysconfdir}/rpm
 install -m 644 %{SOURCE8} %{buildroot}%{_sysconfdir}/rpm # macros.python3
@@ -509,9 +498,6 @@
 
 %files
 %defattr(644, root, root, 755)
-# profile files
-%config %{_sysconfdir}/python3start
-%config %{_sysconfdir}/profile.d/python3.*
 # docs
 %dir %{_docdir}/%{name}
 %doc %{_docdir}/%{name}/README.rst

++++++ python3-doc.spec ++++++
--- /var/tmp/diff_new_pack.YU5413/_old  2018-01-06 18:46:48.293916261 +0100
+++ /var/tmp/diff_new_pack.YU5413/_new  2018-01-06 18:46:48.297916074 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-doc
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -54,7 +54,7 @@
 ### COMMON-DEF-END ###
 #
 Name:           python3-doc
-Version:        3.6.3
+Version:        3.6.4
 Release:        0
 Summary:        Additional Package Documentation for Python 3
 License:        Python-2.0
@@ -84,8 +84,6 @@
 Patch12:        python-3.3.3-skip-distutils-test_sysconfig_module.patch
 # Raise timeout value for test_subprocess
 Patch15:        subprocess-raise-timeout.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 bmwiedem...@suse.de -- 
https://github.com/python/cpython/pull/296
 Patch21:        0001-allow-for-reproducible-builds-of-python-packages.patch
 # PATCH-FEATURE-OPENSUSE order files for compilation until the underlying 
cause of bsc#1049186 is resolved
@@ -110,7 +108,6 @@
 %patch09 -p1
 %patch12 -p1
 %patch15 -p1
-%patch20 -p1
 %patch21 -p1
 %patch22 -p1
 

++++++ python3.spec ++++++
--- /var/tmp/diff_new_pack.YU5413/_old  2018-01-06 18:46:48.325914766 +0100
+++ /var/tmp/diff_new_pack.YU5413/_new  2018-01-06 18:46:48.325914766 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -59,7 +59,7 @@
 ### COMMON-DEF-END ###
 #
 Name:           python3
-Version:        3.6.3
+Version:        3.6.4
 Release:        0
 Summary:        Python 3 Interpreter
 License:        Python-2.0
@@ -121,8 +121,6 @@
 Patch12:        python-3.3.3-skip-distutils-test_sysconfig_module.patch
 # Raise timeout value for test_subprocess
 Patch15:        subprocess-raise-timeout.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 bmwiedem...@suse.de -- 
https://github.com/python/cpython/pull/296
 Patch21:        0001-allow-for-reproducible-builds-of-python-packages.patch
 # PATCH-FEATURE-OPENSUSE order files for compilation until the underlying 
cause of bsc#1049186 is resolved
@@ -181,7 +179,6 @@
 %patch09 -p1
 %patch12 -p1
 %patch15 -p1
-%patch20 -p1
 %patch21 -p1
 %patch22 -p1
 

++++++ Python-3.6.3.tar.xz -> Python-3.6.4.tar.xz ++++++
/work/SRC/openSUSE:Factory/python3/Python-3.6.3.tar.xz 
/work/SRC/openSUSE:Factory/.python3.new/Python-3.6.4.tar.xz differ: char 27, 
line 1



Reply via email to