Hello community,

here is the log from the commit of package python-cl for openSUSE:Factory 
checked in at 2017-09-07 22:14:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cl (Old)
 and      /work/SRC/openSUSE:Factory/.python-cl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-cl"

Thu Sep  7 22:14:08 2017 rev:9 rq:521060 version:0.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cl/python-cl.changes      2013-04-17 
23:16:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-cl.new/python-cl.changes 2017-09-07 
22:14:29.372191516 +0200
@@ -1,0 +2,5 @@
+Thu Aug 24 13:34:21 UTC 2017 - jmate...@suse.com
+
+- singlespec auto-conversion
+
+-------------------------------------------------------------------
@@ -16,0 +22 @@
+

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

Other differences:
------------------
++++++ python-cl.spec ++++++
--- /var/tmp/diff_new_pack.UOYZT7/_old  2017-09-07 22:14:30.372050613 +0200
+++ /var/tmp/diff_new_pack.UOYZT7/_new  2017-09-07 22:14:30.376050049 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cl
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -16,22 +16,21 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-cl
 Version:        0.0.3
 Release:        0
-Url:            http://github.com/ask/cl/
 Summary:        Kombu actor framework
 License:        BSD-2-Clause
 Group:          Development/Languages/Python
-Source:         
http://pypi.python.org/packages/source/c/cl/cl-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
+Url:            http://github.com/ask/cl/
+Source:         
https://files.pythonhosted.org/packages/source/c/cl/cl-%{version}.tar.gz
+BuildRequires:  %{python_module devel}
+BuildRequires:  python-rpm-macros
 Requires:       python-kombu
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
-%endif
+%python_subpackages
 
 %description
 Actor framework for Kombu
@@ -40,12 +39,12 @@
 %setup -q -n cl-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc AUTHORS LICENSE README examples
 %{python_sitelib}/*


Reply via email to