1
0

Accepting request 743982 from devel:languages:python

- Replace %fdupes -s with plain %fdupes; hardlinks are better.

OBS-URL: https://build.opensuse.org/request/show/743982
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-filelock?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2019-11-04 16:10:26 +00:00 committed by Git OBS Bridge
commit 3fcf656dee
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 14 13:38:01 UTC 2019 - Matej Cepl <mcepl@suse.com>
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
-------------------------------------------------------------------
Fri Jun 7 13:19:04 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>

View File

@ -23,7 +23,6 @@ Version: 3.0.12
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 @@ inter-process communication.
%install
%python_install
%python_expand %fdupes -s %{buildroot}/%{$python_sitelib}
%python_expand %fdupes %{buildroot}/%{$python_sitelib}
%check
%pytest test.py