diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2018-04-08 18:34:08 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-14 07:06:37 +0700 |
commit | 4ec71d31ce36016bf23acfe5df0699780a05ada8 (patch) | |
tree | aa4fb5f9390a58df51eeca19378a78ff7e515787 /python/PyGithub | |
parent | a71846832004bcaf84bd9a739e655cfbe0c0b6aa (diff) |
python/PyGithub: Updated for version 1.38.
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 beb8d1da6b11..752da1be703e 100644 --- a/python/PyGithub/PyGithub.SlackBuild +++ b/python/PyGithub/PyGithub.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for PyGithub -# 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=PyGithub -VERSION=${VERSION:-1.35} +VERSION=${VERSION:-1.38} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/PyGithub/PyGithub.info b/python/PyGithub/PyGithub.info index 322e0dd80a5d..cd9394460972 100644 --- a/python/PyGithub/PyGithub.info +++ b/python/PyGithub/PyGithub.info @@ -1,8 +1,8 @@ PRGNAM="PyGithub" -VERSION="1.35" +VERSION="1.38" HOMEPAGE="http://pygithub.github.io/PyGithub/v1/index.html" -DOWNLOAD="https://pypi.python.org/packages/ae/d6/e44d5c938bc0fde63e3ee9b3209bc9f2c30c86f211664f333f98c59d36f7/PyGithub-1.35.tar.gz" -MD5SUM="c60115325245e78e1c69e1a7b8eeb596" +DOWNLOAD="https://pypi.python.org/packages/d5/8d/c77ab4ab7a815d74093f8dd45ecbad84fc5ae2341cf92029ea755bc55fe5/PyGithub-1.38.tar.gz" +MD5SUM="2d86c425008dec1af6ff4f67d4ad57b0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pyjwt" |