summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dimitris Zlatanidis2018-06-29 19:15:00 +0200
committer Willy Sudiarto Raharjo2018-06-30 02:00:08 +0200
commit9e344e6d44cfc1fdb7c945131aaf8dfcc2ec5263 (patch)
treebd5d525d92c12dee8bc42a12a3543f6efa916733
parent8c1fa2efec89a1649c854559dc8ca646aa5ac882 (diff)
downloadslackbuilds-9e344e6d44cfc1fdb7c945131aaf8dfcc2ec5263.tar.gz
python/requests-oauthlib: Updated for version 1.0.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
-rw-r--r--python/requests-oauthlib/requests-oauthlib.SlackBuild4
-rw-r--r--python/requests-oauthlib/requests-oauthlib.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/requests-oauthlib/requests-oauthlib.SlackBuild b/python/requests-oauthlib/requests-oauthlib.SlackBuild
index 44cbeac65a..cd03b81261 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 960066f175..f67793acfa 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"