summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2015-05-04 18:40:01 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-05-10 07:04:56 +0700
commit37a41d1669447ec490c23f99e7b6b9dd59443a59 (patch)
treed0a45c7686f25719e4633be723fed74c46c984e1 /python
parent9cbba2737b51fa3f61d139a54ddfc235bd5ed687 (diff)
downloadslackbuilds-37a41d1669447ec490c23f99e7b6b9dd59443a59.tar.gz
slackbuilds-37a41d1669447ec490c23f99e7b6b9dd59443a59.tar.xz
python/requests-oauthlib: Updated for version 0.5.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python')
-rw-r--r--python/requests-oauthlib/requests-oauthlib.SlackBuild4
-rw-r--r--python/requests-oauthlib/requests-oauthlib.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/requests-oauthlib/requests-oauthlib.SlackBuild b/python/requests-oauthlib/requests-oauthlib.SlackBuild
index b6b5f2cedd..5a328218bb 100644
--- a/python/requests-oauthlib/requests-oauthlib.SlackBuild
+++ b/python/requests-oauthlib/requests-oauthlib.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for requests-oauthlib
-# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
+# Copyright 2014 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
PRGNAM=requests-oauthlib
-VERSION=${VERSION:-0.4.2}
+VERSION=${VERSION:-0.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/requests-oauthlib/requests-oauthlib.info b/python/requests-oauthlib/requests-oauthlib.info
index 08ccf1489c..5c6de00f63 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.2"
+VERSION="0.5.0"
HOMEPAGE="https://github.com/requests/requests-oauthlib"
-DOWNLOAD="https://pypi.python.org/packages/source/r/requests-oauthlib/requests-oauthlib-0.4.2.tar.gz"
-MD5SUM="df930abe3971fb418c67a8545de54661"
+DOWNLOAD="https://pypi.python.org/packages/source/r/requests-oauthlib/requests-oauthlib-0.5.0.tar.gz"
+MD5SUM="139a17c495fb593b5842634faf72ebb0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-requests python-oauthlib"