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