Hello community,

here is the log from the commit of package python-six for openSUSE:Factory 
checked in at 2017-10-23 16:38:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-six (Old)
 and      /work/SRC/openSUSE:Factory/.python-six.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-six"

Mon Oct 23 16:38:35 2017 rev:27 rq:534285 version:1.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-six/python-six.changes    2017-09-29 
11:53:05.766179670 +0200
+++ /work/SRC/openSUSE:Factory/.python-six.new/python-six.changes       
2017-10-23 16:38:36.365922013 +0200
@@ -1,0 +2,9 @@
+Mon Oct 16 16:49:50 UTC 2017 - jmate...@suse.com
+
+- remove egg-info directory before installation if it exists,
+  because setuptools produce directory and six switched to distutils
+  that produce a file
+  (and because rpm can't handle that by itself)
+  fixes bsc#1057496
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-six.spec ++++++
--- /var/tmp/diff_new_pack.7XRcxD/_old  2017-10-23 16:38:36.829900299 +0200
+++ /var/tmp/diff_new_pack.7XRcxD/_new  2017-10-23 16:38:36.833900112 +0200
@@ -59,6 +59,12 @@
 # %check
 # python test_six.py
 
+%pre
+# bsc#1057496 - egg-info changed from directory to file
+if [ -d %{python_sitelib}/six-%{version}-py%{python_version}.egg-info ]; then
+    rm -r %{python_sitelib}/six-%{version}-%{python_version}.egg-info
+fi
+
 %files %python_files
 %defattr(-,root,root)
 %doc LICENSE README.rst CHANGES


Reply via email to