diff --git a/pip-23.1.2.tar.gz b/pip-23.1.2.tar.gz deleted file mode 100644 index 6f8439a3925be42347c6c0136d2252fe3b806202..0000000000000000000000000000000000000000 Binary files a/pip-23.1.2.tar.gz and /dev/null differ diff --git a/pip-23.3.1.tar.gz b/pip-23.3.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6eb1137a5b69926108d80f741a0c2186a2d514b7 Binary files /dev/null and b/pip-23.3.1.tar.gz differ diff --git a/python-pip.spec b/python-pip.spec index fddb25e9280da06d038b3c81a2a3f0e8fd426ae5..6a84f564ee23f256fe4e954acd710823260eb0c4 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -5,8 +5,8 @@ pip is the package installer for Python. You can use pip to install packages from the Python Package Index and other indexes. %global bashcompdir %(b=$(pkg-config --variable=completionsdir bash-completion 2>/dev/null); echo ${b:-%{_sysconfdir}/bash_completion.d}) Name: python-%{srcname} -Version: 23.1.2 -Release: 3 +Version: 23.3.1 +Release: 1 Summary: A tool for installing and managing Python packages License: MIT and Python and ASL 2.0 and BSD and ISC and LGPLv2 and MPLv2.0 and (ASL 2.0 or BSD) URL: http://www.pip-installer.org @@ -132,6 +132,32 @@ install -D -m0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/pip.conf %{python_wheeldir}/%{python_wheelname} %changelog +* Wed Jan 31 2024 gengqihu - 23.3.1-1 +- update version to 23.3.1 +- Fix parallel pip cache downloads causing crash (#12364) +- Upgrade urllib3 to 1.26.17 (#12343) +- Fix zsh completion script (#12173) +- Fix #12166 +- Move the setuptools settings into pyproject.toml +- Use `-r=...` instead of `-r ...` for hg +- Drop isort and flake8 settings from setup.cfg +- Follow imports for more vendored dependencies +- Enable mypy's strict equality checks (#12209) +- Fixed argument name in docstring +- Allow truststore to not import on Python 3.9 and earlier +- Vendor truststore +- Fix formatting, combine numbers not strings! +- Remove uses of `utcnow` in non-vendored code (#12006) +- Fix issues raised in code review +- move test_download_metadata mock pypi index utilities to conftest.py +- Use strict optional checking in req_install.py (#11379) +- Fix 'force' remove file without write permissions +- Dropped unused attribute +- Fix Pytest --use-venv init +- Limit the double download fix to wheels +- Fix slowness on Python 3.11 when updating an existing large environment. +- Fix `pip completion --zsh` + * Fri Sep 08 2023 zhuofeng - 23.1.2-3 - fix that pip install failed