Date: Sun, 17 Mar 2024 11:25:33 GMT From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6bd77303b996 - main - net-mgmt/netbox: Update to 3.7.4 Message-ID: <202403171125.42HBPXFo006186@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=6bd77303b996f8dc6fac3d88562f8d9be3843f56 commit 6bd77303b996f8dc6fac3d88562f8d9be3843f56 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2024-03-17 11:23:46 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2024-03-17 11:23:46 +0000 net-mgmt/netbox: Update to 3.7.4 * Update CPE_VENDOR while I'm here as the previous entry has been deprecated to the new entry. Changelog: Enhancements: * Add additional FibreChannel SFP+ interface types * Enable custom links for config contexts & templates * Add tunnel termination buttons to VM interfaces table * Linkify platform column in device & virtual machine tables Bug Fixes: * Fix range expansion for comma-separated numerical values * Enable querying IP addresses for an FHRP group via GraphQL * Fix validation check when bulk editing the mask length of IP addresses * Permit user with sufficient permissions to assign an inventory item to a device type * Restore missing display field on VirtualDisk serialization in REST API * Correct representation of installed module when listing module bays using REST API brief mode * Fix selection of 3DES encryption for IKE & IPSec proposals * Add description field to YAML export for device & module types * Correct label for recurring scheduled jobs * Fix querying virtual machine contacts via GraphQL * Fix assignment of front & rear images to device types via REST API https://github.com/netbox-community/netbox/releases/tag/v3.7.4 --- net-mgmt/netbox/Makefile | 16 ++++++++-------- net-mgmt/netbox/distinfo | 6 +++--- net-mgmt/netbox/pkg-plist | 1 - 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile index 8a7ad5a9c63a..0ae7a6d9989a 100644 --- a/net-mgmt/netbox/Makefile +++ b/net-mgmt/netbox/Makefile @@ -1,6 +1,6 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 3.7.3 +DISTVERSION= 3.7.4 CATEGORIES= net-mgmt python MAINTAINER= kai@FreeBSD.org @@ -23,10 +23,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt # - www/py-dj42-django-tables2 # - www/py-dj42-djangorestframework # -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=4.2.10<4.3:www/py-django42@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=4.2.11<4.3:www/py-django42@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj42-django-cors-headers>=4.3.1<5:www/py-dj42-django-cors-headers@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj42-django-debug-toolbar>=4.3.0<5:www/py-dj42-django-debug-toolbar@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj42-django-filter>=23.5<24:www/py-dj42-django-filter@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj42-django-filter>=23.5<25: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} \ @@ -38,15 +38,15 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=4.2.10<4.3:www/py-django42@${PY_FL ${PYTHON_PKGNAMEPREFIX}dj42-django-timezone-field>=6.1.0<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.27.1<1:www/py-dj42-drf-spectacular@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj42-drf-spectacular-sidecar>=2024.2.1:www/py-dj42-drf-spectacular-sidecar@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj42-drf-spectacular-sidecar>=2024.3.4:www/py-dj42-drf-spectacular-sidecar@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj42-graphene-django>=3.0.0<3.0.0_99:devel/py-dj42-graphene-django@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-pglocks>=1.0.4<1.1:www/py-django-pglocks@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}bleach>=6.1.0<7:www/py-bleach@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}feedparser>=6.0.10<7:textproc/py-feedparser@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=3.1.3<4:devel/py-Jinja2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}markdown>=3.4.4<3.6:textproc/py-markdown@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mkdocs-material>=9.5.10<10:textproc/py-mkdocs-material@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mkdocstrings>=0.24.0<1:textproc/py-mkdocstrings@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}markdown>=3.5.2<3.6:textproc/py-markdown@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mkdocs-material>=9.5.13<10:textproc/py-mkdocs-material@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mkdocstrings>=0.24.1<1:textproc/py-mkdocstrings@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mkdocstrings-python-legacy>0:textproc/py-mkdocstrings-python-legacy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}netaddr>=0.10.1<2:net/py-netaddr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>=10.2.0:graphics/py-pillow@${PY_FLAVOR} \ @@ -61,7 +61,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=4.2.10<4.3:www/py-django42@${PY_FL ${PYTHON_PKGNAMEPREFIX}gunicorn>=21.2.0<22:www/py-gunicorn@${PY_FLAVOR} USES= cpe pgsql:12+ python -CPE_VENDOR= netbox_project +CPE_VENDOR= netbox USE_GITHUB= yes GH_ACCOUNT= netbox-community diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo index 56cb955c56e3..9ab28da96e2a 100644 --- a/net-mgmt/netbox/distinfo +++ b/net-mgmt/netbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708582174 -SHA256 (netbox-community-netbox-v3.7.3_GH0.tar.gz) = 8159c7c9916241da25cde5a75899ac24f3209938a6ac5d8f2676d90c379aa318 -SIZE (netbox-community-netbox-v3.7.3_GH0.tar.gz) = 9318252 +TIMESTAMP = 1710391190 +SHA256 (netbox-community-netbox-v3.7.4_GH0.tar.gz) = f0c2026b81ab9785f3530eb3c59a922517630976c2af1f95eea02f8bfb9613fd +SIZE (netbox-community-netbox-v3.7.4_GH0.tar.gz) = 9321142 diff --git a/net-mgmt/netbox/pkg-plist b/net-mgmt/netbox/pkg-plist index 25a63f5dbafe..24f70a105516 100644 --- a/net-mgmt/netbox/pkg-plist +++ b/net-mgmt/netbox/pkg-plist @@ -1507,7 +1507,6 @@ %%DATADIR%%/virtualization/urls.py %%DATADIR%%/virtualization/views.py %%DATADIR%%/vpn/__init__.py -%%DATADIR%%/vpn/admin.py %%DATADIR%%/vpn/api/__init__.py %%DATADIR%%/vpn/api/nested_serializers.py %%DATADIR%%/vpn/api/serializers.py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403171125.42HBPXFo006186>