git: 44c47449fe38 - main - net-mgmt/netbox: Update to 3.0.6

From: Kai Knoblich <kai_at_FreeBSD.org>
Date: Sat, 09 Oct 2021 19:29:40 UTC
The branch main has been updated by kai:

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

commit 44c47449fe3829799d6a70e815d3e9bc75daf4f3
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2021-10-09 19:24:37 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2021-10-09 19:26:01 +0000

    net-mgmt/netbox: Update to 3.0.6
    
    * Update pkg-descr while I'm here.
    
    Changelog:
    
    Enhancements:
    * Default to current user when creating journal entries via REST API
    * Include type, ID, and slug on object view
    * Enable filtering cables by termination type & ID in REST API
    * Include count of assigned virtual machines under platform view
    
    Bug Fixes:
    * Fix missing actions column on user-configured tables
    * Fix exception when viewing a large number of child IPs within a prefix
    * Fix site/provider network validation for circuit termination
      API serializer
    * Pre-populate location data when adding a device to a rack
    * Fix filtering connections by site ID
    
    https://github.com/netbox-community/netbox/releases/tag/v3.0.6
---
 net-mgmt/netbox/Makefile  | 8 ++++----
 net-mgmt/netbox/distinfo  | 6 +++---
 net-mgmt/netbox/pkg-descr | 1 -
 3 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile
index 89da23591930..42d7c964d671 100644
--- a/net-mgmt/netbox/Makefile
+++ b/net-mgmt/netbox/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	netbox
 DISTVERSIONPREFIX=	v
-DISTVERSION=	3.0.5
+DISTVERSION=	3.0.6
 CATEGORIES=	net-mgmt python
 
 MAINTAINER=	kai@FreeBSD.org
@@ -22,8 +22,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 # - www/py-dj32-django-tables2
 # - www/py-dj32-djangorestframework (in conjunction with www/py-dj32-drf-yasg)
 #
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django32>=3.2.7<3.3:www/py-django32@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}dj32-django-cors-headers>=3.9.0<4:www/py-dj32-django-cors-headers@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django32>=3.2.8<3.3:www/py-django32@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}dj32-django-cors-headers>=3.10.0<4:www/py-dj32-django-cors-headers@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj32-django-debug-toolbar>=3.2.2<4:www/py-dj32-django-debug-toolbar@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj32-django-filter>=21.1<22:www/py-dj32-django-filter@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj32-django-graphiql-debug-toolbar>=0.2.0<1:www/py-dj32-django-graphiql-debug-toolbar@${PY_FLAVOR} \
@@ -31,7 +31,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django32>=3.2.7<3.3:www/py-django32@${PY_FLA
 		${PYTHON_PKGNAMEPREFIX}dj32-django-prometheus>=2.1.0<2.2:www/py-dj32-django-prometheus@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj32-django-redis>=5.0.0<5.1:www/py-dj32-django-redis@${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} \
+		${PYTHON_PKGNAMEPREFIX}dj32-django-tables2>=2.4.1<2.5:www/py-dj32-django-tables2@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj32-django-taggit>=1.5.1<2:www/py-dj32-django-taggit@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj32-django-timezone-field>=4.1.2<5:www/py-dj32-django-timezone-field@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj32-djangorestframework>=3.12.4<3.13.0:www/py-dj32-djangorestframework@${PY_FLAVOR} \
diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo
index 620a580ab53c..8a5d5879cf98 100644
--- a/net-mgmt/netbox/distinfo
+++ b/net-mgmt/netbox/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1633454344
-SHA256 (netbox-community-netbox-v3.0.5_GH0.tar.gz) = 6dd92217ad79d90bcc5b91236c2184f81d8fe3bde519f6b4809bfaca02bc064e
-SIZE (netbox-community-netbox-v3.0.5_GH0.tar.gz) = 4491864
+TIMESTAMP = 1633552167
+SHA256 (netbox-community-netbox-v3.0.6_GH0.tar.gz) = 6d3ab6866fcbe10749df3d2ae03f2a6636ebd9b4a6408c729b9df1225854bc74
+SIZE (netbox-community-netbox-v3.0.6_GH0.tar.gz) = 4487666
diff --git a/net-mgmt/netbox/pkg-descr b/net-mgmt/netbox/pkg-descr
index 8cb0d0cf626c..6d5b8326fc48 100644
--- a/net-mgmt/netbox/pkg-descr
+++ b/net-mgmt/netbox/pkg-descr
@@ -10,6 +10,5 @@ management:
 - Connections - Network, console, and power connections among devices
 - Virtualization - Virtual machines and clusters
 - Data circuits - Long-haul communications circuits and providers
-- Secrets - Encrypted storage of sensitive credentials
 
 WWW: https://github.com/netbox-community/netbox