Date: Sun, 19 Feb 2023 06:23:48 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 06ade7ff2113 - main - =?utf-8?Q?security/py-txtorcon:=20Update=2022.0.0=20=E2=86=92=2023.0.0?= Message-ID: <202302190623.31J6NmhS054352@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=06ade7ff21134ed7e704058a203120db8e952b44 commit 06ade7ff21134ed7e704058a203120db8e952b44 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-02-19 06:23:23 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-02-19 06:23:41 +0000 security/py-txtorcon: Update 22.0.0 → 23.0.0 Reported by: portscout --- security/py-txtorcon/Makefile | 7 +++---- security/py-txtorcon/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/security/py-txtorcon/Makefile b/security/py-txtorcon/Makefile index aa16fa1b4911..e5c54fec9e2c 100644 --- a/security/py-txtorcon/Makefile +++ b/security/py-txtorcon/Makefile @@ -1,5 +1,5 @@ PORTNAME= txtorcon -DISTVERSION= 22.0.0 +DISTVERSION= 23.0.0 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,15 +11,14 @@ WWW= https://github.com/meejah/txtorcon LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= \ - ${PYTHON_PKGNAMEPREFIX}Automat>0:devel/py-Automat@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Automat>0:devel/py-Automat@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}incremental>0:devel/py-incremental@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}twisted>=15.5.0:devel/py-twisted@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.6.1:devel/py-zope.interface@${PY_FLAVOR} USES= python:3.6+ shebangfix -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils autoplist pytest # 1 test fails, see https://github.com/meejah/txtorcon/issues/376 SHEBANG_FILES= examples/*.py diff --git a/security/py-txtorcon/distinfo b/security/py-txtorcon/distinfo index e8e3c7782f86..79667540efc6 100644 --- a/security/py-txtorcon/distinfo +++ b/security/py-txtorcon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1647827019 -SHA256 (txtorcon-22.0.0.tar.gz) = 89a1b65e32a4b369d67e6c166387fbc468cc5d05227448d239a5e7e9718aa053 -SIZE (txtorcon-22.0.0.tar.gz) = 310919 +TIMESTAMP = 1676786371 +SHA256 (txtorcon-23.0.0.tar.gz) = 0225ffad67689137849ad9ad34adb569b0d88f9af0450300067a5f901e994325 +SIZE (txtorcon-23.0.0.tar.gz) = 310915
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302190623.31J6NmhS054352>