From 52eabc1883f15dbaf3e244014ee9b3266d4050954b63d2bf61fefbb6465c62fd Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 14 Oct 2019 11:45:50 +0000 Subject: [PATCH] - 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 --- python-PyPrind.changes | 5 +++++ python-PyPrind.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/python-PyPrind.changes b/python-PyPrind.changes index 6b9f167..24df7c0 100644 --- a/python-PyPrind.changes +++ b/python-PyPrind.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 11:45:29 UTC 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + ------------------------------------------------------------------- Wed Mar 6 09:17:35 UTC 2019 - Tomáš Chvátal diff --git a/python-PyPrind.spec b/python-PyPrind.spec index 80f23b2..69aa5bc 100644 --- a/python-PyPrind.spec +++ b/python-PyPrind.spec @@ -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