Date: Wed, 31 Aug 2022 11:44:35 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ba01b7524253 - main - security/py-pyspnego: Update to 0.6.0 Message-ID: <202208311144.27VBiZ5T096694@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ba01b7524253db54875ddc13c4872cdc0b86b235 commit ba01b7524253db54875ddc13c4872cdc0b86b235 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-08-31 11:24:28 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-08-31 11:41:14 +0000 security/py-pyspnego: Update to 0.6.0 Changes: https://github.com/jborean93/pyspnego/releases --- security/py-pyspnego/Makefile | 6 +++--- security/py-pyspnego/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/security/py-pyspnego/Makefile b/security/py-pyspnego/Makefile index bbc8c6200ce7..b32a7707531e 100644 --- a/security/py-pyspnego/Makefile +++ b/security/py-pyspnego/Makefile @@ -1,5 +1,5 @@ PORTNAME= pyspnego -PORTVERSION= 0.5.3 +PORTVERSION= 0.6.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes @@ -21,7 +21,7 @@ OPTIONS_DEFINE= KERBEROS YAML KERBEROS_DESC= Kerberos authentication support YAML_DESC= YAML output support -KERBEROS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gssapi>=1.5.0:security/py-gssapi@${PY_FLAVOR} \ +KERBEROS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gssapi>=1.6.0:security/py-gssapi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}krb5>=0.3.0:security/py-krb5@${PY_FLAVOR} YAML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0:devel/py-ruamel.yaml@${PY_FLAVOR} diff --git a/security/py-pyspnego/distinfo b/security/py-pyspnego/distinfo index c0211f8f7080..fb9cd2f42e6f 100644 --- a/security/py-pyspnego/distinfo +++ b/security/py-pyspnego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1657555667 -SHA256 (pyspnego-0.5.3.tar.gz) = 416fd2d67e82b44ba3d2d9062485056e4dde3c141630170e9190379d6b19972a -SIZE (pyspnego-0.5.3.tar.gz) = 389939 +TIMESTAMP = 1661599327 +SHA256 (pyspnego-0.6.0.tar.gz) = 15cd6d3fc4d18b4b7f80259bfab1580c87dc9677d47e7cf801dad71dc23d1afc +SIZE (pyspnego-0.6.0.tar.gz) = 200621
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208311144.27VBiZ5T096694>