diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2018-06-29 19:15:00 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-06-30 07:00:08 +0700 |
commit | 9e344e6d44cfc1fdb7c945131aaf8dfcc2ec5263 (patch) | |
tree | bd5d525d92c12dee8bc42a12a3543f6efa916733 /python | |
parent | 8c1fa2efec89a1649c854559dc8ca646aa5ac882 (diff) |
python/requests-oauthlib: Updated for version 1.0.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/requests-oauthlib/requests-oauthlib.SlackBuild | 4 | ||||
-rw-r--r-- | python/requests-oauthlib/requests-oauthlib.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/requests-oauthlib/requests-oauthlib.SlackBuild b/python/requests-oauthlib/requests-oauthlib.SlackBuild index 44cbeac65a81..cd03b8126125 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-2016 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2018 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=requests-oauthlib -VERSION=${VERSION:-0.7.0} +VERSION=${VERSION:-1.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/requests-oauthlib/requests-oauthlib.info b/python/requests-oauthlib/requests-oauthlib.info index 960066f1757f..f67793acfa09 100644 --- a/python/requests-oauthlib/requests-oauthlib.info +++ b/python/requests-oauthlib/requests-oauthlib.info @@ -1,8 +1,8 @@ PRGNAM="requests-oauthlib" -VERSION="0.7.0" +VERSION="1.0.0" HOMEPAGE="https://github.com/requests/requests-oauthlib" -DOWNLOAD="https://pypi.python.org/packages/46/9b/c28061cc63298bc29ff7d668e18c5293bb522e946aaeb98e4c552d2c0f7b/requests-oauthlib-0.7.0.tar.gz" -MD5SUM="f770e7313035ecad1edd10ce50d1caec" +DOWNLOAD="https://files.pythonhosted.org/packages/95/be/072464f05b70e4142cb37151e215a2037b08b1400f8a56f2538b76ca6205/requests-oauthlib-1.0.0.tar.gz" +MD5SUM="e867404084b688dbfb879b9ac9ac040a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-requests python-oauthlib" |