git: 39b118cfcfd8 - main - net-mgmt/netbox: Update to 3.0.9
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 Nov 2021 16:20:16 UTC
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=39b118cfcfd80bb76d2e510fe3fb0948f9eae25b commit 39b118cfcfd80bb76d2e510fe3fb0948f9eae25b Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2021-11-03 16:17:25 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2021-11-03 16:17:25 +0000 net-mgmt/netbox: Update to 3.0.9 Changelog: Enhancements: * Introduce the runscript management command * Add an optional "ID" column to all tables * Add "view elevations" button to location view Bug Fixes: * Improve color mode preference handling * Correct devices count for locations within global search results * Strip HTML from custom field descriptions * Fix load_yaml method for custom scripts * Fix circuit assignment when creating multiple terminations simultaneously * Prevent inadvertent deletion of prior change records when deleting objects * Require interface assignment when designating IP address as primary for device/VM during CSV import * Preserve initial form data when bulk edit validation fails * Restore missing tags column on IP range table * Retain pagination preference when MAX_PAGE_SIZE is zero https://github.com/netbox-community/netbox/releases/tag/v3.0.9 --- net-mgmt/netbox/Makefile | 7 +++---- net-mgmt/netbox/distinfo | 6 +++--- net-mgmt/netbox/pkg-plist | 1 + 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile index 575f2060cd7a..33db8742e399 100644 --- a/net-mgmt/netbox/Makefile +++ b/net-mgmt/netbox/Makefile @@ -1,7 +1,6 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 3.0.8 -PORTREVISION= 1 +DISTVERSION= 3.0.9 CATEGORIES= net-mgmt python MAINTAINER= kai@FreeBSD.org @@ -23,7 +22,7 @@ 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.8<3.3:www/py-django32@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2.9<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} \ @@ -45,7 +44,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2.8<3.3:www/py-django32@${PY_FLA ${PYTHON_PKGNAMEPREFIX}pillow>=8.2.0<9:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.9.1<3:databases/py-psycopg2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}svgwrite>=1.4.1<2:graphics/py-svgwrite@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tablib>=3.0.0<3.1:textproc/py-tablib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tablib>=3.1.0<3.2:textproc/py-tablib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=5.4.1<7:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gunicorn>=19.9.0<21:www/py-gunicorn@${PY_FLAVOR} diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo index aec99185e60f..5346e5ad2e6c 100644 --- a/net-mgmt/netbox/distinfo +++ b/net-mgmt/netbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1634756051 -SHA256 (netbox-community-netbox-v3.0.8_GH0.tar.gz) = 86fb7ee6b6631f9f66b16257e8471dd87d2e9d5bb47d6449d1c1e9c659abf6f2 -SIZE (netbox-community-netbox-v3.0.8_GH0.tar.gz) = 4489599 +TIMESTAMP = 1635947365 +SHA256 (netbox-community-netbox-v3.0.9_GH0.tar.gz) = d8dc097c61463a333ea7401d225dc49210c8e47986b5f39f1ef80e3f68495a0f +SIZE (netbox-community-netbox-v3.0.9_GH0.tar.gz) = 4494595 diff --git a/net-mgmt/netbox/pkg-plist b/net-mgmt/netbox/pkg-plist index 0fe170952388..2d76a2808909 100644 --- a/net-mgmt/netbox/pkg-plist +++ b/net-mgmt/netbox/pkg-plist @@ -282,6 +282,7 @@ %%DATADIR%%/extras/management/commands/renaturalize.py %%DATADIR%%/extras/management/commands/rqworker.py %%DATADIR%%/extras/management/commands/runreport.py +%%DATADIR%%/extras/management/commands/runscript.py %%DATADIR%%/extras/management/commands/webhook_receiver.py %%DATADIR%%/extras/migrations/0001_squashed.py %%DATADIR%%/extras/migrations/0002_squashed_0059.py