Hello community,

here is the log from the commit of package python-temps for openSUSE:Factory 
checked in at 2017-03-12 20:05:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-temps (Old)
 and      /work/SRC/openSUSE:Factory/.python-temps.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-temps"

Sun Mar 12 20:05:32 2017 rev:3 rq:478675 version:0.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-temps/python-temps.changes        
2017-03-09 02:03:09.853180753 +0100
+++ /work/SRC/openSUSE:Factory/.python-temps.new/python-temps.changes   
2017-03-12 20:05:33.224565463 +0100
@@ -1,0 +2,6 @@
+Sat Mar 11 15:33:28 UTC 2017 - [email protected]
+
+- reverted to python2 only package
+- spec-cleaned
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-temps.spec ++++++
--- /var/tmp/diff_new_pack.OHJ27J/_old  2017-03-12 20:05:33.772487929 +0100
+++ /var/tmp/diff_new_pack.OHJ27J/_new  2017-03-12 20:05:33.776487363 +0100
@@ -16,7 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%1 python3-%1}
 Name:           python-temps
 Version:        0.3.0
 Release:        0
@@ -24,15 +23,11 @@
 License:        MIT
 Group:          Development/Languages/Python
 Url:            https://github.com/todddeluca/temps
-Source:         
https://pypi.python.org/packages/4d/a5/1ce68a8088f9373566655c205910966da8222fd0e7f68bddd8ce5a28786e/temps-%{version}.tar.gz
-BuildRequires:  %{python_module base}
-BuildRequires:  %{python_module setuptools}
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
+Source:         
http://pypi.python.org/packages/source/t/temps/temps-%{version}.tar.gz
+BuildRequires:  python-devel
+BuildRequires:  python-setuptools
 BuildArch:      noarch
 
-%python_subpackages
-
 %description
 temps is a python module containing context managers for creating and
 cleaning up temporary files and directories.
@@ -56,20 +51,17 @@
 %setup -q -n temps-%{version}
 
 %build
-%python_build
+python setup.py build
 
 %install
-%python_install
-%fdupes -s %{buildroot}
+python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
-%python_exec setup.py test
+python setup.py -q test
 
-%files %{python_files}
+%files
 %defattr(-,root,root,-)
 %doc LICENSE.txt
-%{python_sitelib}/temps.py*
-%pycache_only %{python_sitelib}/__pycache__
-%{python_sitelib}/temps-%{version}-py%{python_version}.egg-info
+%{python_sitelib}/*
 
 %changelog


Reply via email to