net-mgmt/netbox: Update to 2.5.10
Changelog: Enhancements: * Add Jinja2 support for export templates Bug Fixes: * Redirect to list view after editing an object from list view * DCIM interfaces API endpoint should not include VM interfaces * Fix exception when retrieving change object for a component template via API * Fix form widget for bulk cable label update * Ignore site/rack fields when connecting a new cable via device search * Fix exception at reports API endpoint * Fix exception when writing mac address for an interface via API https://github.com/digitalocean/netbox/blob/v2.5.10/CHANGELOG.md Approved by: mentors (implicit)
This commit is contained in:
parent
23eaee9ab5
commit
1d338c4a20
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498533
3 changed files with 6 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= netbox
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.5.9
|
||||
DISTVERSION= 2.5.10
|
||||
CATEGORIES= net-mgmt
|
||||
|
||||
MAINTAINER= kai@FreeBSD.org
|
||||
|
@ -24,6 +24,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django21>=2.1.5:www/py-django21@${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}Jinja2>=2.10:devel/py-Jinja2@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}markdown>=2.6.11:textproc/py-markdown@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}netaddr>=0.7.19:net/py-netaddr@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pycryptodome>=3.7.2:security/py-pycryptodome@${PY_FLAVOR} \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1554224427
|
||||
SHA256 (digitalocean-netbox-v2.5.9_GH0.tar.gz) = 26057b4922d7bef4540ae771f594fb7ba54c6d5bc158a3d9798d0bdd9815600c
|
||||
SIZE (digitalocean-netbox-v2.5.9_GH0.tar.gz) = 2363174
|
||||
TIMESTAMP = 1554758567
|
||||
SHA256 (digitalocean-netbox-v2.5.10_GH0.tar.gz) = 1618bd199e0376899a4f5eaa2fa680d0873631dd0af31333ded6d54fb18c502b
|
||||
SIZE (digitalocean-netbox-v2.5.10_GH0.tar.gz) = 2363340
|
||||
|
|
|
@ -213,6 +213,7 @@
|
|||
%%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/0018_exporttemplate_add_jinja2.py
|
||||
%%DATADIR%%/extras/migrations/__init__.py
|
||||
%%DATADIR%%/extras/models.py
|
||||
%%DATADIR%%/extras/querysets.py
|
||||
|
|
Loading…
Reference in a new issue