diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-07-13 19:56:50 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-15 07:33:48 +0700 |
commit | f9ca2cdc9b696a8742a3a9de44a2fd80f64c00bb (patch) | |
tree | 7ea536e0abbde411361dee2000a8b558fed058cb /python | |
parent | 7343cfa9a5fa17668f05777e8d4c5448e3409143 (diff) | |
download | slackbuilds-f9ca2cdc9b696a8742a3a9de44a2fd80f64c00bb.tar.gz |
python/PyGithub: Updated for version 1.35.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/PyGithub/PyGithub.SlackBuild | 2 | ||||
-rw-r--r-- | python/PyGithub/PyGithub.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/PyGithub/PyGithub.SlackBuild b/python/PyGithub/PyGithub.SlackBuild index cc769b409a..beb8d1da6b 100644 --- a/python/PyGithub/PyGithub.SlackBuild +++ b/python/PyGithub/PyGithub.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=PyGithub -VERSION=${VERSION:-1.33} +VERSION=${VERSION:-1.35} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/PyGithub/PyGithub.info b/python/PyGithub/PyGithub.info index 4f1fe091bb..322e0dd80a 100644 --- a/python/PyGithub/PyGithub.info +++ b/python/PyGithub/PyGithub.info @@ -1,8 +1,8 @@ PRGNAM="PyGithub" -VERSION="1.33" +VERSION="1.35" HOMEPAGE="http://pygithub.github.io/PyGithub/v1/index.html" -DOWNLOAD="https://pypi.python.org/packages/cb/32/556d2bfd99b5242773097cabf95c8b2ce422aeb10126849c8afdcd9ebcea/PyGithub-1.33.tar.gz" -MD5SUM="57e46bcc73c58534b55195526a22dcbc" +DOWNLOAD="https://pypi.python.org/packages/ae/d6/e44d5c938bc0fde63e3ee9b3209bc9f2c30c86f211664f333f98c59d36f7/PyGithub-1.35.tar.gz" +MD5SUM="c60115325245e78e1c69e1a7b8eeb596" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pyjwt" |