git: ab676da45113 - main - net-mgmt/py-netutils: Update to 1.12.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Mar 2025 10:06:26 UTC
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=ab676da4511358e8bac861245a38e6f04d4317e5 commit ab676da4511358e8bac861245a38e6f04d4317e5 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2025-03-29 10:03:50 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2025-03-29 10:05:57 +0000 net-mgmt/py-netutils: Update to 1.12.0 * Support for Python 3.8 was dropped with the 1.12.0 release, adjust USES=python accordingly. Changelog since 1.10.0: https://github.com/networktocode/netutils/compare/v1.10.0...v1.12.0 --- net-mgmt/py-netutils/Makefile | 8 ++++++-- net-mgmt/py-netutils/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/net-mgmt/py-netutils/Makefile b/net-mgmt/py-netutils/Makefile index d16d922e8354..5dbc06e0e16f 100644 --- a/net-mgmt/py-netutils/Makefile +++ b/net-mgmt/py-netutils/Makefile @@ -1,5 +1,5 @@ PORTNAME= netutils -DISTVERSION= 1.10.0 +DISTVERSION= 1.12.0 CATEGORIES= net-mgmt python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,11 +13,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} -USES= python +USES= python:3.9+ USE_PYTHON= autoplist pep517 NO_ARCH= yes +# There are another two options, "napalm" + "legacycrypt", in "pyproject.toml" +# and are deliberately not added for the time being. The first one would lead +# to a circular dependency and the second one is required for Python 3.13+ (not +# in ports tree, yet) which no longer has the deprecated "crypt" module. OPTIONS_DEFINE= JSONSCHEMA OPTIONS_DEFAULT= JSONSCHEMA diff --git a/net-mgmt/py-netutils/distinfo b/net-mgmt/py-netutils/distinfo index ae4d84069967..5c3971132223 100644 --- a/net-mgmt/py-netutils/distinfo +++ b/net-mgmt/py-netutils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1727002935 -SHA256 (netutils-1.10.0.tar.gz) = f457fb85cb622e89aa0403fb2128c50986f7ce38d93a5873981727d088619793 -SIZE (netutils-1.10.0.tar.gz) = 498515 +TIMESTAMP = 1739696699 +SHA256 (netutils-1.12.0.tar.gz) = 96a790d11921063a6a64ee79c6e8c5a5ffcd05cbee07dd2b614d98c4416cffdd +SIZE (netutils-1.12.0.tar.gz) = 503212