mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/requests-oauthlib: Updated for version 0.5.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
9cbba2737b
commit
37a41d1669
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for requests-oauthlib
|
||||
|
||||
# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada
|
||||
# Copyright 2014 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
|
||||
PRGNAM=requests-oauthlib
|
||||
VERSION=${VERSION:-0.4.2}
|
||||
VERSION=${VERSION:-0.5.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="requests-oauthlib"
|
||||
VERSION="0.4.2"
|
||||
VERSION="0.5.0"
|
||||
HOMEPAGE="https://github.com/requests/requests-oauthlib"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/r/requests-oauthlib/requests-oauthlib-0.4.2.tar.gz"
|
||||
MD5SUM="df930abe3971fb418c67a8545de54661"
|
||||
DOWNLOAD="https://pypi.python.org/packages/source/r/requests-oauthlib/requests-oauthlib-0.5.0.tar.gz"
|
||||
MD5SUM="139a17c495fb593b5842634faf72ebb0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python-requests python-oauthlib"
|
||||
|
|
Loading…
Reference in a new issue