Hello community,

here is the log from the commit of package python-WSME for openSUSE:Factory 
checked in at 2019-10-16 09:14:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-WSME (Old)
 and      /work/SRC/openSUSE:Factory/.python-WSME.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-WSME"

Wed Oct 16 09:14:23 2019 rev:16 rq:738310 version:0.9.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-WSME/python-WSME.changes  2018-12-13 
19:45:12.316953150 +0100
+++ /work/SRC/openSUSE:Factory/.python-WSME.new.2352/python-WSME.changes        
2019-10-16 09:14:25.735599998 +0200
@@ -1,0 +2,5 @@
+Mon Oct 14 11:46:03 UTC 2019 - Matej Cepl <mc...@suse.com>
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-WSME.spec ++++++
--- /var/tmp/diff_new_pack.eUSgCv/_old  2019-10-16 09:14:26.299598544 +0200
+++ /var/tmp/diff_new_pack.eUSgCv/_new  2019-10-16 09:14:26.303598534 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-WSME
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -22,31 +22,28 @@
 Release:        0
 Summary:        Web Services Made Easy
 License:        MIT
-Group:          Development/Languages/Python
-Url:            http://packages.python.org/WSME/
+URL:            https://packages.python.org/WSME/
 Source:         
https://files.pythonhosted.org/packages/source/W/WSME/WSME-%{version}.tar.gz
-BuildRequires:  %{python_module pbr}
-BuildRequires:  %{python_module setuptools}
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
 # Test requirements:
 BuildRequires:  %{python_module WebOb >= 1.2.3}
 BuildRequires:  %{python_module WebTest}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module netaddr >= 0.7.12}
 BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module pbr}
 BuildRequires:  %{python_module pecan}
 BuildRequires:  %{python_module pytz}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module simplegeneric}
 BuildRequires:  %{python_module six >= 1.9.0}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Requires:       python-WebOb >= 1.2.3
 Requires:       python-netaddr >= 0.7.12
 Requires:       python-pytz
 Requires:       python-simplegeneric
 Requires:       python-six >= 1.9.0
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -63,7 +60,7 @@
 
 %install
 %python_install
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 %python_exec %{_bindir}/nosetests -v tests/pecantest tests/rest


Reply via email to