Hello community,

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

Package is "python-celerymon"

Thu Sep  7 22:13:11 2017 rev:8 rq:519153 version:1.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-celerymon/python-celerymon.changes        
2013-10-25 11:12:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-celerymon.new/python-celerymon.changes   
2017-09-07 22:13:12.946961939 +0200
@@ -1,0 +2,5 @@
+Thu Aug 24 13:33:48 UTC 2017 - jmate...@suse.com
+
+- singlespec auto-conversion
+
+-------------------------------------------------------------------
@@ -24,0 +30 @@
+

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

Other differences:
------------------
++++++ python-celerymon.spec ++++++
--- /var/tmp/diff_new_pack.RApiJa/_old  2017-09-07 22:13:13.606868937 +0200
+++ /var/tmp/diff_new_pack.RApiJa/_new  2017-09-07 22:13:13.610868374 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-celerymon
 #
-# 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,24 +16,23 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-celerymon
 Version:        1.0.3
 Release:        0
-Url:            http://github.com/ask/celerymon/
 Summary:        Real-time monitoring of Celery workers
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
-Source:         
http://pypi.python.org/packages/source/c/celerymon/celerymon-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+Url:            http://github.com/ask/celerymon/
+Source:         
https://files.pythonhosted.org/packages/source/c/celerymon/celerymon-%{version}.tar.gz
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 Requires:       python-celery
 Requires:       python-tornado
-%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
 celerymon - Real-time monitoring of Celery workers
@@ -42,15 +41,15 @@
 %setup -q -n celerymon-%{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
-%{_bindir}/celerymon
+%python3_only %{_bindir}/celerymon
 %{python_sitelib}/*
 
 %changelog


Reply via email to