diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2018-04-01 15:35:10 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-07 08:13:25 +0700 |
commit | 0993bb1a18792318c7793cc7f6efe97294ac5135 (patch) | |
tree | 3e54b4e8ba25515eda5e60bc444b9f0cd5839a20 /python | |
parent | 178cbe88e63d91812a6dedb17c13396210e23f3a (diff) |
python/pip: Updated for version 9.0.3.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'python')
-rw-r--r-- | python/pip/pip.SlackBuild | 6 | ||||
-rw-r--r-- | python/pip/pip.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/pip/pip.SlackBuild b/python/pip/pip.SlackBuild index efc2d67607bc..0f289147733c 100644 --- a/python/pip/pip.SlackBuild +++ b/python/pip/pip.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pip -# Copyright 2012-2016 Audrius Kažukauskas <audrius@neutrino.lt> +# Copyright 2012-2018 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:-9.0.1} +VERSION=${VERSION:-9.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -40,7 +40,7 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -set -eu +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT diff --git a/python/pip/pip.info b/python/pip/pip.info index f8d6af3cd183..ca296f0c8129 100644 --- a/python/pip/pip.info +++ b/python/pip/pip.info @@ -1,8 +1,8 @@ PRGNAM="pip" -VERSION="9.0.1" +VERSION="9.0.3" HOMEPAGE="https://pip.pypa.io/" -DOWNLOAD="https://pypi.python.org/packages/11/b6/abcb525026a4be042b486df43905d6893fb04f05aac21c32c638e939e447/pip-9.0.1.tar.gz" -MD5SUM="35f01da33009719497f01a4ba69d63c9" +DOWNLOAD="https://pypi.python.org/packages/c4/44/e6b8056b6c8f2bfd1445cc9990f478930d8e3459e9dbf5b8e2d2922d64d3/pip-9.0.3.tar.gz" +MD5SUM="b15b33f9aad61f88d0f8c866d16c55d8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |