1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

devel/py-pygithub: Update to 1.25.0

- Update to 1.25.0
- Update COMMENT

Changes:

  * Implement getting repos by id
  * Add Gist.owner

PR:		189920
Submitted by:	robak (with changes)
This commit is contained in:
Kubilay Kocak 2014-06-27 07:52:34 +00:00
parent c8615e0a30
commit 72f833567c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359464
2 changed files with 4 additions and 4 deletions
devel/py-pygithub

View File

@ -2,14 +2,14 @@
# $FreeBSD$
PORTNAME= pygithub
PORTVERSION= 1.24.1
PORTVERSION= 1.25.0
CATEGORIES= devel www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyGithub-${PORTVERSION}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Use the full Github API v3 with Python
COMMENT= Python library implementing the full GitHub API v3
LICENSE= LGPL3

View File

@ -1,2 +1,2 @@
SHA256 (PyGithub-1.24.1.tar.gz) = 89792c62f69ecbd251672c96763f834a9bd1ba719825b3a78580532b8937b5f3
SIZE (PyGithub-1.24.1.tar.gz) = 2541009
SHA256 (PyGithub-1.25.0.tar.gz) = 27641e258c9f49d8d6da9574173103422096ebac018265c4c4b56413a47b8d96
SIZE (PyGithub-1.25.0.tar.gz) = 2470711