Hello community,

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

Package is "python-pika-pool"

Tue Aug 22 11:11:30 2017 rev:2 rq:518056 version:0.1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pika-pool/python-pika-pool.changes        
2016-05-04 08:19:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-pika-pool.new/python-pika-pool.changes   
2017-08-22 11:11:32.448220174 +0200
@@ -1,0 +2,5 @@
+Tue Aug 22 06:30:08 UTC 2017 - [email protected]
+
+- convert to singlespec
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pika-pool.spec ++++++
--- /var/tmp/diff_new_pack.bry4D8/_old  2017-08-22 11:11:33.196114866 +0200
+++ /var/tmp/diff_new_pack.bry4D8/_new  2017-08-22 11:11:33.200114303 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pika-pool
 #
-# Copyright (c) 2016 SUSE LINUX 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,6 +16,7 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pika-pool
 Version:        0.1.3
 Release:        0
@@ -24,12 +25,14 @@
 Group:          Development/Languages/Python
 Url:            https://github.com/bninja/pika-pool
 Source:         
https://pypi.python.org/packages/source/p/pika-pool/pika-pool-%{version}.tar.gz
-BuildRequires:  python-devel
-BuildRequires:  python-pika >= 0.9
-BuildRequires:  python-setuptools
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pika >= 0.9}
+BuildRequires:  %{python_module setuptools}
 Requires:       python-pika >= 0.9
 BuildArch:      noarch
 
+%python_subpackages
+
 %description
 Pika connection pooling inspired by:
 
@@ -42,14 +45,14 @@
 %setup -q -n pika-pool-%{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 README.rst
-%{python_sitelib}/pika*
+%{python_sitelib}/*
 
 %changelog


Reply via email to