Update to 3.10.16

Security fix for CVE-2024-9287

Resolves: rhbz#2321654
This commit is contained in:
Charalampos Stratakis 2024-12-05 00:54:17 +01:00
commit 9af4582cf9
2 changed files with 9 additions and 4 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}.15
%global general_version %{pybasever}.16
#global prerel ...
%global upstream_version %{general_version}%{?prerel}
Version: %{general_version}%{?prerel:~%{prerel}}
Release: 2%{?dist}
Release: 1%{?dist}
License: Python-2.0.1
@ -1618,6 +1618,11 @@ CheckPython optimized
# ======================================================
%changelog
* Wed Dec 04 2024 Charalampos Stratakis <cstratak@redhat.com> - 3.10.16-1
- Update to 3.10.16
- Security fix for CVE-2024-9287
Resolves: rhbz#2321654
* Wed Sep 11 2024 Miro Hrončok <mhroncok@redhat.com> - 3.10.15-2
- Fix ThreadedVSOCKSocketStreamTest