Bootstrap for Python 3.11

This commit is contained in:
Python Maint 2022-06-13 16:53:52 +02:00 committed by Tomáš Hrnčiar
parent fd2af6790f
commit 8f1d770170

View File

@ -1,8 +1,11 @@
%global _without_docs 1
%global _without_tests 1
%global _without_tiemout 1
Name: pytest
%global base_version 7.1.2
#global prerelease ...
Version: %{base_version}%{?prerelease:~%{prerelease}}
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Simple powerful testing with Python
License: MIT
URL: https://pytest.org
@ -156,6 +159,9 @@ find %{buildroot}%{python3_sitelib} \
%changelog
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 7.1.2-2
- Bootstrap for Python 3.11
* Fri Apr 08 2022 Lumír Balhar <lbalhar@redhat.com> - 7.1.2-1
- Update to 7.1.2
Resolves: rhbz#2063549