mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/python-oauthlib: Updated for version 2.1.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
5bd9696978
commit
ccbcd711e7
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=python-oauthlib
|
||||
SRCNAM=$(echo $PRGNAM | cut -c8-15)
|
||||
VERSION=${VERSION:-2.0.7}
|
||||
VERSION=${VERSION:-2.1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python-oauthlib"
|
||||
VERSION="2.0.7"
|
||||
VERSION="2.1.0"
|
||||
HOMEPAGE="https://github.com/idan/oauthlib"
|
||||
DOWNLOAD="https://pypi.python.org/packages/47/b9/66278631430fe688b2e6c84df16619f1d1e27c9c6ebca28371f7c6fbb346/oauthlib-2.0.7.tar.gz"
|
||||
MD5SUM="1fca21cda1c106ff4c5110cc355dca22"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/df/5f/3f4aae7b28db87ddef18afed3b71921e531ca288dc604eb981e9ec9f8853/oauthlib-2.1.0.tar.gz"
|
||||
MD5SUM="544b15398afe48d9493fa60d571bd8c7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue