Rebuilt for Python 3.10

This commit is contained in:
Python Maint 2021-06-04 12:10:44 +02:00 committed by Miro Hrončok
parent 02e460739a
commit ec1d12b185

View File

@ -1,9 +1,6 @@
%global _without_docs 1
%global _without_tests 1
%global _without_timeout 1
Name: pytest
Version: 6.2.4
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Simple powerful testing with Python
License: MIT
URL: https://pytest.org
@ -175,6 +172,9 @@ export INPUTRC=$PWD/.inputrc
%{python3_sitelib}/pytest/
%changelog
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 6.2.4-3
- Rebuilt for Python 3.10
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 6.2.4-2
- Bootstrap for Python 3.10