Hello community,
here is the log from the commit of package python-testresources for
openSUSE:Factory checked in at 2019-11-04 17:11:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-testresources (Old)
and /work/SRC/openSUSE:Factory/.python-testresources.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-testresources"
Mon Nov 4 17:11:29 2019 rev:11 rq:743998 version:2.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-testresources/python-testresources.changes
2018-08-10 09:48:52.362182445 +0200
+++
/work/SRC/openSUSE:Factory/.python-testresources.new.2990/python-testresources.changes
2019-11-04 17:11:30.840588524 +0100
@@ -1,0 +2,5 @@
+Mon Oct 14 14:45:15 UTC 2019 - Matej Cepl <[email protected]>
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-testresources.spec ++++++
--- /var/tmp/diff_new_pack.mCtmCy/_old 2019-11-04 17:11:32.072589840 +0100
+++ /var/tmp/diff_new_pack.mCtmCy/_new 2019-11-04 17:11:32.108589878 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-testresources
#
-# 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
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -22,7 +22,6 @@
Release: 0
Summary: A pyunit extension for managing expensive test resources
License: (Apache-2.0 OR BSD-3-Clause) AND GPL-2.0-or-later
-Group: Development/Languages/Python
URL: https://github.com/testing-cabal/testresources
Source:
https://files.pythonhosted.org/packages/source/t/testresources/testresources-%{version}.tar.gz
Patch0: testresources-flaky-tests.patch
@@ -49,7 +48,7 @@
%install
%python_install
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec setup.py test