Hello community,
here is the log from the commit of package python-filelock for openSUSE:Factory
checked in at 2019-11-04 17:10:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-filelock (Old)
and /work/SRC/openSUSE:Factory/.python-filelock.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-filelock"
Mon Nov 4 17:10:26 2019 rev:4 rq:743982 version:3.0.12
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-filelock/python-filelock.changes
2019-06-13 22:32:02.428406739 +0200
+++
/work/SRC/openSUSE:Factory/.python-filelock.new.2990/python-filelock.changes
2019-11-04 17:10:28.092521488 +0100
@@ -1,0 +2,5 @@
+Mon Oct 14 13:38:01 UTC 2019 - Matej Cepl <[email protected]>
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-filelock.spec ++++++
--- /var/tmp/diff_new_pack.nIvo0L/_old 2019-11-04 17:10:28.696522133 +0100
+++ /var/tmp/diff_new_pack.nIvo0L/_new 2019-11-04 17:10:28.696522133 +0100
@@ -23,7 +23,6 @@
Release: 0
Summary: Platform Independent File Lock in Python
License: Unlicense
-Group: Development/Languages/Python
URL: https://github.com/benediktschmitt/py-filelock
Source:
https://github.com/benediktschmitt/py-filelock/archive/v%{version}.tar.gz
BuildRequires: %{python_module pytest}
@@ -46,7 +45,7 @@
%install
%python_install
-%python_expand %fdupes -s %{buildroot}/%{$python_sitelib}
+%python_expand %fdupes %{buildroot}/%{$python_sitelib}
%check
%pytest test.py