Update to 3.10.0 final
Patch 367 was included in this release.
This commit is contained in:
parent
bff61f418f
commit
164685ac33
3 changed files with 6 additions and 68 deletions
|
|
@ -14,7 +14,7 @@ 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 rc2
|
||||
#global prerel ...
|
||||
%global upstream_version %{general_version}%{?prerel}
|
||||
Version: %{general_version}%{?prerel:~%{prerel}}
|
||||
Release: 1%{?dist}
|
||||
|
|
@ -292,13 +292,6 @@ Patch251: 00251-change-user-install-location.patch
|
|||
# Ideally, we should talk to upstream and explain why we don't want this
|
||||
Patch328: 00328-pyc-timestamp-invalidation-mode.patch
|
||||
|
||||
# 00367 # 35c53d99835a904129d2b0a86ad74aaf0ea78982
|
||||
# bpo-44860: Update test_sysconfig for posix_user platlib
|
||||
#
|
||||
# Update test_sysconfig.test_user_similar() for the posix_user scheme:
|
||||
# "platlib" doesn't use sys.platlibdir.
|
||||
Patch367: 00367-bpo-44860-update-test_sysconfig-for-posix_user-platlib.patch
|
||||
|
||||
# (New patches go here ^^^)
|
||||
#
|
||||
# When adding new patches to "python" and "python3" in Fedora, EL, etc.,
|
||||
|
|
@ -1590,6 +1583,9 @@ CheckPython optimized
|
|||
# ======================================================
|
||||
|
||||
%changelog
|
||||
* Mon Oct 04 2021 Miro Hrončok <mhroncok@redhat.com> - 3.10.0-1
|
||||
- Update to 3.10.0 final
|
||||
|
||||
* Wed Sep 08 2021 Tomas Hrnciar <thrnciar@redhat.com> - 3.10.0~rc2-1
|
||||
- Update to 3.10.0rc2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue