diff options
-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 44cbeac65a817..cd03b8126125c 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 960066f1757fe..f67793acfa09e 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" |