python/python-twitter: Updated for version 3.4.2.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2018-06-29 19:18:22 +02:00 committed by Willy Sudiarto Raharjo
parent 9e344e6d44
commit 4df4cce5b7
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for python-twitter
# Written by Steven Pledger <piratesmack@ymail.com>
# Copyright 2014-2017 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=python-twitter
VERSION=${VERSION:-3.3}
VERSION=${VERSION:-3.4.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="python-twitter"
VERSION="3.3"
VERSION="3.4.2"
HOMEPAGE="https://github.com/bear/python-twitter"
DOWNLOAD="https://pypi.python.org/packages/b6/43/3e91acc643b9e11430dc1288dcac33c88aca6c417272a961729fd04c2ed8/python-twitter-3.3.tar.gz"
MD5SUM="f07f2519c779cb6f6ba85bd98d2ee09e"
DOWNLOAD="https://files.pythonhosted.org/packages/12/df/cf1f6f1cf736380bb6b828c44fea9660b86d7de756bb4d5c3db70b2f3f17/python-twitter-3.4.2.tar.gz"
MD5SUM="5919b8ccac604b49c5dc9851b8686e26"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pytest-runner python-future requests-oauthlib"