diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2014-01-30 16:29:46 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-02-01 00:40:58 -0600 |
commit | 303134f8c2f05869d88d4c0f6ff7644dabcc45ae (patch) | |
tree | 852e8208098ed86bc7fc6c0d26ce59efa886c2c8 /python/pip | |
parent | 5390a62ff2bb0fea615c07177332e8f4b9603e6f (diff) | |
download | slackbuilds-303134f8c2f05869d88d4c0f6ff7644dabcc45ae.tar.gz |
python/pip: Updated for version 1.5.2.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'python/pip')
-rw-r--r-- | python/pip/pip.SlackBuild | 4 | ||||
-rw-r--r-- | python/pip/pip.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/pip/pip.SlackBuild b/python/pip/pip.SlackBuild index e050e1d9b9..7bdc77943f 100644 --- a/python/pip/pip.SlackBuild +++ b/python/pip/pip.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pip -# Copyright 2012-2013 Audrius Kažukauskas <audrius@neutrino.lt> +# Copyright 2012-2014 Audrius Kažukauskas <audrius@neutrino.lt> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pip -VERSION=${VERSION:-1.4.1} +VERSION=${VERSION:-1.5.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/pip/pip.info b/python/pip/pip.info index af287c6f8a..ad7990a958 100644 --- a/python/pip/pip.info +++ b/python/pip/pip.info @@ -1,8 +1,8 @@ PRGNAM="pip" -VERSION="1.4.1" +VERSION="1.5.2" HOMEPAGE="http://www.pip-installer.org/" -DOWNLOAD="https://pypi.python.org/packages/source/p/pip/pip-1.4.1.tar.gz" -MD5SUM="6afbb46aeb48abac658d4df742bff714" +DOWNLOAD="https://pypi.python.org/packages/source/p/pip/pip-1.5.2.tar.gz" +MD5SUM="5da30919f732d68b1c666e484e7676f5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pysetuptools" |