Backport: Don't put an underscore in Python 3.10 compatibility tag
Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1999035
This commit is contained in:
parent
9e8fb6e2a2
commit
3fea8c719c
2 changed files with 43 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ Name: python-%{srcname}
|
|||
# When updating, update the bundled libraries versions bellow!
|
||||
# You can use vendor_meta.sh in the dist git repo
|
||||
Version: %{base_version}%{?prerel:~%{prerel}}
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: A tool for installing and managing Python packages
|
||||
|
||||
# We bundle a lot of libraries with pip, which itself is under MIT license.
|
||||
|
|
@ -99,6 +99,11 @@ Patch5: nowarn-pip._internal.main.patch
|
|||
# Upstream PR: https://github.com/pypa/pip/pull/9827
|
||||
Patch8: don-t-split-git-references-on-unicode-separators.patch
|
||||
|
||||
# Don't put an underscore in the version portion of Python 3.10 compatibility tags
|
||||
# From https://github.com/pypa/packaging/pull/355 (merged upstream)
|
||||
# Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1999035
|
||||
Patch9: python3.10-abi-tag-fix.patch
|
||||
|
||||
# Downstream only patch
|
||||
# Users might have local installations of pip from using
|
||||
# `pip install --user --upgrade pip` on older/newer versions.
|
||||
|
|
@ -408,6 +413,10 @@ pytest_k='not completion and
|
|||
%{python_wheeldir}/%{python_wheelname}
|
||||
|
||||
%changelog
|
||||
* Mon Aug 30 2021 Miro Hrončok <mhroncok@redhat.com> - 20.2.2-3
|
||||
- Properly recognize Python 3.10 wheel tags
|
||||
- Fixes: rhbz#1999035
|
||||
|
||||
* Mon May 17 2021 Karolina Surma <ksurma@redhat.com> - 20.2.2-2
|
||||
- Backport security fix from pip 21.1.1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue