Bootstrap for Python 3.11
This commit is contained in:
parent
fd2af6790f
commit
8f1d770170
@ -1,8 +1,11 @@
|
|||||||
|
%global _without_docs 1
|
||||||
|
%global _without_tests 1
|
||||||
|
%global _without_tiemout 1
|
||||||
Name: pytest
|
Name: pytest
|
||||||
%global base_version 7.1.2
|
%global base_version 7.1.2
|
||||||
#global prerelease ...
|
#global prerelease ...
|
||||||
Version: %{base_version}%{?prerelease:~%{prerelease}}
|
Version: %{base_version}%{?prerelease:~%{prerelease}}
|
||||||
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
|
||||||
@ -156,6 +159,9 @@ find %{buildroot}%{python3_sitelib} \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Apr 08 2022 Lumír Balhar <lbalhar@redhat.com> - 7.1.2-1
|
||||||
- Update to 7.1.2
|
- Update to 7.1.2
|
||||||
Resolves: rhbz#2063549
|
Resolves: rhbz#2063549
|
||||||
|
Loading…
Reference in New Issue
Block a user