Date: Thu, 28 Sep 2023 06:04:02 GMT From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 67a9848e8f4f - main - net-mgmt/netbox: Update to 3.6.3 Message-ID: <202309280604.38S642Ak040518@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=67a9848e8f4f1f52714db9a43d8c11110144f956 commit 67a9848e8f4f1f52714db9a43d8c11110144f956 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2023-09-28 05:57:31 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2023-09-28 05:57:31 +0000 net-mgmt/netbox: Update to 3.6.3 Changelog: Enhancements: * Add toggle to hide disconnected interfaces under device view Bug Fixes: * Enable tracing cable paths across multiple cables in parallel * Fix IndexError exception when manipulating terminations for existing cables via REST API * Enable creating a config template which references a data file via the REST API * Cleanly handle reports without any test methods defined * Restore original text color for HTML code elements * Fix assignment of VLAN group scope during bulk edit * Fix AttributeError exception when attaching front/rear images to a device type * Fix KeyError exception when deleting an object which references a configured choice value that has been removed * Fix invalid response when searching for custom choice field values returns no matches * Correct default background color for dashboard widget headers * Fix rack filtering for empty location during device bulk import * Allow designating an IP address as primary for device/VM while assigning it to an interface https://github.com/netbox-community/netbox/releases/tag/v3.6.3 --- net-mgmt/netbox/Makefile | 4 ++-- net-mgmt/netbox/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile index f8dc10ee87c1..14798d0055be 100644 --- a/net-mgmt/netbox/Makefile +++ b/net-mgmt/netbox/Makefile @@ -1,6 +1,6 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 3.6.2 +DISTVERSION= 3.6.3 CATEGORIES= net-mgmt python MAINTAINER= kai@FreeBSD.org @@ -45,7 +45,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=4.2.5<4.3:www/py-django42@${PY_FLA ${PYTHON_PKGNAMEPREFIX}feedparser>=6.0.8<7:textproc/py-feedparser@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=3.1.2<4:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}markdown>=3.3.7<3.4:textproc/py-markdown@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mkdocs-material>=9.3.2<10:textproc/py-mkdocs-material@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mkdocs-material>=9.4.2<10:textproc/py-mkdocs-material@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mkdocstrings>=0.23.0<1:textproc/py-mkdocstrings@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mkdocstrings-python-legacy>0:textproc/py-mkdocstrings-python-legacy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}netaddr>=0.9.0<1:net/py-netaddr@${PY_FLAVOR} \ diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo index 4f881625c952..977b0672c23c 100644 --- a/net-mgmt/netbox/distinfo +++ b/net-mgmt/netbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1695271824 -SHA256 (netbox-community-netbox-v3.6.2_GH0.tar.gz) = 7c13f2433f43c13677c6c1bb0b26d714c445c8a608fc5fb5784a1a5ae123a89e -SIZE (netbox-community-netbox-v3.6.2_GH0.tar.gz) = 7269532 +TIMESTAMP = 1695843236 +SHA256 (netbox-community-netbox-v3.6.3_GH0.tar.gz) = 99460bf0a25cb4de1fe349093aad161f2366c0db50901520ae90c4899048c971 +SIZE (netbox-community-netbox-v3.6.3_GH0.tar.gz) = 7276411
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309280604.38S642Ak040518>