From 24b9000ec2c6e22e8e31726458dd575aedab3a2c08c6dcb26f9734c0691deaf2 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 30 Oct 2024 08:10:27 +0000 Subject: [PATCH] - update to 24.3.1: * Allow multiple nested inclusions of the same requirements file again. * Deprecate wheel filenames that are not compliant with PEP 440. * Detect recursively referencing requirements files and help users identify the source. * Support for PEP 730 iOS wheels. * Display a better error message when an already installed package has an invalid requirement. * Ignore PIP_TARGET and pip.conf global.target when preparing a build environment. * Restore support for macOS 10.12 and older (via truststore). * Allow installing pip in editable mode in a virtual environment on Windows. * Upgrade certifi to 2024.8.30 * Upgrade distlib to 0.3.9 * Upgrade truststore to 0.10.0 * Upgrade urllib3 to 1.26.20 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=137 --- pip-24.2-gh.tar.gz | 3 --- pip-24.3.1-gh.tar.gz | 3 +++ python-pip.changes | 23 +++++++++++++++++++++++ python-pip.spec | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) delete mode 100644 pip-24.2-gh.tar.gz create mode 100644 pip-24.3.1-gh.tar.gz diff --git a/pip-24.2-gh.tar.gz b/pip-24.2-gh.tar.gz deleted file mode 100644 index 9429a52..0000000 --- a/pip-24.2-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e527f2366551b8483fa3a8ac2954aa79f2461e6600d917f3b6ae741d708cb982 -size 9189637 diff --git a/pip-24.3.1-gh.tar.gz b/pip-24.3.1-gh.tar.gz new file mode 100644 index 0000000..51a70ca --- /dev/null +++ b/pip-24.3.1-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1349240eff5fd44f4b9d834d503d87505a6cd0a8ab022f3f1665181d6a719a73 +size 9198711 diff --git a/python-pip.changes b/python-pip.changes index dc3187f..ced02dc 100644 --- a/python-pip.changes +++ b/python-pip.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Wed Oct 30 08:10:12 UTC 2024 - Dirk Müller + +- update to 24.3.1: + * Allow multiple nested inclusions of the same requirements + file again. + * Deprecate wheel filenames that are not compliant with PEP + 440. + * Detect recursively referencing requirements files and help + users identify the source. + * Support for PEP 730 iOS wheels. + * Display a better error message when an already installed + package has an invalid requirement. + * Ignore PIP_TARGET and pip.conf global.target when preparing a + build environment. + * Restore support for macOS 10.12 and older (via truststore). + * Allow installing pip in editable mode in a virtual + environment on Windows. + * Upgrade certifi to 2024.8.30 + * Upgrade distlib to 0.3.9 + * Upgrade truststore to 0.10.0 + * Upgrade urllib3 to 1.26.20 + ------------------------------------------------------------------- Mon Sep 23 11:21:24 UTC 2024 - Daniel Garcia diff --git a/python-pip.spec b/python-pip.spec index 1ebdb73..138bf53 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -33,7 +33,7 @@ %define mypython python %{?sle15_python_module_pythons} Name: python-pip%{psuffix} -Version: 24.2 +Version: 24.3.1 Release: 0 Summary: A Python package management system License: MIT