import UBI python-pip-21.2.3-8.el9
This commit is contained in:
parent
9884c39692
commit
6b400f4d72
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: %{base_version}%{?prerel:~%{prerel}}
|
Version: %{base_version}%{?prerel:~%{prerel}}
|
||||||
Release: 7%{?dist}.1
|
Release: 8%{?dist}
|
||||||
Summary: A tool for installing and managing Python packages
|
Summary: A tool for installing and managing Python packages
|
||||||
|
|
||||||
# We bundle a lot of libraries with pip, which itself is under MIT license.
|
# We bundle a lot of libraries with pip, which itself is under MIT license.
|
||||||
@ -248,7 +248,7 @@ Obsoletes: %{name}-wheel < %{version}-%{release}
|
|||||||
# Older versions of python3-libs (< 3.9.9-2) expect Python wheels at the old unversioned
|
# Older versions of python3-libs (< 3.9.9-2) expect Python wheels at the old unversioned
|
||||||
# location, so we conflict with the old Python versions that wouldn't work with
|
# location, so we conflict with the old Python versions that wouldn't work with
|
||||||
# the new wheel location.
|
# the new wheel location.
|
||||||
# Moreover, Python older than (3.9.17-2) does not provide tarfile filters (fix for CVE-2007-4559).
|
# Moreover, Python older than (3.9.16-2) does not provide tarfile filters (fix for CVE-2007-4559).
|
||||||
Conflicts: python3-libs < 3.9.17-2
|
Conflicts: python3-libs < 3.9.17-2
|
||||||
|
|
||||||
# Virtual provides for the packages bundled by pip:
|
# Virtual provides for the packages bundled by pip:
|
||||||
@ -416,9 +416,9 @@ pytest_k='not completion and
|
|||||||
%{python_wheel_dir}/%{python_wheel_name}
|
%{python_wheel_dir}/%{python_wheel_name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Feb 14 2024 Lumír Balhar <lbalhar@redhat.com> - 21.2.3-7.1
|
* Wed Feb 14 2024 Lumír Balhar <lbalhar@redhat.com> - 21.2.3-8
|
||||||
- Require Python with tarfile filters
|
- Require Python with tarfile filters
|
||||||
Resolves: RHEL-25452
|
Resolves: RHEL-25451
|
||||||
|
|
||||||
* Tue Aug 08 2023 Petr Viktorin <pviktori@redhat.com> - 21.2.3-7
|
* Tue Aug 08 2023 Petr Viktorin <pviktori@redhat.com> - 21.2.3-7
|
||||||
- Use tarfile.data_filter for extracting (CVE-2007-4559, PEP-721, PEP-706)
|
- Use tarfile.data_filter for extracting (CVE-2007-4559, PEP-721, PEP-706)
|
||||||
|
Loading…
Reference in New Issue
Block a user