mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
net-mgmt/netbox: Update to 3.6.2
Changelog: Enhancements: * Add interface types for QSFP112 and OSFP-RHS * Add support for other delimiting characters when using CSV import Bug Fixes: * Hide available IP/VLAN listing when sorting under a parent prefix or VLAN range * Raise validation error on the presence of an unknown CSV header during bulk import * Fix dashboard widget heading contrast under dark mode * Render Markdown in custom field help text on object edit forms * Tweak color of error text to improve legibility * Correct display of power feed legs under device view * Restore extra filters dropdown on device interfaces list * Filter VLAN choices by selected site (if any) when creating a prefix * Fix exception when viewing rendered config for VM without a role assigned * Optimize counter field migrations for large databases * Fix exception when sorting module bay list by installed module status * Fix RecursionError exception when assigning config context to a device type * Fix support for comments when creating a new service via web UI * Fix tag exclusion support for contact assignments * Preserve whitespace in values when performing bulk rename of objects via web UI * Avoid TypeError exception when editing active configuration with statically defined CUSTOM_VALIDATORS * Fix member count for newly created virtual chassis * Restore missing tags field on L2VPN termination edit form https://github.com/netbox-community/netbox/releases/tag/v3.6.2
This commit is contained in:
parent
39c51083c2
commit
10c11a8f95
2 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= netbox
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.6.1
|
||||
DISTVERSION= 3.6.2
|
||||
CATEGORIES= net-mgmt python
|
||||
|
||||
MAINTAINER= kai@FreeBSD.org
|
||||
|
@ -26,7 +26,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=4.2.5<4.3:www/py-django42@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}dj42-django-cors-headers>=4.2.0<5:www/py-dj42-django-cors-headers@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}dj42-django-debug-toolbar>=4.2.0<5:www/py-dj42-django-debug-toolbar@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}dj42-django-filter>=23.2<24:www/py-dj42-django-filter@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}dj42-django-filter>=23.3<24:www/py-dj42-django-filter@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}dj42-django-graphiql-debug-toolbar>=0.2.0<1:www/py-dj42-django-graphiql-debug-toolbar@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}dj42-django-mptt>=0.14.0<0.15:www/py-dj42-django-mptt@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}dj42-django-prometheus>=2.3.1<2.4:www/py-dj42-django-prometheus@${PY_FLAVOR} \
|
||||
|
@ -35,7 +35,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=4.2.5<4.3:www/py-django42@${PY_FLA
|
|||
${PYTHON_PKGNAMEPREFIX}dj42-django-rq>=2.8.1<2.9:devel/py-dj42-django-rq@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}dj42-django-tables2>=2.6<2.7:www/py-dj42-django-tables2@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}dj42-django-taggit>=4.0.0<5:www/py-dj42-django-taggit@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}dj42-django-timezone-field>=6.0<7:www/py-dj42-django-timezone-field@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}dj42-django-timezone-field>=6.0.1<7:www/py-dj42-django-timezone-field@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}dj42-djangorestframework>=3.14.0<3.15.0:www/py-dj42-djangorestframework@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}dj42-drf-spectacular>=0.26.4<1:www/py-dj42-drf-spectacular@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}dj42-drf-spectacular-sidecar>=2023.9.1:www/py-dj42-drf-spectacular-sidecar@${PY_FLAVOR} \
|
||||
|
@ -45,11 +45,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=4.2.5<4.3:www/py-django42@${PY_FLA
|
|||
${PYTHON_PKGNAMEPREFIX}feedparser>=6.0.8<7:textproc/py-feedparser@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}Jinja2>=3.1.2<4:devel/py-Jinja2@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}markdown>=3.3.7<3.4:textproc/py-markdown@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}mkdocs-material>=9.2.7<10:textproc/py-mkdocs-material@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}mkdocs-material>=9.3.2<10:textproc/py-mkdocs-material@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}mkdocstrings>=0.23.0<1:textproc/py-mkdocstrings@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}mkdocstrings-python-legacy>0:textproc/py-mkdocstrings-python-legacy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}netaddr>=0.8.0<1:net/py-netaddr@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pillow>=10.0.0:graphics/py-pillow@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}netaddr>=0.9.0<1:net/py-netaddr@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pillow>=10.0.1:graphics/py-pillow@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}psycopg>=3.1.10<4:databases/py-psycopg@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}sentry-sdk>=1.21.1<2:devel/py-sentry-sdk@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}social-auth-app-django>=5.3.0<6:www/py-social-auth-app-django@${PY_FLAVOR} \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1694248193
|
||||
SHA256 (netbox-community-netbox-v3.6.1_GH0.tar.gz) = 7614307e8257a8f53f6c001470e123e74b816cba0031c80b5b01c2d13ab051be
|
||||
SIZE (netbox-community-netbox-v3.6.1_GH0.tar.gz) = 7267993
|
||||
TIMESTAMP = 1695271824
|
||||
SHA256 (netbox-community-netbox-v3.6.2_GH0.tar.gz) = 7c13f2433f43c13677c6c1bb0b26d714c445c8a608fc5fb5784a1a5ae123a89e
|
||||
SIZE (netbox-community-netbox-v3.6.2_GH0.tar.gz) = 7269532
|
||||
|
|
Loading…
Add table
Reference in a new issue