Hello community,

here is the log from the commit of package python-six for openSUSE:Factory 
checked in at 2018-08-17 23:59:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-six (Old)
 and      /work/SRC/openSUSE:Factory/.python-six.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-six"

Fri Aug 17 23:59:44 2018 rev:28 rq:628634 version:1.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-six/python-six-doc.changes        
2017-09-29 11:53:02.402653969 +0200
+++ /work/SRC/openSUSE:Factory/.python-six.new/python-six-doc.changes   
2018-08-17 23:59:46.478300598 +0200
@@ -1,0 +2,5 @@
+Fri Aug 10 13:07:30 UTC 2018 - [email protected]
+
+- Remove argparse dependency
+
+-------------------------------------------------------------------
python-six.changes: same change

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

Other differences:
------------------
++++++ python-six-doc.spec ++++++
--- /var/tmp/diff_new_pack.gQYVbF/_old  2018-08-17 23:59:48.594306898 +0200
+++ /var/tmp/diff_new_pack.gQYVbF/_new  2018-08-17 23:59:48.622306982 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-six-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
@@ -20,23 +20,20 @@
 Name:           python-six-doc
 Version:        1.11.0
 Release:        0
-Url:            http://pypi.python.org/pypi/six/
 Summary:        Python 2 and 3 compatibility utilities
 License:        MIT
 Group:          Development/Libraries/Python
+URL:            http://pypi.python.org/pypi/six/
 Source:         
https://files.pythonhosted.org/packages/source/s/six/six-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{python_module six}
-# require old python 2 explicitly to get the ssl module
-BuildRequires:  python
-# require only one version of Sphinx for now
-BuildRequires:  python3-Sphinx
 # Test requirements:
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module py}
+BuildRequires:  %{python_module six}
 BuildRequires:  python-rpm-macros
-BuildArch:      noarch
+# require only one version of Sphinx
+BuildRequires:  python3-Sphinx
 Provides:       %{python_module six-doc = %{version}}
+BuildArch:      noarch
 
 %description
 Six is a Python 2 and 3 compatibility library. It provides utility
@@ -54,7 +51,7 @@
 cd documentation && make html && rm _build/html/.buildinfo
 
 %install
-# only build documentation
+:
 
 # Run tests here to avoid dependency loop
 %check
@@ -66,7 +63,7 @@
 rm -rf test
 
 %files
-%defattr(-,root,root)
-%doc LICENSE README.rst CHANGES documentation/_build/html
+%license LICENSE
+%doc README.rst CHANGES documentation/_build/html
 
 %changelog

++++++ python-six.spec ++++++
--- /var/tmp/diff_new_pack.gQYVbF/_old  2018-08-17 23:59:48.906307827 +0200
+++ /var/tmp/diff_new_pack.gQYVbF/_new  2018-08-17 23:59:48.934307911 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-six
 #
-# 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
@@ -20,21 +20,14 @@
 Name:           python-six
 Version:        1.11.0
 Release:        0
-Url:            http://pypi.python.org/pypi/six/
 Summary:        Python 2 and 3 compatibility utilities
 License:        MIT
 Group:          Development/Libraries/Python
+URL:            http://pypi.python.org/pypi/six/
 Source:         
https://files.pythonhosted.org/packages/source/s/six/six-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{python_module base}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
-%if 0%{?suse_version} > 1110
 BuildArch:      noarch
-%else
-BuildRequires:  python-argparse
-Requires:       python-argparse
-%endif
-
 %python_subpackages
 
 %description
@@ -62,12 +55,12 @@
 %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
+    rm -rf %{python_sitelib}/six-%{version}-%{python_version}.egg-info
 fi
 
-%files %python_files
-%defattr(-,root,root)
-%doc LICENSE README.rst CHANGES
+%files %{python_files}
+%license LICENSE
+%doc README.rst CHANGES
 %{python_sitelib}/six.py*
 %pycache_only %{python3_sitelib}/__pycache__/*
 %{python_sitelib}/six-%{version}-py*.egg-info


Reply via email to