summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Audrius Kažukauskas2015-06-06 14:21:49 +0200
committer Willy Sudiarto Raharjo2015-06-07 17:10:01 +0200
commit8da9f58db7a9a8e28a2c8a040be5cfa911f7d7d5 (patch)
tree66753ab78ed4a2a3e6314aa43e4ff43c69c37988 /python
parent84a7d96967ff9326bc1c60850a0b48eb13217df2 (diff)
downloadslackbuilds-8da9f58db7a9a8e28a2c8a040be5cfa911f7d7d5.tar.gz
python/pip: Updated for version 7.0.3.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'python')
-rw-r--r--python/pip/pip.SlackBuild2
-rw-r--r--python/pip/pip.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/pip/pip.SlackBuild b/python/pip/pip.SlackBuild
index 0ef6c68364..e0db3342f5 100644
--- a/python/pip/pip.SlackBuild
+++ b/python/pip/pip.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pip
-VERSION=${VERSION:-7.0.1}
+VERSION=${VERSION:-7.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/pip/pip.info b/python/pip/pip.info
index 29caa34d88..c48bc54868 100644
--- a/python/pip/pip.info
+++ b/python/pip/pip.info
@@ -1,8 +1,8 @@
PRGNAM="pip"
-VERSION="7.0.1"
+VERSION="7.0.3"
HOMEPAGE="https://pip.pypa.io/"
-DOWNLOAD="https://pypi.python.org/packages/source/p/pip/pip-7.0.1.tar.gz"
-MD5SUM="5627bb807cf3d898a2eba276685537aa"
+DOWNLOAD="https://pypi.python.org/packages/source/p/pip/pip-7.0.3.tar.gz"
+MD5SUM="54cbf5ae000fb3af3367345f5d299d1c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pysetuptools"