From d32402ab1d20952ac7ec14a4b6690ccec264584a Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: May 07 2019 22:00:05 +0000 Subject: import python2-pip-9.0.3-13.module+el8.0.0+2961+596d0223 --- diff --git a/SPECS/python2-pip.spec b/SPECS/python2-pip.spec index 8e93377..e843c9e 100644 --- a/SPECS/python2-pip.spec +++ b/SPECS/python2-pip.spec @@ -18,7 +18,7 @@ Name: python2-%{srcname} # When updating, update the bundled libraries versions bellow! Version: 9.0.3 -Release: 12%{?dist} +Release: 13%{?dist} Summary: A tool for installing and managing Python 2 packages Group: Development/Libraries @@ -260,6 +260,10 @@ py.test-%{python2_version} -m 'not network' %endif # with doc %changelog +* Wed Apr 03 2019 Tomas Orsava - 9.0.3-13 +- Bumping due to problems with modular RPM upgrade path (#1695587) +- Related: rhbz#1693974 + * Mon Dec 10 2018 Tomas Orsava - 9.0.3-12 - Do not show the "new version of pip" warning outside of venv - Resolves: rhbz#1656171