git: 34f18483d9a0 - main - net-mgmt/netbox: Update to 3.0.11
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 25 Nov 2021 18:06:20 UTC
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=34f18483d9a043af7f1e82f661aa806b81740b9b commit 34f18483d9a043af7f1e82f661aa806b81740b9b Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2021-11-25 18:03:39 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2021-11-25 18:03:39 +0000 net-mgmt/netbox: Update to 3.0.11 Enhancements: * Add missing q filters for necessary models * Add virtual chassis filters for device components * Add Markdown support for strikethrough formatting * Add optional VLAN group column to prefixes table * Improve live reloading of custom scripts * Add IEEE 802.15.1 interface type Bug Fixes: * Fix excessive CPU utilization when AUTH_LDAP_FIND_GROUP_PERMS is enabled * Make change logging middleware thread-safe * Fix initialization of custom script MultiObjectVar field with multiple values * Fix permissions evaluation when displaying VLAN group VLANs table * Fix exception when tracing cable across circuit with no far end termination * Fix handling of errors during export template rendering * Add missing cluster name filter for virtual machines * Fix ordering IP addresses by assignment status * Fix styling of form widgets under cable connection views * power_port can be null when creating power outlets via REST API * REST API should support null values for console port speeds https://github.com/netbox-community/netbox/releases/tag/v3.0.11 --- net-mgmt/netbox/Makefile | 4 ++-- net-mgmt/netbox/distinfo | 6 +++--- net-mgmt/netbox/pkg-plist | 2 ++ 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile index d69a791e3642..7992fe7b8763 100644 --- a/net-mgmt/netbox/Makefile +++ b/net-mgmt/netbox/Makefile @@ -1,6 +1,6 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 3.0.10 +DISTVERSION= 3.0.11 CATEGORIES= net-mgmt python MAINTAINER= kai@FreeBSD.org @@ -30,7 +30,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2.9<3.3:www/py-django32@${PY_FLA ${PYTHON_PKGNAMEPREFIX}dj32-django-mptt>=0.13.4<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-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-rq>=2.4.1<2.6:devel/py-dj32-django-rq@${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} \ diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo index 429a1734a97b..3e6bb0372f76 100644 --- a/net-mgmt/netbox/distinfo +++ b/net-mgmt/netbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1636739254 -SHA256 (netbox-community-netbox-v3.0.10_GH0.tar.gz) = f308edde78c131e75fb289b9cb2838518d7cac12584cfa58e52a88c62ff92bc4 -SIZE (netbox-community-netbox-v3.0.10_GH0.tar.gz) = 4494794 +TIMESTAMP = 1637860697 +SHA256 (netbox-community-netbox-v3.0.11_GH0.tar.gz) = b71887f1a2ef0d0cafd57c16377c250ec3e901e3d1e722f9363b95d037873d7d +SIZE (netbox-community-netbox-v3.0.11_GH0.tar.gz) = 4497162 diff --git a/net-mgmt/netbox/pkg-plist b/net-mgmt/netbox/pkg-plist index 2d76a2808909..4e0b2c196419 100644 --- a/net-mgmt/netbox/pkg-plist +++ b/net-mgmt/netbox/pkg-plist @@ -432,6 +432,7 @@ %%DATADIR%%/netbox/middleware.py %%DATADIR%%/netbox/models.py %%DATADIR%%/netbox/navigation_menu.py +%%DATADIR%%/netbox/request_context.py %%DATADIR%%/netbox/settings.py %%DATADIR%%/netbox/signals.py %%DATADIR%%/netbox/tests/__init__.py @@ -839,6 +840,7 @@ %%DATADIR%%/utilities/management/commands/__init__.py %%DATADIR%%/utilities/management/commands/makemigrations.py %%DATADIR%%/utilities/management/commands/migrate.py +%%DATADIR%%/utilities/markdown.py %%DATADIR%%/utilities/mptt.py %%DATADIR%%/utilities/ordering.py %%DATADIR%%/utilities/paginator.py