diff options
Diffstat (limited to 'python')
-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 edbcd9fa90eb..328017eda514 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 9194cad3c611..3d54d08d5b81 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" |