diff options
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 |
commit | 082adb6cab0d116980c4e862f3cde21361873e1e (patch) | |
tree | 5df6fce53b1375a2ec892d1866c009669166ec86 /python | |
parent | 0b661c111abacaaf7bf4fbb8a46665dae2d14eb3 (diff) |
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.SlackBuild | 2 | ||||
-rw-r--r-- | python/requests-oauthlib/requests-oauthlib.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/requests-oauthlib/requests-oauthlib.SlackBuild b/python/requests-oauthlib/requests-oauthlib.SlackBuild index 8f93198ff0f7..5a66414d5c92 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 09c02f5b8020..c1225271ff39 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" |