python/python-twitter: Updated for version 3.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7cff66dbcd
commit
9250779c56
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=python-twitter
|
||||
VERSION=${VERSION:-3.1}
|
||||
VERSION=${VERSION:-3.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python-twitter"
|
||||
VERSION="3.1"
|
||||
VERSION="3.2"
|
||||
HOMEPAGE="https://github.com/bear/python-twitter"
|
||||
DOWNLOAD="https://pypi.python.org/packages/96/69/53b87d2b717a669eb8f46d6e1d180d0a691f3d303631ca6be80f9d036a2a/python-twitter-3.1.tar.gz"
|
||||
MD5SUM="2e00d057a22db298709f768a96cc88ef"
|
||||
DOWNLOAD="https://pypi.python.org/packages/6c/d4/42dc3cf73f49bd325aa6620e39c75d091ea0d1312877900fc66f5c6bf695/python-twitter-3.2.tar.gz"
|
||||
MD5SUM="d4cc9b004cec760a26b48e4d70834b4c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python-future requests-oauthlib"
|
||||
|
|
Loading…
Reference in New Issue