Update to 24.3.1
- Fixes: rhbz#2321997
This commit is contained in:
parent
533a4ecd2d
commit
990a77f1c0
2 changed files with 6 additions and 6 deletions
|
|
@ -6,7 +6,7 @@
|
|||
%bcond doc %[%{defined fedora} || %{defined epel}]
|
||||
|
||||
%global srcname pip
|
||||
%global base_version 24.2
|
||||
%global base_version 24.3.1
|
||||
%global upstream_version %{base_version}%{?prerel}
|
||||
%global python_wheel_name %{srcname}-%{upstream_version}-py3-none-any.whl
|
||||
|
||||
|
|
@ -85,8 +85,8 @@ 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.7.4
|
||||
Provides: bundled(python%{1}dist(distlib)) = 0.3.8
|
||||
Provides: bundled(python%{1}dist(certifi)) = 2024.8.30
|
||||
Provides: bundled(python%{1}dist(distlib)) = 0.3.9
|
||||
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
|
||||
|
|
@ -99,9 +99,9 @@ Provides: bundled(python%{1}dist(resolvelib)) = 1.0.1
|
|||
Provides: bundled(python%{1}dist(rich)) = 13.7.1
|
||||
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(truststore)) = 0.10
|
||||
Provides: bundled(python%{1}dist(typing-extensions)) = 4.12.2
|
||||
Provides: bundled(python%{1}dist(urllib3)) = 1.26.18
|
||||
Provides: bundled(python%{1}dist(urllib3)) = 1.26.20
|
||||
}
|
||||
|
||||
# Some manylinux1 wheels need libcrypt.so.1.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue