Hello community,

here is the log from the commit of package python-six for openSUSE:Factory 
checked in at 2019-01-28 20:47:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-six (Old)
 and      /work/SRC/openSUSE:Factory/.python-six.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-six"

Mon Jan 28 20:47:18 2019 rev:31 rq:668762 version:1.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-six/python-six.changes    2018-12-14 
20:47:59.969458888 +0100
+++ /work/SRC/openSUSE:Factory/.python-six.new.28833/python-six.changes 
2019-01-28 20:49:02.913866952 +0100
@@ -1,0 +2,11 @@
+Fri Jan 25 19:43:33 UTC 2019 - Neal Gompa <ngomp...@gmail.com>
+
+- Change %pretrans back to %pre to fix bootstrap issue (boo#1123064)
+
+-------------------------------------------------------------------
+Thu Jan 17 11:31:09 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Require just base python module, even full python is too much
+  and it is not required here
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-six.spec ++++++
--- /var/tmp/diff_new_pack.usH0dT/_old  2019-01-28 20:49:03.409866429 +0100
+++ /var/tmp/diff_new_pack.usH0dT/_new  2019-01-28 20:49:03.413866425 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-six
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -38,10 +38,9 @@
 Group:          Development/Libraries/Python
 URL:            http://pypi.python.org/pypi/six/
 Source:         
https://files.pythonhosted.org/packages/source/s/six/six-%{version}.tar.gz
+BuildRequires:  %{python_module base}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  python2
-BuildRequires:  python3
 %if %{with test}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module py}
@@ -97,7 +96,8 @@
 rm -rf test
 %endif
 
-%pretrans
+%pre
+# boo#1123064 - change back to pre scriptlet - if needed as pretrans, write in 
lua
 # bsc#1057496 - egg-info changed from directory to file
 if [ -d %{python_sitelib}/six-*-py%{python_version}.egg-info ]; then
     rm -rf %{python_sitelib}/six-*-py%{python_version}.egg-info


Reply via email to