Bootstrap for Python 3.9
This commit is contained in:
parent
87954bbbb1
commit
ee158927fe
@ -1,6 +1,9 @@
|
|||||||
|
%global _without_docs 1
|
||||||
|
%global _without_optional_tests 1
|
||||||
|
%global _without_timeout 1
|
||||||
Name: pytest
|
Name: pytest
|
||||||
Version: 4.6.10
|
Version: 4.6.10
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Simple powerful testing with Python
|
Summary: Simple powerful testing with Python
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://pytest.org
|
URL: https://pytest.org
|
||||||
@ -139,6 +142,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
|
|||||||
%{python3_sitelib}/__pycache__/pytest.*
|
%{python3_sitelib}/__pycache__/pytest.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 4.6.10-2
|
||||||
|
- Bootstrap for Python 3.9
|
||||||
|
|
||||||
* Fri May 08 2020 Miro Hrončok <mhroncok@redhat.com> - 4.6.10-1
|
* Fri May 08 2020 Miro Hrončok <mhroncok@redhat.com> - 4.6.10-1
|
||||||
- Update to 4.6.10.
|
- Update to 4.6.10.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user