git: 04f31a3f5938 - main - net-mgmt/netbox: Update to 2.11.12

Kai Knoblich kai at FreeBSD.org
Wed Aug 25 08:33:56 UTC 2021


The branch main has been updated by kai:

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

commit 04f31a3f5938596f627c983f020673799bb2e316
Author:     Kai Knoblich <kai at FreeBSD.org>
AuthorDate: 2021-08-25 08:31:13 +0000
Commit:     Kai Knoblich <kai at FreeBSD.org>
CommitDate: 2021-08-25 08:31:13 +0000

    net-mgmt/netbox: Update to 2.11.12
    
    Changelog:
    
    Enhancements:
    * Add site group filter to devices list
    * Recognize a /32 IPv4 address as a child of a /32 IPv4 prefix
    * Add table configuration button to child prefixes view
    * Introduce LOGIN_PERSISTENCE configuration parameter to persist
      user sessions
    * Add search field to VM interfaces filter form
    
    Bug Fixes:
    * Model forms should save empty custom field values as null
    * Enable filtering assigned VLANs by group in interface edit form
    * Force assignment of null custom field values to objects
    * Fix erroneous webhook dispatch on failure to save objects
    * Show contextual label for IP address role
    * Fix hidden "add components" dropdown on devices list
    
    https://github.com/netbox-community/netbox/releases/tag/v2.11.12
---
 net-mgmt/netbox/Makefile  | 6 +++---
 net-mgmt/netbox/distinfo  | 6 +++---
 net-mgmt/netbox/pkg-plist | 1 +
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile
index a017e6084c4e..81d161576f9a 100644
--- a/net-mgmt/netbox/Makefile
+++ b/net-mgmt/netbox/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	netbox
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.11.11
+DISTVERSION=	2.11.12
 CATEGORIES=	net-mgmt
 
 MAINTAINER=	kai at FreeBSD.org
@@ -24,10 +24,10 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 #
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django32>=3.2.6<3.3:www/py-django32@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj32-django-cacheops>=6.0<7.0:www/py-dj32-django-cacheops@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}dj32-django-cors-headers>=3.7.0<3.8:www/py-dj32-django-cors-headers@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}dj32-django-cors-headers>=3.8.0<3.9:www/py-dj32-django-cors-headers@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj32-django-debug-toolbar>=3.2.1<4:www/py-dj32-django-debug-toolbar@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj32-django-filter>=2.4.0<2.5:www/py-dj32-django-filter@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}dj32-django-mptt>=0.12.0<0.13:www/py-dj32-django-mptt@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}dj32-django-mptt>=0.13.1<0.14:www/py-dj32-django-mptt@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj32-django-prometheus>=2.1.0<2.2:www/py-dj32-django-prometheus@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj32-django-rq>=2.4.1<2.5:devel/py-dj32-django-rq@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj32-django-tables2>=2.4.0<2.5:www/py-dj32-django-tables2@${PY_FLAVOR} \
diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo
index adca29609ad4..de7b927fe43f 100644
--- a/net-mgmt/netbox/distinfo
+++ b/net-mgmt/netbox/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1628798768
-SHA256 (netbox-community-netbox-v2.11.11_GH0.tar.gz) = 641892dec08b08a66a9ab4e2b4ed9597bc3282aa851ec95f0f622a92fde20146
-SIZE (netbox-community-netbox-v2.11.11_GH0.tar.gz) = 7123432
+TIMESTAMP = 1629748683
+SHA256 (netbox-community-netbox-v2.11.12_GH0.tar.gz) = c51d8d386ead7523f7513b41d03500bf464fecc4129ccf1f74569a3e8d609684
+SIZE (netbox-community-netbox-v2.11.12_GH0.tar.gz) = 7125072
diff --git a/net-mgmt/netbox/pkg-plist b/net-mgmt/netbox/pkg-plist
index 00d6568bd549..4123ec768248 100644
--- a/net-mgmt/netbox/pkg-plist
+++ b/net-mgmt/netbox/pkg-plist
@@ -496,6 +496,7 @@
 %%DATADIR%%/extras/tests/test_changelog.py
 %%DATADIR%%/extras/tests/test_customfields.py
 %%DATADIR%%/extras/tests/test_filtersets.py
+%%DATADIR%%/extras/tests/test_forms.py
 %%DATADIR%%/extras/tests/test_models.py
 %%DATADIR%%/extras/tests/test_plugins.py
 %%DATADIR%%/extras/tests/test_registry.py


More information about the dev-commits-ports-all mailing list