diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-10-25 07:29:16 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-30 20:27:21 +0700 |
commit | 43ca066898bfc92aa47ad93a988af696c2ce761d (patch) | |
tree | cdfea866c982707fb37b1ccc91bbdf364142f653 | |
parent | d4aa2d5cc87807e7412f4d52a10cb43fbc61cf95 (diff) | |
download | slackbuilds-43ca066898bfc92aa47ad93a988af696c2ce761d.tar.gz |
python/requests-oauthlib: Updated for version 0.4.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 5a66414d5c..b6b5f2cedd 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.1} +VERSION=${VERSION:-0.4.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/requests-oauthlib/requests-oauthlib.info b/python/requests-oauthlib/requests-oauthlib.info index c1225271ff..08ccf1489c 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.1" +VERSION="0.4.2" HOMEPAGE="https://github.com/requests/requests-oauthlib" -DOWNLOAD="https://pypi.python.org/packages/source/r/requests-oauthlib/requests-oauthlib-0.4.1.tar.gz" -MD5SUM="4e5125f249580ae4f815d7291f505124" +DOWNLOAD="https://pypi.python.org/packages/source/r/requests-oauthlib/requests-oauthlib-0.4.2.tar.gz" +MD5SUM="df930abe3971fb418c67a8545de54661" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-requests python-oauthlib" |