Date: Sat, 31 Dec 2022 21:59:42 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e1f793fe3a56 - main - devel/py-pygithub: Update version 1.55=>1.57 Message-ID: <202212312159.2BVLxgIq087006@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=e1f793fe3a562f1696db3824a8ca6878a9799bca commit e1f793fe3a562f1696db3824a8ca6878a9799bca Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-12-31 21:34:36 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-12-31 21:59:01 +0000 devel/py-pygithub: Update version 1.55=>1.57 - Drop support for python 3.6 Relnotes: https://github.com/PyGithub/PyGithub/blob/v1.57/doc/changes.rst --- devel/py-pygithub/Makefile | 4 ++-- devel/py-pygithub/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/py-pygithub/Makefile b/devel/py-pygithub/Makefile index 134ec2a7ecaa..f4f44d44a45c 100644 --- a/devel/py-pygithub/Makefile +++ b/devel/py-pygithub/Makefile @@ -1,5 +1,5 @@ PORTNAME= pygithub -PORTVERSION= 1.55 +PORTVERSION= 1.57 CATEGORIES= devel www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.14.0:www/py-requests@${PY_FLAVOR ${PYTHON_PKGNAMEPREFIX}deprecated>0:devel/py-deprecated@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pynacl>=1.4.0:security/py-pynacl@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/devel/py-pygithub/distinfo b/devel/py-pygithub/distinfo index de052128e349..19c559a5bcb8 100644 --- a/devel/py-pygithub/distinfo +++ b/devel/py-pygithub/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1641075510 -SHA256 (PyGithub-1.55.tar.gz) = 1bbfff9372047ff3f21d5cd8e07720f3dbfdaf6462fcaed9d815f528f1ba7283 -SIZE (PyGithub-1.55.tar.gz) = 158046 +TIMESTAMP = 1672437004 +SHA256 (PyGithub-1.57.tar.gz) = c273f252b278fb81f1769505cc6921bdb6791e1cebd6ac850cc97dad13c31ff3 +SIZE (PyGithub-1.57.tar.gz) = 161671
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212312159.2BVLxgIq087006>