Update to 0.8.1
This commit is contained in:
parent
b9403a7e45
commit
286bd4092e
@ -10,8 +10,8 @@
|
||||
%bcond_without tests
|
||||
|
||||
Name: python-pluggy
|
||||
Version: 0.8.0
|
||||
Release: 2%{?dist}
|
||||
Version: 0.8.1
|
||||
Release: 1%{?dist}
|
||||
Summary: The plugin manager stripped of pytest specific details
|
||||
|
||||
License: MIT
|
||||
@ -78,11 +78,10 @@ The plugin manager stripped of pytest specific details.
|
||||
|
||||
%if %{with tests}
|
||||
%check
|
||||
export PYTHONPATH=.:$PYTHONPATH
|
||||
py.test testing
|
||||
PYTHONPATH=$PWD %{__python2} -m pytest testing
|
||||
|
||||
%if %{with python3}
|
||||
py.test-%{python3_version} testing
|
||||
PYTHONPATH=$PWD %{__python3} -m pytest testing
|
||||
%endif
|
||||
%endif # with tests
|
||||
|
||||
@ -104,6 +103,9 @@ py.test-%{python3_version} testing
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Feb 08 2019 Alfredo Moralejo <amoralej@redhat.com> - 0.8.1-1
|
||||
- Update to 0.8.1.
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pluggy-0.8.0.tar.gz) = 4b2e489a1ebafe894e41bfb04a1958eec3239528b6cee4cb19d634f7658588d3cd6ec09d7f23c9c24d9c3425a4e733e97605a1efaa46d12bc8b7ec3add722d4f
|
||||
SHA512 (pluggy-0.8.1.tar.gz) = ee7a83f7c62e4366bc7c3c2ad822c788e5cae7ac900c3d41d84ef8b8d9c4cab7c4327df86c134c19f2faaa86a049913984550dd06db9b465ad58a83566cda150
|
||||
|
||||
Loading…
Reference in New Issue
Block a user