diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-02-11 06:13:49 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-12 17:44:29 +0700 |
commit | f6d42355830437e479c2d6556c67bd30af48cd0e (patch) | |
tree | 2a5253d26e0dee32d5c00e16a53b02f31f80481e /python/python-twitter | |
parent | 6d92e558edd196997bdf09eefec3b80c8fcc2cb7 (diff) | |
download | slackbuilds-f6d42355830437e479c2d6556c67bd30af48cd0e.tar.gz |
python/python-twitter: Updated for version 2.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/python-twitter')
-rw-r--r-- | python/python-twitter/python-twitter.SlackBuild | 2 | ||||
-rw-r--r-- | python/python-twitter/python-twitter.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python-twitter/python-twitter.SlackBuild b/python/python-twitter/python-twitter.SlackBuild index e0b9858ec2..8b06dbe00f 100644 --- a/python/python-twitter/python-twitter.SlackBuild +++ b/python/python-twitter/python-twitter.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python-twitter -VERSION=${VERSION:-2.0} +VERSION=${VERSION:-2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python-twitter/python-twitter.info b/python/python-twitter/python-twitter.info index 594684cf8d..c21e8a6457 100644 --- a/python/python-twitter/python-twitter.info +++ b/python/python-twitter/python-twitter.info @@ -1,8 +1,8 @@ PRGNAM="python-twitter" -VERSION="2.0" +VERSION="2.2" HOMEPAGE="https://github.com/bear/python-twitter" -DOWNLOAD="https://pypi.python.org/packages/source/p/python-twitter/python-twitter-2.0.tar.gz" -MD5SUM="a232cac55f121509da7fc2db15ef9614" +DOWNLOAD="https://pypi.python.org/packages/source/p/python-twitter/python-twitter-2.2.tar.gz" +MD5SUM="eab697b3a9bc6bf3432d09a489f4ed8b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="simplejson requests-oauthlib" |