15
0

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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyPrind?expand=0&rev=7
This commit is contained in:
2019-10-14 11:45:50 +00:00
committed by Git OBS Bridge
parent bb3190eae4
commit 52eabc1883
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 14 11:45:29 UTC 2019 - Matej Cepl <mcepl@suse.com>
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
-------------------------------------------------------------------
Wed Mar 6 09:17:35 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -22,7 +22,6 @@ Version: 2.11.2
Release: 0
Summary: Python progress bar and percent indicator utility
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/rasbt/pyprind
Source0: https://files.pythonhosted.org/packages/source/P/PyPrind/PyPrind-%{version}.tar.gz
BuildRequires: %{python_module psutil >= 3.2.0}
@@ -50,10 +49,10 @@ computation progress.
%install
%python_install
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v tests
%pytest tests
%files %{python_files}
%doc README.md