Update to 24.2
- Fixes: rhbz#2296203
This commit is contained in:
parent
f0db4e7df0
commit
09c6b24cb0
2 changed files with 7 additions and 9 deletions
|
|
@ -6,7 +6,7 @@
|
|||
%bcond doc %[%{defined fedora} || %{defined epel}]
|
||||
|
||||
%global srcname pip
|
||||
%global base_version 24.1.1
|
||||
%global base_version 24.2
|
||||
%global upstream_version %{base_version}%{?prerel}
|
||||
%global python_wheel_name %{srcname}-%{upstream_version}-py3-none-any.whl
|
||||
|
||||
|
|
@ -32,7 +32,6 @@ Summary: A tool for installing and managing Python packages
|
|||
# resolvelib: ISC
|
||||
# rich: MIT
|
||||
# setuptools: MIT
|
||||
# tenacity: Apache-2.0
|
||||
# truststore: MIT
|
||||
# tomli: MIT
|
||||
# typing-extensions: Python-2.0.1
|
||||
|
|
@ -86,23 +85,22 @@ Packages" or "Pip Installs Python".
|
|||
# %%{_rpmconfigdir}/pythonbundles.py --namespace 'python%%{1}dist' src/pip/_vendor/vendor.txt
|
||||
%global bundled() %{expand:
|
||||
Provides: bundled(python%{1}dist(cachecontrol)) = 0.14
|
||||
Provides: bundled(python%{1}dist(certifi)) = 2024.2.2
|
||||
Provides: bundled(python%{1}dist(certifi)) = 2024.7.4
|
||||
Provides: bundled(python%{1}dist(distlib)) = 0.3.8
|
||||
Provides: bundled(python%{1}dist(distro)) = 1.9
|
||||
Provides: bundled(python%{1}dist(idna)) = 3.7
|
||||
Provides: bundled(python%{1}dist(msgpack)) = 1.0.8
|
||||
Provides: bundled(python%{1}dist(packaging)) = 24.1
|
||||
Provides: bundled(python%{1}dist(platformdirs)) = 4.2.1
|
||||
Provides: bundled(python%{1}dist(pygments)) = 2.17.2
|
||||
Provides: bundled(python%{1}dist(platformdirs)) = 4.2.2
|
||||
Provides: bundled(python%{1}dist(pygments)) = 2.18
|
||||
Provides: bundled(python%{1}dist(pyproject-hooks)) = 1
|
||||
Provides: bundled(python%{1}dist(requests)) = 2.32.3
|
||||
Provides: bundled(python%{1}dist(resolvelib)) = 1.0.1
|
||||
Provides: bundled(python%{1}dist(rich)) = 13.7.1
|
||||
Provides: bundled(python%{1}dist(setuptools)) = 69.5.1
|
||||
Provides: bundled(python%{1}dist(tenacity)) = 8.2.3
|
||||
Provides: bundled(python%{1}dist(setuptools)) = 70.3
|
||||
Provides: bundled(python%{1}dist(tomli)) = 2.0.1
|
||||
Provides: bundled(python%{1}dist(truststore)) = 0.9.1
|
||||
Provides: bundled(python%{1}dist(typing-extensions)) = 4.11
|
||||
Provides: bundled(python%{1}dist(typing-extensions)) = 4.12.2
|
||||
Provides: bundled(python%{1}dist(urllib3)) = 1.26.18
|
||||
}
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (pip-24.1.1.tar.gz) = 523e7273134b68252693ba7a032e7992c72075aebd2bcd895fbd90ad28d76f98b13ea1a7df0b6da1802650782ae977868177f740dc6f0a2eaccb95915c27b318
|
||||
SHA512 (pip-24.2.tar.gz) = 2c44881f62f7b89cedeb0b739409ad67c6144bfdffc347efeb7bcf85aed77bcd7ddd10868d24577fbba0ef84dd752473d6b6dff329b42841939fae2ff2f63d28
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue