diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-12-10 09:39:09 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-12 07:18:46 +0700 |
commit | 4b7d915247322a8cc053235de2ce1d0a8a635f20 (patch) | |
tree | fae5b50ea5496df90d70dd3f3d8431fd1d42967c /python/PyGithub | |
parent | 6275eb119f6acc9fcf443b881b0d3dae3a0c6369 (diff) | |
download | slackbuilds-4b7d915247322a8cc053235de2ce1d0a8a635f20.tar.gz |
python/PyGithub: Updated for version 1.26.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/PyGithub')
-rw-r--r-- | python/PyGithub/PyGithub.SlackBuild | 4 | ||||
-rw-r--r-- | python/PyGithub/PyGithub.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/PyGithub/PyGithub.SlackBuild b/python/PyGithub/PyGithub.SlackBuild index edbcd9fa90..328017eda5 100644 --- a/python/PyGithub/PyGithub.SlackBuild +++ b/python/PyGithub/PyGithub.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for PyGithub -# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada +# Copyright 2014-2015 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=PyGithub -VERSION=${VERSION:-1.25.2} +VERSION=${VERSION:-1.26.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/PyGithub/PyGithub.info b/python/PyGithub/PyGithub.info index 9194cad3c6..3d54d08d5b 100644 --- a/python/PyGithub/PyGithub.info +++ b/python/PyGithub/PyGithub.info @@ -1,8 +1,8 @@ PRGNAM="PyGithub" -VERSION="1.25.2" +VERSION="1.26.0" HOMEPAGE="http://jacquev6.github.io/PyGithub/v1/index.html" -DOWNLOAD="https://pypi.python.org/packages/source/P/PyGithub/PyGithub-1.25.2.tar.gz" -MD5SUM="18bb9d3fc1cebff8ab69eb57e85179a5" +DOWNLOAD="https://pypi.python.org/packages/source/P/PyGithub/PyGithub-1.26.0.tar.gz" +MD5SUM="5a9961b4331d63cbbcae3850abcf888a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pysetuptools" |