python/python-oauthlib: Updated for version 1.1.1.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2016-05-10 06:47:41 +03:00
parent 077a4f16df
commit 9cafbe60ba
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for python-oauthlib
# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,7 +24,7 @@
PRGNAM=python-oauthlib
SRCNAM=$(echo $PRGNAM | cut -c8-15)
VERSION=${VERSION:-1.0.3}
VERSION=${VERSION:-1.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python-oauthlib"
VERSION="1.0.3"
VERSION="1.1.1"
HOMEPAGE="https://github.com/idan/oauthlib"
DOWNLOAD="https://pypi.python.org/packages/source/o/oauthlib/oauthlib-1.0.3.tar.gz"
MD5SUM="02772867bf246b3b37f4ed22786c41f5"
DOWNLOAD="https://pypi.python.org/packages/79/56/cb4c1ff3244f68605a1042a7f257f96815246b0625e28991d268554adb16/oauthlib-1.1.1.tar.gz"
MD5SUM="835e04193f04fe9f17b00a68bcdf8563"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pycrypto"