git: 673d67948abc - main - net-mgmt/netbox: Update to 3.0.10

From: Kai Knoblich <kai_at_FreeBSD.org>
Date: Sat, 13 Nov 2021 14:06:27 UTC
The branch main has been updated by kai:

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

commit 673d67948abc2ea4d992102fcfd299cd96c0ed4a
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2021-11-13 14:03:21 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2021-11-13 14:03:21 +0000

    net-mgmt/netbox: Update to 3.0.10
    
    Enhancements:
    * Add mini-DIN 8 console port type
    * Add vid filter field to VLANs list
    * Add visual aids to interfaces table for type, enabled status
    
    Bug Fixes:
    * Fix assignment of members to virtual chassis with initial position
      of zero
    * Fix conflation of assigned IP status & role in interface tables
    * Fix 404 when attaching multiple images in succession
    * Fix minimum version check under Python v3.10
    * Add missing outer dimension columns to rack table
    * Preserve multi-line values during CSV file import
    * Fix indentation of locations under site view
    * Improve XSS mitigation in Markdown renderer
    * Enable sorting device bays table by installed device status
    * Differentiate ID and VID columns in VLANs table
    * Fix reference values for content type under custom field import form
    * Add missing export template support for various models
    * Fix restriction of user & group objects in GraphQL API queries
    
    Changelog:
    
    https://github.com/netbox-community/netbox/releases/tag/v3.0.10
---
 net-mgmt/netbox/Makefile | 2 +-
 net-mgmt/netbox/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile
index 33db8742e399..d69a791e3642 100644
--- a/net-mgmt/netbox/Makefile
+++ b/net-mgmt/netbox/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	netbox
 DISTVERSIONPREFIX=	v
-DISTVERSION=	3.0.9
+DISTVERSION=	3.0.10
 CATEGORIES=	net-mgmt python
 
 MAINTAINER=	kai@FreeBSD.org
diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo
index 5346e5ad2e6c..429a1734a97b 100644
--- a/net-mgmt/netbox/distinfo
+++ b/net-mgmt/netbox/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1635947365
-SHA256 (netbox-community-netbox-v3.0.9_GH0.tar.gz) = d8dc097c61463a333ea7401d225dc49210c8e47986b5f39f1ef80e3f68495a0f
-SIZE (netbox-community-netbox-v3.0.9_GH0.tar.gz) = 4494595
+TIMESTAMP = 1636739254
+SHA256 (netbox-community-netbox-v3.0.10_GH0.tar.gz) = f308edde78c131e75fb289b9cb2838518d7cac12584cfa58e52a88c62ff92bc4
+SIZE (netbox-community-netbox-v3.0.10_GH0.tar.gz) = 4494794