git: f46a15c7c3c6 - main - net-mgmt/netbox: Update to 3.6.6

From: Kai Knoblich <kai_at_FreeBSD.org>
Date: Fri, 01 Dec 2023 12:49:32 UTC
The branch main has been updated by kai:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f46a15c7c3c6438c576fee16edefba3fd3fdffe4

commit f46a15c7c3c6438c576fee16edefba3fd3fdffe4
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2023-12-01 12:48:06 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2023-12-01 12:48:06 +0000

    net-mgmt/netbox: Update to 3.6.6
    
    Changelog:
    
    Enhancements:
    * Show complete region hierarchy in UI for all relevant objects
    
    Bug Fixes:
    * Record a pre-change snapshot when bulk editing objects via CSV
    * Raise a validation error when attempting to create a duplicate
      script or report
    * Fix jobs list for reports with a custom name
    * Fix CustomFieldChoiceSet search filter
    * Enable export templates for contact assignments
    * Webhook timestamps should be in proper ISO 8601 format
    * Fix numeric ordering of service ports
    * Correctly hash local user password when set via REST API
    * Fix ordering ASN table by ASDOT column
    * Fix running reports via REST API
    * Fix custom validation support for remote data sources
    * Fix bulk editing of interfaces assigned to VM with no cluster
    
    https://github.com/netbox-community/netbox/releases/tag/v3.6.6
    
    MFH:            2023Q4
---
 net-mgmt/netbox/Makefile  | 12 ++++++------
 net-mgmt/netbox/distinfo  |  6 +++---
 net-mgmt/netbox/pkg-plist |  1 +
 3 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile
index c073f5d322ae..399bebd4fa28 100644
--- a/net-mgmt/netbox/Makefile
+++ b/net-mgmt/netbox/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	netbox
 DISTVERSIONPREFIX=	v
-DISTVERSION=	3.6.5
+DISTVERSION=	3.6.6
 CATEGORIES=	net-mgmt python
 
 MAINTAINER=	kai@FreeBSD.org
@@ -24,18 +24,18 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 # - www/py-dj42-djangorestframework
 #
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django42>=4.2.6<4.3:www/py-django42@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}dj42-django-cors-headers>=4.3.0<5:www/py-dj42-django-cors-headers@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}dj42-django-cors-headers>=4.3.1<5:www/py-dj42-django-cors-headers@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj42-django-debug-toolbar>=4.2.0<5:www/py-dj42-django-debug-toolbar@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}dj42-django-filter>=23.3<24:www/py-dj42-django-filter@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}dj42-django-filter>=23.4<24:www/py-dj42-django-filter@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj42-django-graphiql-debug-toolbar>=0.2.0<1:www/py-dj42-django-graphiql-debug-toolbar@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj42-django-mptt>=0.14.0<0.15:www/py-dj42-django-mptt@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj42-django-prometheus>=2.3.1<2.4:www/py-dj42-django-prometheus@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj42-django-redis>=5.4.0<6:www/py-dj42-django-redis@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj42-django-rich>=1.8.0<2:www/py-dj42-django-rich@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}dj42-django-rq>=2.8.1<2.9:devel/py-dj42-django-rq@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}dj42-django-rq>=2.9.0<2.10:devel/py-dj42-django-rq@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj42-django-tables2>=2.6<2.7:www/py-dj42-django-tables2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj42-django-taggit>=4.0.0<5:www/py-dj42-django-taggit@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}dj42-django-timezone-field>=6.0.1<7:www/py-dj42-django-timezone-field@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}dj42-django-timezone-field>=6.1.0<7:www/py-dj42-django-timezone-field@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj42-djangorestframework>=3.14.0<3.15.0:www/py-dj42-djangorestframework@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj42-drf-spectacular>=0.26.5<1:www/py-dj42-drf-spectacular@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj42-drf-spectacular-sidecar>=2023.10.1:www/py-dj42-drf-spectacular-sidecar@${PY_FLAVOR} \
@@ -46,7 +46,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django42>=4.2.6<4.3:www/py-django42@${PY_FLA
 		${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.4.6<10:textproc/py-mkdocs-material@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}mkdocstrings>=0.23.0<1:textproc/py-mkdocstrings@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}mkdocstrings>=0.24.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} \
 		${PYTHON_PKGNAMEPREFIX}pillow>=10.0.1:graphics/py-pillow@${PY_FLAVOR} \
diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo
index bc09da36d344..721c1d07d367 100644
--- a/net-mgmt/netbox/distinfo
+++ b/net-mgmt/netbox/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1699694515
-SHA256 (netbox-community-netbox-v3.6.5_GH0.tar.gz) = 36f97597527b7b00ac83aa9cd642694a9f5c0940385883bce4ee11579da3edd3
-SIZE (netbox-community-netbox-v3.6.5_GH0.tar.gz) = 7278394
+TIMESTAMP = 1701327342
+SHA256 (netbox-community-netbox-v3.6.6_GH0.tar.gz) = 4ce90d1338cd2dbb9ec2908fa06b3f32995bae7b21633410fddbc9756fc5ebeb
+SIZE (netbox-community-netbox-v3.6.6_GH0.tar.gz) = 7280572
diff --git a/net-mgmt/netbox/pkg-plist b/net-mgmt/netbox/pkg-plist
index 928209c47e6d..75b4c9d13a25 100644
--- a/net-mgmt/netbox/pkg-plist
+++ b/net-mgmt/netbox/pkg-plist
@@ -1345,6 +1345,7 @@
 %%DATADIR%%/utilities/templatetags/buttons.py
 %%DATADIR%%/utilities/templatetags/form_helpers.py
 %%DATADIR%%/utilities/templatetags/helpers.py
+%%DATADIR%%/utilities/templatetags/mptt.py
 %%DATADIR%%/utilities/templatetags/navigation.py
 %%DATADIR%%/utilities/templatetags/perms.py
 %%DATADIR%%/utilities/templatetags/tabs.py