From c768dc99fdcfe6b3629a86d389fc22cb0ef2c3bc Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Thu, 7 Mar 2019 10:35:06 -0800 Subject: [PATCH] Rebuilt to change main python from 3.4 to 3.6 --- python-pip.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pip.spec b/python-pip.spec index 54c072f..477430b 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -15,7 +15,7 @@ Name: python-%{srcname} Version: 8.1.2 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A tool for installing and managing Python packages Group: Development/Libraries @@ -281,6 +281,9 @@ py.test -m 'not network' %endif # with_python3_other %changelog +* Thu Mar 07 2019 Troy Dawson - 8.1.2-8 +- Rebuilt to change main python from 3.4 to 3.6 + * Thu Jan 10 2019 Carl George - 8.1.2-7 - Simplify bash-completion just for EL7 - Add python36 subpackage