1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

net-mgmt/netbox: Update to 2.5.8

Changelog:

Enhancements:
* Printer friendly CSS

Bug Fixes:
* Correct documentation for VM interface serializer
* Fix endpoint grouping in API docs
* Fix filtering of sites/devices/VMs by multiple regions
* Provider filter form's site field should be blank by default
* Enforce deterministic ordering of device components returned by API
* Exclude circuit terminations from API interface connections endpoint
* Allow CSV import of prefixes/IPs to VRF without an RD assigned
* Record the deletion of an IP address in the changelog of its parent
  interface (if any)
* Added the slug field to the Tenant filter for use in the API and search
  function
* Remove trailing slashes to fix root/template paths on Windows
* Prevent exception when exporting inventory items belonging to unnamed
  devices
* Increase ExportTemplate mime_type field length
* Accept null cable length_unit via API
* Improve ContentTypeField serializer to elegantly handle invalid data
* Add delete button to tag view
* Improve rendering time for API docs
* Correct CSS class assignment on color picker
* Fix logging of unlabeled cable ID on cable deletion
* Fix pagination page length for rack elevations

https://github.com/digitalocean/netbox/blob/v2.5.8/CHANGELOG.md

Approved by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D19556
This commit is contained in:
Kai Knoblich 2019-03-14 19:44:14 +00:00
parent 62eec3a1f1
commit 859a43b133
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495728
3 changed files with 6 additions and 5 deletions

View File

@ -2,7 +2,7 @@
PORTNAME= netbox
DISTVERSIONPREFIX= v
DISTVERSION= 2.5.7
DISTVERSION= 2.5.8
CATEGORIES= net-mgmt
MAINTAINER= kai@FreeBSD.org
@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django21>=2.1.5:www/py-django21@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}dj21-django-taggit-serializer>=0.1.7:www/py-dj21-django-taggit-serializer@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dj21-django-timezone-field>=3.0:www/py-dj21-django-timezone-field@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dj21-djangorestframework>=3.9.0:www/py-dj21-djangorestframework@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dj21-drf-yasg>=1.11.1:www/py-dj21-drf-yasg@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dj21-drf-yasg>=1.14.0:www/py-dj21-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} \
${PYTHON_PKGNAMEPREFIX}markdown>=2.6.11:textproc/py-markdown@${PY_FLAVOR} \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1550819500
SHA256 (digitalocean-netbox-v2.5.7_GH0.tar.gz) = 6b8784b1524a595f4192862724fbd1afeaa21ead137f54c3726d5d28e27dc1d5
SIZE (digitalocean-netbox-v2.5.7_GH0.tar.gz) = 2360044
TIMESTAMP = 1552382666
SHA256 (digitalocean-netbox-v2.5.8_GH0.tar.gz) = c43f92793d5b0c15ae0f87ddcbbcfca7e00eee4e0ed2def16bcb075722a56cb0
SIZE (digitalocean-netbox-v2.5.8_GH0.tar.gz) = 2363401

View File

@ -212,6 +212,7 @@
%%DATADIR%%/extras/migrations/0014_configcontexts.py
%%DATADIR%%/extras/migrations/0015_remove_useraction.py
%%DATADIR%%/extras/migrations/0016_exporttemplate_add_cable.py
%%DATADIR%%/extras/migrations/0017_exporttemplate_mime_type_length.py
%%DATADIR%%/extras/migrations/__init__.py
%%DATADIR%%/extras/models.py
%%DATADIR%%/extras/querysets.py