Date: Sun, 2 Jun 2019 22:42:40 +0000 (UTC) From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503337 - head/net-mgmt/netbox Message-ID: <201906022242.x52Mgead044392@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kai Date: Sun Jun 2 22:42:39 2019 New Revision: 503337 URL: https://svnweb.freebsd.org/changeset/ports/503337 Log: net-mgmt/netbox: Update to 2.5.13 Changelog: Enhancements: * Add tenant group filters * Catch all exceptions during export template rendering * Add 2.5GE and 5GE interface form factors * Add inventory item count to manufacturers list * Add site link to rack reservations overview * Enable bulk deletion of sites * Improve performance for custom field access within templates * Add interface name filter for IP addresses Bug Fixes: * Fixed form field population of tags with spaces * Circuit termination missing from available cable termination types * Fix formatting of cable length during cable trace * Correctly display color block for white cables * Fix custom field rendering for Jinja2 export templates * Fix error handling when attempting to delete a protected object via API * Fix filtering devices by "has power outlets" * Fix exception when deleting a circuit with a termination(s) * Fixed login link retaining query parameters https://github.com/digitalocean/netbox/releases/tag/v2.5.13 Modified: head/net-mgmt/netbox/Makefile head/net-mgmt/netbox/distinfo head/net-mgmt/netbox/pkg-plist Modified: head/net-mgmt/netbox/Makefile ============================================================================== --- head/net-mgmt/netbox/Makefile Sun Jun 2 22:30:31 2019 (r503336) +++ head/net-mgmt/netbox/Makefile Sun Jun 2 22:42:39 2019 (r503337) @@ -2,7 +2,7 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 2.5.12 +DISTVERSION= 2.5.13 CATEGORIES= net-mgmt MAINTAINER= kai@FreeBSD.org @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=2.2,<2.3 ${PYTHON_PKGNAMEPREFIX}dj22-django-taggit>=0.24.0:www/py-dj22-django-taggit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj22-django-taggit-serializer>=0.1.7:www/py-dj22-django-taggit-serializer@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj22-django-timezone-field>=3.0:www/py-dj22-django-timezone-field@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj22-djangorestframework>=3.9.0:www/py-dj22-djangorestframework@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj22-djangorestframework>=3.9.1:www/py-dj22-djangorestframework@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj22-drf-yasg>=1.14.0:www/py-dj22-drf-yasg@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gfm>=0.1.4:textproc/py-gfm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}graphviz>=0.10.1:graphics/py-graphviz@${PY_FLAVOR} \ Modified: head/net-mgmt/netbox/distinfo ============================================================================== --- head/net-mgmt/netbox/distinfo Sun Jun 2 22:30:31 2019 (r503336) +++ head/net-mgmt/netbox/distinfo Sun Jun 2 22:42:39 2019 (r503337) @@ -1,3 +1,3 @@ -TIMESTAMP = 1558093965 -SHA256 (digitalocean-netbox-v2.5.12_GH0.tar.gz) = 21b0d08c73808240a427d4adb5ca861fea6ad18d8c2acf8532db9b356853f419 -SIZE (digitalocean-netbox-v2.5.12_GH0.tar.gz) = 2364874 +TIMESTAMP = 1559512206 +SHA256 (digitalocean-netbox-v2.5.13_GH0.tar.gz) = 71b6d05d3c76985cff590c8d2cf70b1896928ed943c2a3818e0b88ddd9f2a6ae +SIZE (digitalocean-netbox-v2.5.13_GH0.tar.gz) = 2365536 Modified: head/net-mgmt/netbox/pkg-plist ============================================================================== --- head/net-mgmt/netbox/pkg-plist Sun Jun 2 22:30:31 2019 (r503336) +++ head/net-mgmt/netbox/pkg-plist Sun Jun 2 22:42:39 2019 (r503337) @@ -676,6 +676,7 @@ %%DATADIR%%/tenancy/api/views.py %%DATADIR%%/tenancy/apps.py %%DATADIR%%/tenancy/filters.py +%%DATADIR%%/tenancy/filtersets.py %%DATADIR%%/tenancy/forms.py %%DATADIR%%/tenancy/migrations/0001_initial.py %%DATADIR%%/tenancy/migrations/0002_tenant_group_optional.py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906022242.x52Mgead044392>