forked from pool/python-requests-futures
Accepting request 738395 from devel:languages:python
Replace %fdupes -s with plain %fdupes; hardlinks are better. OBS-URL: https://build.opensuse.org/request/show/738395 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-requests-futures?expand=0&rev=5
This commit is contained in:
commit
0a93a56e0b
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 14 14:41:20 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 12 08:47:57 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
Wed Jun 12 08:47:57 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
@ -23,7 +23,6 @@ Version: 1.0.0
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: Asynchronous Python HTTP Requests for Humans using Futures
|
Summary: Asynchronous Python HTTP Requests for Humans using Futures
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Languages/Python
|
|
||||||
URL: https://github.com/ross/%{short_name}
|
URL: https://github.com/ross/%{short_name}
|
||||||
Source: https://files.pythonhosted.org/packages/source/r/%{short_name}/%{short_name}-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/r/%{short_name}/%{short_name}-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module setuptools >= 38.6.1}
|
BuildRequires: %{python_module setuptools >= 38.6.1}
|
||||||
@ -48,7 +47,7 @@ concurrent.futures or the backport for prior versions of python.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# online tests on http://httpbin.org
|
# online tests on http://httpbin.org
|
||||||
|
Loading…
Reference in New Issue
Block a user