Hello community,

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

Package is "python-flup"

Wed May  3 15:54:58 2017 rev:10 rq:489480 version:1.0.3.dev_20110405

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-flup/python-flup.changes  2013-10-25 
11:16:10.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-flup.new/python-flup.changes     
2017-05-03 15:54:59.438856575 +0200
@@ -1,0 +2,11 @@
+Wed Apr 19 22:13:57 UTC 2017 - [email protected]
+
+- Source url must be https.
+
+-------------------------------------------------------------------
+Tue Apr 18 20:24:22 UTC 2017 - [email protected]
+
+- Add python2-provides for compatibility with singlespec macros.
+- Spec file cleanups.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-flup.spec ++++++
--- /var/tmp/diff_new_pack.C0khRw/_old  2017-05-03 15:55:00.134758331 +0200
+++ /var/tmp/diff_new_pack.C0khRw/_new  2017-05-03 15:55:00.138757766 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-flup
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,28 +18,24 @@
 
 Name:           python-flup
 Version:        1.0.3.dev_20110405
+%define tarver  1.0.3.dev-20110405
 Release:        0
 Url:            http://www.saddi.com/software/flup/
 Summary:        Random assortment of WSGI servers
 License:        BSD-2-Clause
 Group:          Development/Languages/Python
-Source:         
http://pypi.python.org/packages/source/f/flup/flup-1.0.3.dev-20110405.tar.gz
+Source:         
https://files.pythonhosted.org/packages/source/f/flup/flup-%{tarver}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1110
+Provides:       python2-flup = %{version}
 BuildArch:      noarch
-%endif
-%endif
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %description
 A random collection of WSGI modules for Python
 
 %prep
-%setup -q -n flup-1.0.3.dev-20110405
+%setup -q -n flup-%{tarver}
 
 %build
 python setup.py build
@@ -47,9 +43,6 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root,-)
 %doc ChangeLog


Reply via email to