summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2014-06-07 07:55:28 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-06-12 06:51:40 +0700
commit082adb6cab0d116980c4e862f3cde21361873e1e (patch)
tree5df6fce53b1375a2ec892d1866c009669166ec86 /python
parent0b661c111abacaaf7bf4fbb8a46665dae2d14eb3 (diff)
downloadslackbuilds-082adb6cab0d116980c4e862f3cde21361873e1e.tar.gz
slackbuilds-082adb6cab0d116980c4e862f3cde21361873e1e.tar.xz
python/requests-oauthlib: Updated for version 0.4.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/requests-oauthlib/requests-oauthlib.SlackBuild2
-rw-r--r--python/requests-oauthlib/requests-oauthlib.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/requests-oauthlib/requests-oauthlib.SlackBuild b/python/requests-oauthlib/requests-oauthlib.SlackBuild
index 8f93198ff0..5a66414d5c 100644
--- a/python/requests-oauthlib/requests-oauthlib.SlackBuild
+++ b/python/requests-oauthlib/requests-oauthlib.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=requests-oauthlib
-VERSION=${VERSION:-0.4.0}
+VERSION=${VERSION:-0.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/requests-oauthlib/requests-oauthlib.info b/python/requests-oauthlib/requests-oauthlib.info
index 09c02f5b80..c1225271ff 100644
--- a/python/requests-oauthlib/requests-oauthlib.info
+++ b/python/requests-oauthlib/requests-oauthlib.info
@@ -1,8 +1,8 @@
PRGNAM="requests-oauthlib"
-VERSION="0.4.0"
+VERSION="0.4.1"
HOMEPAGE="https://github.com/requests/requests-oauthlib"
-DOWNLOAD="https://pypi.python.org/packages/source/r/requests-oauthlib/requests-oauthlib-0.4.0.tar.gz"
-MD5SUM="2649560205a02473998e0e7dd881ee5a"
+DOWNLOAD="https://pypi.python.org/packages/source/r/requests-oauthlib/requests-oauthlib-0.4.1.tar.gz"
+MD5SUM="4e5125f249580ae4f815d7291f505124"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-requests python-oauthlib"