python/requests-oauthlib: Updated for version 1.0.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
8c1fa2efec
commit
9e344e6d44
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue