Date: Sat, 14 Dec 2024 17:51:27 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: 2c15ffa49ef1 - main - net-mgmt/netbox: Update to 4.1.8 Message-ID: <202412141751.4BEHpRQv032915@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=2c15ffa49ef1856f6fca6a953ba8736b3749d1ba commit 2c15ffa49ef1856f6fca6a953ba8736b3749d1ba Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2024-12-14 17:44:06 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2024-12-14 17:51:00 +0000 net-mgmt/netbox: Update to 4.1.8 Changelog: Enhancements: * Enable OOB IP address designation during bulk import * Enable designation of rack type during bulk import & bulk edit * Enable designating an IP address as out-of-band for a device upon creation * Add L2TP, PPTP, Wireguard, and OpenVPN tunnel types * Automatically clear cache on restart when DEBUG is enabled * Omit stack trace from rendered device/VM configuration when an exception is raised * Include status in device details when hovering on rack elevation * Enable the dynamic registration of context managers for request processing Bug Fixes: * Fix unhandled AttributeError exception when bulk renaming objects * Fix dynamic inclusion support for config templates * Fix validation of racked device fields when modifying via REST API * Ensure default custom field values are populated when creating new modules * Show plugin-generated alerts within UI views for custom scripts * Fix REST API pagination for low MAX_PAGE_SIZE values * Omit UI navigation bar when printing * Fix searching for ASN ranges by name https://github.com/netbox-community/netbox/releases/tag/v4.1.8 --- net-mgmt/netbox/Makefile | 16 ++++++++-------- net-mgmt/netbox/distinfo | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile index 48ea9796668c..a96bcdd2f962 100644 --- a/net-mgmt/netbox/Makefile +++ b/net-mgmt/netbox/Makefile @@ -1,6 +1,6 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 4.1.7 +DISTVERSION= 4.1.8 CATEGORIES= net-mgmt python MAINTAINER= kai@FreeBSD.org @@ -23,7 +23,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt # - www/py-dj50-django-tables2 # - www/py-dj50-djangorestframework # -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django50>=5.0.9<5.1:www/py-django50@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django50>=5.0.10<5.1:www/py-django50@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj50-django-cors-headers>=4.6.0<5:www/py-dj50-django-cors-headers@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj50-django-debug-toolbar>=4.4.6<4.5:www/py-dj50-django-debug-toolbar@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj50-django-filter>=24.3<25:www/py-dj50-django-filter@${PY_FLAVOR} \ @@ -37,19 +37,19 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django50>=5.0.9<5.1:www/py-django50@${PY_FLA ${PYTHON_PKGNAMEPREFIX}dj50-django-taggit>=6.1.0<7:www/py-dj50-django-taggit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj50-django-timezone-field>=7.0<8:www/py-dj50-django-timezone-field@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj50-djangorestframework>=3.15.2<3.16.0:www/py-dj50-djangorestframework@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj50-drf-spectacular>=0.27.2<1:www/py-dj50-drf-spectacular@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj50-drf-spectacular-sidecar>=2024.11.1:www/py-dj50-drf-spectacular-sidecar@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj50-strawberry-graphql>=0.251.0<0.300:devel/py-dj50-strawberry-graphql@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj50-strawberry-graphql-django>=0.50.0<1:www/py-dj50-strawberry-graphql-django@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj50-drf-spectacular>=0.28.0<1:www/py-dj50-drf-spectacular@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj50-drf-spectacular-sidecar>=2024.12.1:www/py-dj50-drf-spectacular-sidecar@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj50-strawberry-graphql>=0.253.1<0.300:devel/py-dj50-strawberry-graphql@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj50-strawberry-graphql-django>=0.51.0<1:www/py-dj50-strawberry-graphql-django@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-pglocks>=1.0.4<1.1:www/py-django-pglocks@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}feedparser>=6.0.11<7:textproc/py-feedparser@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=3.1.4<4:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}markdown>=3.6<3.8:textproc/py-markdown@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mkdocs-material>=9.5.45<10:textproc/py-mkdocs-material@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mkdocs-material>=9.5.48<10:textproc/py-mkdocs-material@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mkdocstrings>=0.27.0<1:textproc/py-mkdocstrings@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mkdocstrings-python-legacy>0:textproc/py-mkdocstrings-python-legacy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}netaddr>=1.3.0<2:net/py-netaddr@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}nh3>=0.2.18<0.3:www/py-nh3@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}nh3>=0.2.19<0.3:www/py-nh3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>=11.0.0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psycopg>=3.1.20<4:databases/py-psycopg@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psycopg-c>=3.1.20<4:databases/py-psycopg-c@${PY_FLAVOR} \ diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo index 704de828cf55..ae1dda583e54 100644 --- a/net-mgmt/netbox/distinfo +++ b/net-mgmt/netbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1732220770 -SHA256 (netbox-community-netbox-v4.1.7_GH0.tar.gz) = 27b15476aeb6da9f47e82375825b1e89c2f5de4fb8a1c1bb643a7bf93cfac829 -SIZE (netbox-community-netbox-v4.1.7_GH0.tar.gz) = 18071686 +TIMESTAMP = 1734019978 +SHA256 (netbox-community-netbox-v4.1.8_GH0.tar.gz) = eddcbc6f3ce4ea3174610e13ef9d911122c4acf4e6fdf9ba5be0dd4f00c93942 +SIZE (netbox-community-netbox-v4.1.8_GH0.tar.gz) = 18110495
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412141751.4BEHpRQv032915>