Allow prerelease versions in marker evaluation
- i.e. make 3.7.0 < 3.13.0rc3 in python_full_version marker
This commit is contained in:
parent
3c290026a9
commit
302069467c
2 changed files with 30 additions and 0 deletions
|
|
@ -82,6 +82,12 @@ Patch: nowarn-pip._internal.main.patch
|
|||
# Upstream issue: https://github.com/pypa/packaging/issues/368
|
||||
Patch: no-version-warning.patch
|
||||
|
||||
# Allow prerelease versions in marker evaluation (from packaging 22+)
|
||||
# i.e. make 3.7.0 < 3.13.0rc3 in python_full_version marker
|
||||
# https://github.com/pypa/packaging/commit/c5f1db976c
|
||||
# Manually edited to apply to src/pip/_vendor/packaging
|
||||
Patch: c5f1db976c.patch
|
||||
|
||||
%description
|
||||
pip is a package management system used to install and manage software packages
|
||||
written in Python. Many packages can be found in the Python Package Index
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue