Bootstrap for Python 3.12
This commit is contained in:
parent
44284159b0
commit
0451fd6062
@ -1,8 +1,11 @@
|
|||||||
|
%global _without_docs 1
|
||||||
|
%global _without_tests 1
|
||||||
|
%global _without_timeout 1
|
||||||
Name: pytest
|
Name: pytest
|
||||||
%global base_version 7.3.2
|
%global base_version 7.3.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
|
||||||
@ -180,6 +183,9 @@ find %{buildroot}%{python3_sitelib} \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 7.3.2-2
|
||||||
|
- Bootstrap for Python 3.12
|
||||||
|
|
||||||
* Mon Jun 12 2023 Maxwell G <maxwell@gtmx.me> - 7.3.2-1
|
* Mon Jun 12 2023 Maxwell G <maxwell@gtmx.me> - 7.3.2-1
|
||||||
- Update to 7.3.2. Fixes rhbz#2213992.
|
- Update to 7.3.2. Fixes rhbz#2213992.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user