Update to 25.0.1
- Fixes: rhbz#2342135
This commit is contained in:
parent
10e0ef58aa
commit
048126313b
2 changed files with 11 additions and 10 deletions
|
|
@ -6,7 +6,7 @@
|
|||
%bcond doc %[%{defined fedora} || %{defined epel}]
|
||||
|
||||
%global srcname pip
|
||||
%global base_version 24.3.1
|
||||
%global base_version 25.0.1
|
||||
%global upstream_version %{base_version}%{?prerel}
|
||||
%global python_wheel_name %{srcname}-%{upstream_version}-py3-none-any.whl
|
||||
|
||||
|
|
@ -84,21 +84,21 @@ Packages" or "Pip Installs Python".
|
|||
# You can generate it with:
|
||||
# %%{_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(cachecontrol)) = 0.14.1
|
||||
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
|
||||
Provides: bundled(python%{1}dist(packaging)) = 24.1
|
||||
Provides: bundled(python%{1}dist(platformdirs)) = 4.2.2
|
||||
Provides: bundled(python%{1}dist(idna)) = 3.10
|
||||
Provides: bundled(python%{1}dist(msgpack)) = 1.1
|
||||
Provides: bundled(python%{1}dist(packaging)) = 24.2
|
||||
Provides: bundled(python%{1}dist(platformdirs)) = 4.3.6
|
||||
Provides: bundled(python%{1}dist(pygments)) = 2.18
|
||||
Provides: bundled(python%{1}dist(pyproject-hooks)) = 1
|
||||
Provides: bundled(python%{1}dist(pyproject-hooks)) = 1.2
|
||||
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(rich)) = 13.9.4
|
||||
Provides: bundled(python%{1}dist(setuptools)) = 70.3
|
||||
Provides: bundled(python%{1}dist(tomli)) = 2.0.1
|
||||
Provides: bundled(python%{1}dist(tomli)) = 2.2.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.20
|
||||
|
|
@ -159,6 +159,7 @@ Summary: A documentation for a tool for installing and managing Python pa
|
|||
|
||||
BuildRequires: python%{python3_pkgversion}-sphinx
|
||||
BuildRequires: python%{python3_pkgversion}-sphinx-inline-tabs
|
||||
BuildRequires: python%{python3_pkgversion}-sphinx-issues
|
||||
BuildRequires: python%{python3_pkgversion}-sphinx-copybutton
|
||||
BuildRequires: python%{python3_pkgversion}-myst-parser
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (pip-24.3.1.tar.gz) = 9cf5f18eefd559cf27bc026e5206b0028ea77fd904a61fea9a6682b519305c962dd19170b841581bd05ff72192a9c458ec0eba173fa66db0438b046111ff5856
|
||||
SHA512 (pip-25.0.1.tar.gz) = a6850c8567082bbf98483a45e523c4de12132136d2b0aa388ac619c02ffd0c8f6aea7d727f7d84167dadec5f1e56dd478b2233b0caa5d9b3e5cadc9e1f3dc12c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue