summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Audrius Kažukauskas2015-08-30 14:29:46 +0200
committer Willy Sudiarto Raharjo2015-09-05 13:24:27 +0200
commitb3e50dde9697f78a6507716794c135b1707d6450 (patch)
treea3fea85f98b9109efab3420560a392bc2b941c07
parent5f6d7e2b410f9a49ed4636da8b19209d3702652a (diff)
downloadslackbuilds-b3e50dde9697f78a6507716794c135b1707d6450.tar.gz
python/pip: Updated for version 7.1.2.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
-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 6cdc9e0be3..d6fe0f6713 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.1.0}
+VERSION=${VERSION:-7.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/pip/pip.info b/python/pip/pip.info
index eb1a078edb..f215098cb0 100644
--- a/python/pip/pip.info
+++ b/python/pip/pip.info
@@ -1,8 +1,8 @@
PRGNAM="pip"
-VERSION="7.1.0"
+VERSION="7.1.2"
HOMEPAGE="https://pip.pypa.io/"
-DOWNLOAD="https://pypi.python.org/packages/source/p/pip/pip-7.1.0.tar.gz"
-MD5SUM="d935ee9146074b1d3f26c5f0acfd120e"
+DOWNLOAD="https://pypi.python.org/packages/source/p/pip/pip-7.1.2.tar.gz"
+MD5SUM="3823d2343d9f3aaab21cf9c917710196"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pysetuptools"