Bump pip version

This commit is contained in:
Matej Stuchlik 2015-08-12 14:21:34 +02:00
parent 8d338b7784
commit 8c7d263cab
1 changed files with 1 additions and 1 deletions

View File

@ -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