From 4ce35cfdbc09ba0963654c053a4b37c45fe596f0 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Fri, 19 Mar 2021 14:45:39 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/python-pip.git#b476c0248567c7e79e56e48545a59f489c03a31e --- python-pip.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-pip.spec b/python-pip.spec index 569490c..12bf85d 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -22,7 +22,7 @@ Name: python-%{srcname} Version: %{base_version}%{?prerel:~%{prerel}} -Release: 1%{?dist} +Release: 2%{?dist} Summary: A tool for installing and managing Python packages # We bundle a lot of libraries with pip, which itself is under MIT license. @@ -236,10 +236,8 @@ Summary: The pip wheel Requires: ca-certificates # Virtual provides for the packages bundled by pip: -%{bundled 2} %{bundled 3} -%{crypt_compat_recommends 2} %{crypt_compat_recommends 3} %description wheel @@ -398,6 +396,10 @@ pytest_k='not completion and %{python_wheeldir}/%{python_wheelname} %changelog +* Sat Mar 13 2021 Miro Hrončok - 21.0.1-2 +- python-pip-wheel: Remove bundled provides and libcrypt recommends for Python 2 + (The wheel is Python 3 only for a while) + * Wed Feb 17 2021 Lumír Balhar - 21.0.1-1 - Update to 21.0.1 Resolves: rhbz#1922592