From fb358edc38298510e1c137d414a553a7296825b95492aaec1e11a15ba3233c4f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 28 Apr 2024 19:10:57 +0000 Subject: [PATCH] - update to 24.0: * Retry on HTTP status code 502 * Automatically use the setuptools PEP 517 build backend when --config-settings is used for projects without pyproject.toml. * Make pip freeze and pip uninstall of legacy editable installs of packages whose name contains _ compatible with setuptools>=69.0.3. * Support per requirement --config-settings for editable installs. * Optimized usage of --find-links=, by only scanning the relevant directory once, only considering file names that are valid wheel or sdist names, and only considering files in the directory that are related to the install. * Removed wheel from the [build-system].requires list fallback that is used when pyproject.toml is absent. * Upgrade distlib to 0.3.8 * Fix explanation of how PIP_CONFIG_FILE works * Fix outdated pip install argument description in documentation. * Replace some links to PEPs with links to the canonical specifications on the :doc:`pypug:index` * Updated the pyproject.toml document to stop suggesting to depend on wheel as a build dependency directly. * Update supported interpreters in development docs * Most project metadata is now defined statically via pip's pyproject.toml file. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=120 --- pip-23.3.2-gh.tar.gz | 3 --- pip-24.0-gh.tar.gz | 3 +++ python-pip.changes | 32 ++++++++++++++++++++++++++++++++ python-pip.spec | 2 +- 4 files changed, 36 insertions(+), 4 deletions(-) delete mode 100644 pip-23.3.2-gh.tar.gz create mode 100644 pip-24.0-gh.tar.gz diff --git a/pip-23.3.2-gh.tar.gz b/pip-23.3.2-gh.tar.gz deleted file mode 100644 index 2ca7bf8..0000000 --- a/pip-23.3.2-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0e534d5c6dba159f0a4e64d55ef4d130222bcb4ac25f62275017eacbfa10a1d5 -size 9397451 diff --git a/pip-24.0-gh.tar.gz b/pip-24.0-gh.tar.gz new file mode 100644 index 0000000..3d05d7b --- /dev/null +++ b/pip-24.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad0dfe75fb28092a8cbe18523391695ceb0c0d65a5c9a969349fcb13b12b84c7 +size 9398156 diff --git a/python-pip.changes b/python-pip.changes index a66d238..2c3858b 100644 --- a/python-pip.changes +++ b/python-pip.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Sun Apr 28 19:10:12 UTC 2024 - Dirk Müller + +- update to 24.0: + * Retry on HTTP status code 502 + * Automatically use the setuptools PEP 517 build backend when + --config-settings is used for projects without + pyproject.toml. + * Make pip freeze and pip uninstall of legacy editable installs + of packages whose name contains _ compatible with + setuptools>=69.0.3. + * Support per requirement --config-settings for editable + installs. + * Optimized usage of --find-links=, by only + scanning the relevant directory once, only considering file + names that are valid wheel or sdist names, and only + considering files in the directory that are related to the + install. + * Removed wheel from the [build-system].requires list fallback + that is used when pyproject.toml is absent. + * Upgrade distlib to 0.3.8 + * Fix explanation of how PIP_CONFIG_FILE works + * Fix outdated pip install argument description in + documentation. + * Replace some links to PEPs with links to the canonical + specifications on the :doc:`pypug:index` + * Updated the pyproject.toml document to stop suggesting to + depend on wheel as a build dependency directly. + * Update supported interpreters in development docs + * Most project metadata is now defined statically via pip's + pyproject.toml file. + ------------------------------------------------------------------- Mon Feb 5 11:50:28 UTC 2024 - Daniel Garcia diff --git a/python-pip.spec b/python-pip.spec index 6313937..7bcd08d 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -34,7 +34,7 @@ %define mypython python %{?sle15_python_module_pythons} Name: python-pip%{psuffix} -Version: 23.3.2 +Version: 24.0 Release: 0 Summary: A Python package management system License: MIT