git: 6c0c4b72bb55 - main - net-mgmt/netbox: Update to 3.5.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 12 Jun 2023 18:14:46 UTC
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=6c0c4b72bb55dc935e7e5afb1e236563200bcdad commit 6c0c4b72bb55dc935e7e5afb1e236563200bcdad Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2023-06-12 18:12:16 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2023-06-12 18:13:38 +0000 net-mgmt/netbox: Update to 3.5.3 Changelog: Enhancements: * Improve support for matching tags in conditional rules * Add device type & role filters for device components * Collapse context data by default when viewing a rendered device configuration * Record client IP address when logging authentication failures * Add an option to hide custom fields only if unset * Apply filter parameters to links in object count dashboard widgets Bug Fixes: * Improve rack space validation when creating multiple devices via REST API * Fix exception when applying "empty" filter lookup with invalid value * Prevent reassignment of an IP address designated as primary for its parent object * Redirect user to originating view after editing/deleting an image attachment * Restore hover preview for embedded image attachment tables * Strip leading & trailing whitespace from custom link URL & text * Fix sizing of rear port selection widget on front port template creation form * Use contact assignments table to display the contacts assigned to an object * Fix extraneous contacts listed in object contact assignments view * Object counts dashboard widget should support URL-compatible query filters * Fix GraphiQL UI by reverting graphene-django to earlier version * Escape display text in API-backed selection widgets * Correct arithmetic for converting inches to meters https://github.com/netbox-community/netbox/releases/tag/v3.5.3 --- net-mgmt/netbox/Makefile | 12 ++++++------ net-mgmt/netbox/distinfo | 6 +++--- net-mgmt/netbox/pkg-plist | 1 + 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile index 09749e2ba0a5..25b3d633f1eb 100644 --- a/net-mgmt/netbox/Makefile +++ b/net-mgmt/netbox/Makefile @@ -1,6 +1,6 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 3.5.2 +DISTVERSION= 3.5.3 CATEGORIES= net-mgmt python MAINTAINER= kai@FreeBSD.org @@ -25,30 +25,30 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt # RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django41>=4.1.9<4.2:www/py-django41@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj41-django-cors-headers>=4.0.0<5:www/py-dj41-django-cors-headers@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj41-django-debug-toolbar>=4.0.0<5:www/py-dj41-django-debug-toolbar@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj41-django-debug-toolbar>=4.1.0<5:www/py-dj41-django-debug-toolbar@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj41-django-filter>=23.2<24:www/py-dj41-django-filter@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj41-django-graphiql-debug-toolbar>=0.2.0<1:www/py-dj41-django-graphiql-debug-toolbar@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj41-django-mptt>=0.14.0<0.15:www/py-dj41-django-mptt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj41-django-prometheus>=2.3.1<2.4:www/py-dj41-django-prometheus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj41-django-redis>=5.2.0<6:www/py-dj41-django-redis@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj41-django-rich>=1.5.0<2:www/py-dj41-django-rich@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj41-django-rq>=2.7.0<2.9:devel/py-dj41-django-rq@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj41-django-rq>=2.8.1<2.9:devel/py-dj41-django-rq@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj41-django-tables2>=2.5.3<2.6:www/py-dj41-django-tables2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj41-django-taggit>=3.1.0<5:www/py-dj41-django-taggit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj41-django-timezone-field>=5.0<6:www/py-dj41-django-timezone-field@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj41-djangorestframework>=3.14.0<3.15.0:www/py-dj41-djangorestframework@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj41-drf-spectacular>=0.26.2<1:www/py-dj41-drf-spectacular@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj41-drf-spectacular-sidecar>=2023.5.1:www/py-dj41-drf-spectacular-sidecar@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj41-drf-spectacular-sidecar>=2023.6.1:www/py-dj41-drf-spectacular-sidecar@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj41-graphene-django>=3.0.0,1<3.0.0_99,1:devel/py-dj41-graphene-django@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-pglocks>=1.0.4<1.1:www/py-django-pglocks@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}bleach>=5.0.1<7:www/py-bleach@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}boto3>=1.26.138<2:www/py-boto3@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}boto3>=1.26.145<2:www/py-boto3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dulwich>=0.21.2<1:devel/py-dulwich@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}feedparser>=6.0.8<7:textproc/py-feedparser@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=3.1.2<4:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}markdown>=3.3.7<3.4:textproc/py-markdown@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}markdown-include>=0.7.0<1:textproc/py-markdown-include@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mkdocs-material>=9.1.14<10:textproc/py-mkdocs-material@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mkdocs-material>=9.1.15<10:textproc/py-mkdocs-material@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mkdocstrings>=0.17.0<1:textproc/py-mkdocstrings@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}netaddr>=0.8.0<1:net/py-netaddr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>=9.5.0:graphics/py-pillow@${PY_FLAVOR} \ diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo index d5b28182894f..357ced0ec910 100644 --- a/net-mgmt/netbox/distinfo +++ b/net-mgmt/netbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1685666050 -SHA256 (netbox-community-netbox-v3.5.2_GH0.tar.gz) = 2bb44f926a72b7e9c10655269974b7c76fa44365b69fd7eddd9d40a33508150f -SIZE (netbox-community-netbox-v3.5.2_GH0.tar.gz) = 5732695 +TIMESTAMP = 1685991618 +SHA256 (netbox-community-netbox-v3.5.3_GH0.tar.gz) = 3032aa64954cc2ef8d41703f07a26b30628c4b734460d7eca0a4188ac4d1fa87 +SIZE (netbox-community-netbox-v3.5.3_GH0.tar.gz) = 5768154 diff --git a/net-mgmt/netbox/pkg-plist b/net-mgmt/netbox/pkg-plist index 31f83f32d6fe..5ade722d1e58 100644 --- a/net-mgmt/netbox/pkg-plist +++ b/net-mgmt/netbox/pkg-plist @@ -1264,6 +1264,7 @@ %%DATADIR%%/utilities/templates/builtins/badge.html %%DATADIR%%/utilities/templates/builtins/checkmark.html %%DATADIR%%/utilities/templates/builtins/customfield_value.html +%%DATADIR%%/utilities/templates/builtins/htmx_table.html %%DATADIR%%/utilities/templates/builtins/tag.html %%DATADIR%%/utilities/templates/buttons/add.html %%DATADIR%%/utilities/templates/buttons/bulk_delete.html