Hello community,

here is the log from the commit of package python-cerealizer for 
openSUSE:Factory checked in at 2017-09-05 15:15:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cerealizer (Old)
 and      /work/SRC/openSUSE:Factory/.python-cerealizer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-cerealizer"

Tue Sep  5 15:15:44 2017 rev:16 rq:520194 version:0.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cerealizer/python-cerealizer.changes      
2015-09-08 17:42:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-cerealizer.new/python-cerealizer.changes 
2017-09-05 15:15:44.356859251 +0200
@@ -1,0 +2,5 @@
+Thu Aug 24 13:33:56 UTC 2017 - [email protected]
+
+- singlespec auto-conversion
+
+-------------------------------------------------------------------
@@ -25,0 +31 @@
+

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

Other differences:
------------------
++++++ python-cerealizer.spec ++++++
--- /var/tmp/diff_new_pack.6zIaB3/_old  2017-09-05 15:15:44.956774924 +0200
+++ /var/tmp/diff_new_pack.6zIaB3/_new  2017-09-05 15:15:44.960774363 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cerealizer
 #
-# Copyright (c) 2015 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,20 @@
 #
 
 
-%define modname Cerealizer
-
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-cerealizer
 Version:        0.8.1
 Release:        0
 Summary:        A secure pickle-like module
 License:        Python-2.0
 Group:          Development/Libraries/Python
+Source:         
https://files.pythonhosted.org/packages/source/C/Cerealizer/Cerealizer-%{version}.tar.bz2
 Url:            http://pypi.python.org/pypi/Cerealizer
-Source:         %{modname}-%{version}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
-%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
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
 BuildArch:      noarch
-%endif
+%python_subpackages
 
 %description
 A secure pickle-like module. It support basic types (int, string, unicode,
@@ -42,15 +38,15 @@
 C-defined type.
 
 %prep
-%setup -q -n %{modname}-%{version}
+%setup -q -n Cerealizer-%{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
 %{python_sitelib}/*


Reply via email to