Update to 3.12.0b4

Patch 402 is part of this release.
This commit is contained in:
Miro Hrončok 2023-07-12 06:58:31 +02:00
commit bc99d88db7
3 changed files with 7 additions and 137 deletions

View file

@ -14,10 +14,10 @@ URL: https://www.python.org/
# WARNING When rebasing to a new Python version,
# remember to update the python3-docs package as well
%global general_version %{pybasever}.0
%global prerel b3
%global prerel b4
%global upstream_version %{general_version}%{?prerel}
Version: %{general_version}%{?prerel:~%{prerel}}
Release: 2%{?dist}
Release: 1%{?dist}
License: Python-2.0.1
@ -362,13 +362,6 @@ Patch251: 00251-change-user-install-location.patch
# https://github.com/GrahamDumpleton/mod_wsgi/issues/730
Patch371: 00371-revert-bpo-1596321-fix-threading-_shutdown-for-the-main-thread-gh-28549-gh-28589.patch
# 00402 # ecae89d5edb8d253925dce12c3c56d1a6da198f3
# Add PyType_GetDict()
#
# This patch should make pyqt6 build with Python 3.12.
# For more info see: https://github.com/python/cpython/pull/105747
Patch402: 00402-add-pytype_getdict.patch
# (New patches go here ^^^)
#
# When adding new patches to "python" and "python3" in Fedora, EL, etc.,
@ -1658,6 +1651,9 @@ CheckPython optimized
# ======================================================
%changelog
* Wed Jul 12 2023 Miro Hrončok <mhroncok@redhat.com> - 3.12.0~b4-1
- Update to 3.12.0b4
* Wed Jun 21 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.12.0~b3-2
- Backport upstream patch to add PyType_GetDict() function