Update to 3.10.6

This commit is contained in:
Tomáš Hrnčiar 2022-08-02 14:38:43 +02:00
commit f5d6ae420d
3 changed files with 10 additions and 7 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}.5
%global general_version %{pybasever}.6
#global prerel ...
%global upstream_version %{general_version}%{?prerel}
Version: %{general_version}%{?prerel:~%{prerel}}
Release: 4%{?dist}
Release: 1%{?dist}
License: Python
@ -67,8 +67,8 @@ 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 22.0.4
%global setuptools_version 58.1.0
%global pip_version 22.2.1
%global setuptools_version 63.2.0
# Expensive optimizations (mainly, profile-guided optimizations)
%bcond_without optimizations
@ -1588,6 +1588,9 @@ CheckPython optimized
# ======================================================
%changelog
* Tue Aug 02 2022 Tomáš Hrnčiar <thrnciar@redhat.com> - 3.10.6-1
- Update to 3.10.6
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.10.5-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild