From 678bf2ba6a49de4fc1b6a4d14f84265813f9db87 Mon Sep 17 00:00:00 2001 From: Matej Stuchlik Date: Wed, 12 Aug 2015 14:21:34 +0200 Subject: Bump pip version --- python34.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python34.spec b/python34.spec index 6f3a484..3136192 100644 --- a/python34.spec +++ b/python34.spec @@ -919,7 +919,7 @@ done # Since we unbundle pip, our version is different from upstream %if 0%{with_rewheel} -%global pip_version 7.0.3 +%global pip_version 7.1.0 sed -r -i s/'_PIP_VERSION = "[0-9.]+"'/'_PIP_VERSION = "%{pip_version}"'/ Lib/ensurepip/__init__.py %endif -- cgit