Bootstrap for Python 3.9

This commit is contained in:
Miro Hrončok 2020-05-22 15:17:40 +02:00
parent 87954bbbb1
commit ee158927fe

View File

@ -1,6 +1,9 @@
%global _without_docs 1
%global _without_optional_tests 1
%global _without_timeout 1
Name: pytest
Version: 4.6.10
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Simple powerful testing with Python
License: MIT
URL: https://pytest.org
@ -139,6 +142,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \
%{python3_sitelib}/__pycache__/pytest.*
%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
- Update to 4.6.10.