git: 3920d9afce73 - main - net-mgmt/netbox: Update to 3.0.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Oct 2021 13:10:50 UTC
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=3920d9afce735b366e12f36eb95b2cca555ab837 commit 3920d9afce735b366e12f36eb95b2cca555ab837 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2021-10-06 13:05:40 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2021-10-06 13:05:40 +0000 net-mgmt/netbox: Update to 3.0.5 Changelog: Enhancements: * Always show IP addresses tab under prefix view * Cache rendered REST API specifications * Add image attachment support for circuits, power panels * Enable arbitrary ordering of custom scripts * Don't select hidden rows when selecting all in a table Bug Fixes: * Fix bulk editing of child prefixes under aggregate view * Custom field columns should be removed from tables upon their deletion * Remove errant markup for null values in CSV export * Prevent rack elevations from overlapping when higher width is specified * Fix flashing when server, client, and browser color-mode preferences are mismatched * Fix AttributeError exception when rendering export template for devices via REST API * Pin jsonschema package to v3.2.0 to fix REST API docs rendering * Fix exception in UI when adding member devices to virtual chassis * Fix exception in UI when adding child device to device bay * Prevent exception when filtering objects list by invalid tag * Housekeeping command should honor zero verbosity https://github.com/netbox-community/netbox/releases/tag/v3.0.5 --- net-mgmt/netbox/Makefile | 3 ++- net-mgmt/netbox/distinfo | 6 +++--- net-mgmt/netbox/pkg-plist | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile index 090947a8c55d..89da23591930 100644 --- a/net-mgmt/netbox/Makefile +++ b/net-mgmt/netbox/Makefile @@ -1,6 +1,6 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 3.0.4 +DISTVERSION= 3.0.5 CATEGORIES= net-mgmt python MAINTAINER= kai@FreeBSD.org @@ -39,6 +39,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2.7<3.3:www/py-django32@${PY_FLA ${PYTHON_PKGNAMEPREFIX}dj32-graphene-django>=2.15.0<3:devel/py-dj32-graphene-django@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-pglocks>=1.0.4<1.1:www/py-django-pglocks@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=3.0.1<4:devel/py-Jinja2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jsonschema>=3.2.0<4:devel/py-jsonschema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}markdown>=3.3.4<3.5:textproc/py-markdown@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}netaddr>=0.8.0<1:net/py-netaddr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>=8.2.0<9:graphics/py-pillow@${PY_FLAVOR} \ diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo index b8e664611e4d..620a580ab53c 100644 --- a/net-mgmt/netbox/distinfo +++ b/net-mgmt/netbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632927300 -SHA256 (netbox-community-netbox-v3.0.4_GH0.tar.gz) = 10273f484142e0607d5654c0fd1c62801390e8b78365674c8b552fce045edead -SIZE (netbox-community-netbox-v3.0.4_GH0.tar.gz) = 4490751 +TIMESTAMP = 1633454344 +SHA256 (netbox-community-netbox-v3.0.5_GH0.tar.gz) = 6dd92217ad79d90bcc5b91236c2184f81d8fe3bde519f6b4809bfaca02bc064e +SIZE (netbox-community-netbox-v3.0.5_GH0.tar.gz) = 4491864 diff --git a/net-mgmt/netbox/pkg-plist b/net-mgmt/netbox/pkg-plist index 009d471c12a8..224c898a05bb 100644 --- a/net-mgmt/netbox/pkg-plist +++ b/net-mgmt/netbox/pkg-plist @@ -697,7 +697,7 @@ %%DATADIR%%/templates/inc/comments_panel.html %%DATADIR%%/templates/inc/custom_fields_panel.html %%DATADIR%%/templates/inc/filter_list.html -%%DATADIR%%/templates/inc/image_attachments.html +%%DATADIR%%/templates/inc/image_attachments_panel.html %%DATADIR%%/templates/inc/messages.html %%DATADIR%%/templates/inc/paginator.html %%DATADIR%%/templates/inc/panel_table.html