Update to 23.3.1
This commit is contained in:
parent
6648d06bdf
commit
0cc1518397
@ -6,7 +6,7 @@
|
||||
%bcond doc %[%{defined fedora} || %{defined epel}]
|
||||
|
||||
%global srcname pip
|
||||
%global base_version 23.2.1
|
||||
%global base_version 23.3.1
|
||||
%global upstream_version %{base_version}%{?prerel}
|
||||
%global python_wheel_name %{srcname}-%{upstream_version}-py3-none-any.whl
|
||||
|
||||
@ -42,6 +42,7 @@ Summary: A tool for installing and managing Python packages
|
||||
# setuptools: MIT
|
||||
# six: MIT
|
||||
# tenacity: Apache-2.0
|
||||
# truststore: MIT
|
||||
# tomli: MIT
|
||||
# typing-extensions: Python-2.0.1
|
||||
# urllib3: MIT
|
||||
@ -95,8 +96,8 @@ 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.12.11
|
||||
Provides: bundled(python%{1}dist(certifi)) = 2023.5.7
|
||||
Provides: bundled(python%{1}dist(cachecontrol)) = 0.13.1
|
||||
Provides: bundled(python%{1}dist(certifi)) = 2023.7.22
|
||||
Provides: bundled(python%{1}dist(chardet)) = 5.1
|
||||
Provides: bundled(python%{1}dist(colorama)) = 0.4.6
|
||||
Provides: bundled(python%{1}dist(distlib)) = 0.3.6
|
||||
@ -114,9 +115,10 @@ Provides: bundled(python%{1}dist(rich)) = 13.4.2
|
||||
Provides: bundled(python%{1}dist(setuptools)) = 68
|
||||
Provides: bundled(python%{1}dist(six)) = 1.16
|
||||
Provides: bundled(python%{1}dist(tenacity)) = 8.2.2
|
||||
Provides: bundled(python%{1}dist(truststore)) = 0.8
|
||||
Provides: bundled(python%{1}dist(tomli)) = 2.0.1
|
||||
Provides: bundled(python%{1}dist(typing-extensions)) = 4.7.1
|
||||
Provides: bundled(python%{1}dist(urllib3)) = 1.26.16
|
||||
Provides: bundled(python%{1}dist(urllib3)) = 1.26.17
|
||||
Provides: bundled(python%{1}dist(webencodings)) = 0.5.1
|
||||
}
|
||||
|
||||
@ -369,6 +371,10 @@ pytest_k='not completion'
|
||||
%{python_wheel_dir}/%{python_wheel_name}
|
||||
|
||||
%changelog
|
||||
* Thu Nov 16 2023 Petr Viktorin <pviktori@redhat.com> - 23.3.1-1
|
||||
- Update to 23.3.1
|
||||
Resolves: rhbz#2244306
|
||||
|
||||
* Fri Aug 04 2023 Miro Hrončok <mhroncok@redhat.com> - 23.2.1-1
|
||||
- Update to 23.2.1
|
||||
Resolves: rhbz#2223082
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pip-23.2.1.tar.gz) = a6c629976c332cffe5dff0ec1e201d694c7a42fa8def202ebf1db251a6dbd90091eaac89c36a354a0cf0c60cdb267b4e0ec9ff6a88b0ac61cfaafdf159e34fc8
|
||||
SHA512 (pip-23.3.1.tar.gz) = eddca29e8c3727d1d8d793ab0b05f069781cac06df805fcf7a363da738d39498135ccbbb6d2d442604a7bf78ba6c3d101ec2043431ac1832a3f2710db7cc5e56
|
||||
|
Loading…
Reference in New Issue
Block a user