summaryrefslogtreecommitdiffstats
path: root/python/python-requestbuilder
diff options
context:
space:
mode:
author Christoph Willing2017-05-02 05:15:52 +0200
committer Willy Sudiarto Raharjo2017-05-06 02:03:51 +0200
commit724d86f4fc2aab2b010cf481afb0e63dbfcb1095 (patch)
tree8f78992fd6b47c42c6ed5772677212f9a3ecf937 /python/python-requestbuilder
parentd7cf0d1c41d14f1a34493dfa97b26219826676e9 (diff)
downloadold.slackbuilds-724d86f4fc2aab2b010cf481afb0e63dbfcb1095.tar.gz
python/python-requestbuilder: Updated for version 0.7.1
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'python/python-requestbuilder')
-rw-r--r--python/python-requestbuilder/python-requestbuilder.SlackBuild4
-rw-r--r--python/python-requestbuilder/python-requestbuilder.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python-requestbuilder/python-requestbuilder.SlackBuild b/python/python-requestbuilder/python-requestbuilder.SlackBuild
index ff4d8779cd..3d831e4c1f 100644
--- a/python/python-requestbuilder/python-requestbuilder.SlackBuild
+++ b/python/python-requestbuilder/python-requestbuilder.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python-requestbuilder
-# Copyright 2016 Christoph Willing, Brisbane Australia
+# Copyright 2016-2017 Christoph Willing, Brisbane Australia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
SRCNAM=requestbuilder
PRGNAM=python-requestbuilder
-VERSION=${VERSION:-0.7.0}
+VERSION=${VERSION:-0.7.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/python-requestbuilder/python-requestbuilder.info b/python/python-requestbuilder/python-requestbuilder.info
index 81317dc765..68d0ca9ab9 100644
--- a/python/python-requestbuilder/python-requestbuilder.info
+++ b/python/python-requestbuilder/python-requestbuilder.info
@@ -1,8 +1,8 @@
PRGNAM="python-requestbuilder"
-VERSION="0.7.0"
+VERSION="0.7.1"
HOMEPAGE="https://github.com/boto/requestbuilder"
-DOWNLOAD="https://github.com/boto/requestbuilder/archive/v0.7.0/requestbuilder-0.7.0.tar.gz"
-MD5SUM="b6e8c4ed7f5d093ea85b040c24d4b3c9"
+DOWNLOAD="https://github.com/boto/requestbuilder/archive/v0.7.1/requestbuilder-0.7.1.tar.gz"
+MD5SUM="b6202e930f3867e3dfa760e5b325a512"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-requests six"