From 8c7d263caba25ce45fd826cee539aade0d5f67db Mon Sep 17 00:00:00 2001 From: Matej Stuchlik Date: Wed, 12 Aug 2015 14:21:34 +0200 Subject: [PATCH] Bump pip version --- python3.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3.spec b/python3.spec index efa0cda..6270e66 100644 --- a/python3.spec +++ b/python3.spec @@ -915,7 +915,7 @@ for f in md5module.c sha1module.c sha256module.c sha512module.c; do done %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