aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2023-12-17 12:39:38 +0000
committerKai Knoblich <kai@FreeBSD.org>2023-12-17 12:39:38 +0000
commitd11ac1383d63cc84989b9f6a1d58a7b3ff0d277a (patch)
tree5c2a6af024154114499a425012943da1292503ba
parent2fb376f2dd880aaaee618e3b93b8c210dad79e9a (diff)
downloadports-d11ac1383d63cc84989b9f6a1d58a7b3ff0d277a.tar.gz
ports-d11ac1383d63cc84989b9f6a1d58a7b3ff0d277a.zip
net-mgmt/netbox: Update to 3.6.7
Changelog: Enhancements: * Designate fields to expand by default for object selector widget * Add tags column to L2VPN terminations column * Add classes parameter to copy_content template tag * Change custom field choice delimiter from comma to colon Bug Fixes: * Fix bulk import support for custom field choices * Ensure accuracy of parent object counters when deleting related objects * Fix server error when authenticating via IP-restricted API tokens using IPv6 * Fix bulk operations for plugin models under admin UI * Fix exception on non-JSON request to /available-ips/ API endpoints * Rack starting_unit cannot be zero * Populate custom field default values for components when creating a device * Fix exception when creating a power feed with rack and panel in different sites * Fix the assignment of tags to L2VPN terminations * Remove unneeded annotations from queries when using REST API brief mode * Ensure user config is created automatically for all user accounts * Fix filtering contact assignments by group * Fix quick search under VLAN group VLANs list https://github.com/netbox-community/netbox/releases/tag/v3.6.7 MFH: 2023Q4
-rw-r--r--net-mgmt/netbox/Makefile10
-rw-r--r--net-mgmt/netbox/distinfo6
-rw-r--r--net-mgmt/netbox/pkg-plist1
3 files changed, 9 insertions, 8 deletions
diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile
index 399bebd4fa28..27493a1b8293 100644
--- a/net-mgmt/netbox/Makefile
+++ b/net-mgmt/netbox/Makefile
@@ -1,6 +1,6 @@
PORTNAME= netbox
DISTVERSIONPREFIX= v
-DISTVERSION= 3.6.6
+DISTVERSION= 3.6.7
CATEGORIES= net-mgmt python
MAINTAINER= kai@FreeBSD.org
@@ -26,19 +26,19 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=4.2.6<4.3:www/py-django42@${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.4<24:www/py-dj42-django-filter@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}dj42-django-filter>=23.5<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.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-tables2>=2.7<2.8: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.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} \
+ ${PYTHON_PKGNAMEPREFIX}dj42-drf-spectacular>=0.27.0<1:www/py-dj42-drf-spectacular@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}dj42-drf-spectacular-sidecar>=2023.12.1:www/py-dj42-drf-spectacular-sidecar@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dj42-graphene-django>=3.0.0<3.0.0_99:devel/py-dj42-graphene-django@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}django-pglocks>=1.0.4<1.1:www/py-django-pglocks@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}bleach>=6.0.0<7:www/py-bleach@${PY_FLAVOR} \
diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo
index 721c1d07d367..ae86217c4af3 100644
--- a/net-mgmt/netbox/distinfo
+++ b/net-mgmt/netbox/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1701327342
-SHA256 (netbox-community-netbox-v3.6.6_GH0.tar.gz) = 4ce90d1338cd2dbb9ec2908fa06b3f32995bae7b21633410fddbc9756fc5ebeb
-SIZE (netbox-community-netbox-v3.6.6_GH0.tar.gz) = 7280572
+TIMESTAMP = 1702731469
+SHA256 (netbox-community-netbox-v3.6.7_GH0.tar.gz) = ebb278511928a820f0a2cdd80d6e86d0d83111134c40eadc04ee1ad150ef93f3
+SIZE (netbox-community-netbox-v3.6.7_GH0.tar.gz) = 7283903
diff --git a/net-mgmt/netbox/pkg-plist b/net-mgmt/netbox/pkg-plist
index 75b4c9d13a25..ff904c65bef4 100644
--- a/net-mgmt/netbox/pkg-plist
+++ b/net-mgmt/netbox/pkg-plist
@@ -1363,6 +1363,7 @@
%%DATADIR%%/utilities/tests/test_forms.py
%%DATADIR%%/utilities/tests/test_managers.py
%%DATADIR%%/utilities/tests/test_ordering.py
+%%DATADIR%%/utilities/tests/test_request.py
%%DATADIR%%/utilities/tests/test_utils.py
%%DATADIR%%/utilities/tracking.py
%%DATADIR%%/utilities/urls.py