Bootstrap for Python 3.10

This commit is contained in:
Python Maint 2021-06-02 16:34:51 +02:00 committed by Miro Hrončok
parent a368ab2b22
commit 02e460739a

View File

@ -1,6 +1,9 @@
%global _without_docs 1
%global _without_tests 1
%global _without_timeout 1
Name: pytest
Version: 6.2.4
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Simple powerful testing with Python
License: MIT
URL: https://pytest.org
@ -172,6 +175,9 @@ export INPUTRC=$PWD/.inputrc
%{python3_sitelib}/pytest/
%changelog
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 6.2.4-2
- Bootstrap for Python 3.10
* Tue May 04 2021 Miro Hrončok <mhroncok@redhat.com> - 6.2.4-1
- Update to 6.2.4
- Fixes: rhbz#1956942