SHA256
1
0
forked from pool/python-lupa

Accepting request 895337 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/895337
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lupa?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2021-06-01 08:33:00 +00:00 committed by Git OBS Bridge
commit a5d758c1f0
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 25 09:45:01 UTC 2021 - pgajdos@suse.com
- %check: use %pyunittest_arch rpm macro
-------------------------------------------------------------------
Thu Jan 7 16:28:30 UTC 2021 - Matej Cepl <mcepl@suse.com>

View File

@ -55,7 +55,9 @@ export CFLAGS="-fno-strict-aliasing %{optflags}"
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
%python_exec setup.py test
mv lupa/tests .
mv lupa lupa.hide
%pyunittest_arch discover -v
%files %{python_files}
%doc CHANGES.rst README.rst