Hello community,

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

Package is "python-celery"

Thu Sep  7 22:13:36 2017 rev:18 rq:521058 version:4.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-celery/python-celery.changes      
2017-08-10 14:11:34.360934865 +0200
+++ /work/SRC/openSUSE:Factory/.python-celery.new/python-celery.changes 
2017-09-07 22:14:21.557292828 +0200
@@ -1,0 +2,5 @@
+Thu Aug 24 13:33:50 UTC 2017 - jmate...@suse.com
+
+- singlespec auto-conversion
+
+-------------------------------------------------------------------
@@ -1690,0 +1696 @@
+

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

Other differences:
------------------
++++++ python-celery.spec ++++++
--- /var/tmp/diff_new_pack.7SGdq5/_old  2017-09-07 22:14:25.352757953 +0200
+++ /var/tmp/diff_new_pack.7SGdq5/_new  2017-09-07 22:14:25.352757953 +0200
@@ -16,33 +16,34 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-celery
 Version:        4.0.2
 Release:        0
-Url:            http://celeryproject.org
 Summary:        Distributed Task Queue module for Python
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
+Url:            http://celeryproject.org
 Source:         
https://files.pythonhosted.org/packages/source/c/celery/celery-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  %{python_module SQLAlchemy}
+BuildRequires:  %{python_module billiard >= 3.5.0.2}
+BuildRequires:  %{python_module case >= 1.3.1}
+BuildRequires:  %{python_module cl}
+BuildRequires:  %{python_module curses}
+BuildRequires:  %{python_module python-dateutil}
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module eventlet}
+BuildRequires:  %{python_module gevent}
+BuildRequires:  %{python_module kombu >= 4.0.2}
+BuildRequires:  %{python_module pyOpenSSL}
+BuildRequires:  %{python_module pytest >= 3.0}
+BuildRequires:  %{python_module pytz}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  netcfg
-BuildRequires:  python-SQLAlchemy
-BuildRequires:  python-billiard >= 3.5.0.2
-BuildRequires:  python-case >= 1.3.1
-BuildRequires:  python-cl
-BuildRequires:  python-curses
-BuildRequires:  python-dateutil
-BuildRequires:  python-devel
-BuildRequires:  python-eventlet
-BuildRequires:  python-gevent
-BuildRequires:  python-kombu >= 4.0.2
-BuildRequires:  python-pyOpenSSL
-BuildRequires:  python-pytest >= 3.0
-BuildRequires:  python-pytz
-BuildRequires:  python-setuptools
+BuildRequires:  python-rpm-macros
 Requires:       python-billiard >= 3.5.0.2
-Requires:       python-dateutil
+Requires:       python-python-dateutil
 Recommends:     python-curses
 Recommends:     python-pyOpenSSL
 Suggests:       python-eventlet
@@ -50,7 +51,9 @@
 Suggests:       python-pymongo
 Suggests:       python-python-daemon
 Suggests:       python-pytyrant
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
+%python_subpackages
 
 %description
 Celery is an asynchronous task queue/job queue based on distributed
@@ -61,19 +64,19 @@
 %setup -q -n celery-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
 %fdupes %{buildroot}/%{_prefix}
 
 %check
 python setup.py -q test
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %{python_sitelib}/*
 %doc Changelog README.rst TODO LICENSE
-%{_bindir}/celery*
+%python3_only %{_bindir}/celery*
 
 %changelog


Reply via email to