summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatej Stuchlik <mstuchli@redhat.com>2015-08-12 14:21:34 +0200
committerOrion Poplawski <orion@cora.nwra.com>2016-01-25 19:14:38 -0700
commit678bf2ba6a49de4fc1b6a4d14f84265813f9db87 (patch)
tree8f10d8470caddbeb1ef4373e59ba40a8b4bbef1d
parent4be9399321945fe43940969b79af703ad9bf9239 (diff)
downloadpython34-678bf2ba6a49de4fc1b6a4d14f84265813f9db87.tar.gz
python34-678bf2ba6a49de4fc1b6a4d14f84265813f9db87.tar.xz
python34-678bf2ba6a49de4fc1b6a4d14f84265813f9db87.zip
Bump pip version
-rw-r--r--python34.spec2
1 files changed, 1 insertions, 1 deletions
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