Update to 3.10.3

This commit is contained in:
Tomáš Hrnčiar 2022-03-18 08:54:06 +01:00
commit 3d2cdb2380
3 changed files with 8 additions and 122 deletions

View file

@ -13,11 +13,11 @@ 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}.2
%global general_version %{pybasever}.3
#global prerel ...
%global upstream_version %{general_version}%{?prerel}
Version: %{general_version}%{?prerel:~%{prerel}}
Release: 3%{?dist}
Release: 1%{?dist}
License: Python
@ -68,7 +68,7 @@ License: Python
# If the rpmwheels condition is disabled, we use the bundled wheel packages
# from Python with the versions below.
# This needs to be manually updated when we update Python.
%global pip_version 21.2.4
%global pip_version 22.0.4
%global setuptools_version 58.1.0
# Expensive optimizations (mainly, profile-guided optimizations)
@ -312,10 +312,6 @@ Patch328: 00328-pyc-timestamp-invalidation-mode.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
# 00376 # 9fecd19d88858a4a5ff753c9c91e857c897ff47a
# Remove AC_C_CHAR_UNSIGNED / __CHAR_UNSIGNED__
Patch376: 00376-remove-ac_c_char_unsigned-__char_unsigned__.patch
# (New patches go here ^^^)
#
# When adding new patches to "python" and "python3" in Fedora, EL, etc.,
@ -1611,6 +1607,9 @@ CheckPython optimized
# ======================================================
%changelog
* Fri Mar 18 2022 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.10.3-1
- Update to 3.10.3
* Tue Feb 01 2022 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.10.2-3
- Backport AC_C_CHAR_UNSIGNED/__CHAR_UNSIGNED__ removal
- Fixes: rhbz#2043555