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
This commit is contained in:
Kai Knoblich 2019-06-02 22:42:39 +00:00
parent 44443f7252
commit 5a24f054d8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=503337
3 changed files with 6 additions and 5 deletions

View File

@ -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:www/py-django22@${PY_FLAV
${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} \

View File

@ -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

View File

@ -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