python/requests-oauthlib: Updated for version 0.4.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dimitris Zlatanidis 2014-06-07 07:55:28 +07:00 committed by Willy Sudiarto Raharjo
parent 0b661c111a
commit 082adb6cab
2 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@
PRGNAM=requests-oauthlib
VERSION=${VERSION:-0.4.0}
VERSION=${VERSION:-0.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -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"