Date: Sat, 23 Nov 2024 08:19:53 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: a290123a59fa - main - net-mgmt/netbox: Update to 4.1.7 Message-ID: <202411230819.4AN8JrJg001540@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=a290123a59fae0e2869611ef26c16e4f1f920ee4 commit a290123a59fae0e2869611ef26c16e4f1f920ee4 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2024-11-23 08:18:10 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2024-11-23 08:19:29 +0000 net-mgmt/netbox: Update to 4.1.7 Changelog: Enhancements: * Enable adding/removing individual VLANs while bulk editing device interfaces * Enable the assignment/removal of virtualization cluster via device bulk edit * Add 1000Base-LX interface type * Hide sensitive parameters under data source view (even for privileged users) Bug Fixes: * Correct help text on name field of module type component templates * Ensure GraphiQL UI resources are served locally * Fix scheduling of recurring custom scripts * Fix the execution of custom scripts via REST API & management command * Fix selection of all listed objects during bulk edit * Fix system info export when a config revision exists * Force evaluation of LOGIN_REQUIRED when requesting static media * Correct labels for virtual machine & virtual disk size properties * Fix validation of maximum VLAN ID value when defining VLAN groups * The to_grams() utility function should always return an integer value https://github.com/netbox-community/netbox/releases/tag/v4.1.7 --- net-mgmt/netbox/Makefile | 16 ++++++++-------- net-mgmt/netbox/distinfo | 6 +++--- net-mgmt/netbox/pkg-plist | 4 +--- 3 files changed, 12 insertions(+), 14 deletions(-) diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile index 69b16ab2905b..48ea9796668c 100644 --- a/net-mgmt/netbox/Makefile +++ b/net-mgmt/netbox/Makefile @@ -1,6 +1,6 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 4.1.6 +DISTVERSION= 4.1.7 CATEGORIES= net-mgmt python MAINTAINER= kai@FreeBSD.org @@ -32,21 +32,21 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django50>=5.0.9<5.1:www/py-django50@${PY_FLA ${PYTHON_PKGNAMEPREFIX}dj50-django-prometheus>=2.3.1<2.4:www/py-dj50-django-prometheus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj50-django-redis>=5.4.0<6:www/py-dj50-django-redis@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj50-django-rich>=1.13.0<2:www/py-dj50-django-rich@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj50-django-rq>=2.10.2<3.1:devel/py-dj50-django-rq@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj50-django-rq>=3.0<3.1:devel/py-dj50-django-rq@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj50-django-tables2>=2.7.0<2.8:www/py-dj50-django-tables2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj50-django-taggit>=6.1.0<7:www/py-dj50-django-taggit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj50-django-timezone-field>=7.0<8:www/py-dj50-django-timezone-field@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj50-djangorestframework>=3.15.2<3.16.0:www/py-dj50-djangorestframework@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj50-drf-spectacular>=0.27.2<1:www/py-dj50-drf-spectacular@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj50-drf-spectacular-sidecar>=2024.7.1:www/py-dj50-drf-spectacular-sidecar@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj50-strawberry-graphql>=0.247.0<0.300:devel/py-dj50-strawberry-graphql@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj50-strawberry-graphql-django>=0.49.1<1:www/py-dj50-strawberry-graphql-django@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj50-drf-spectacular-sidecar>=2024.11.1:www/py-dj50-drf-spectacular-sidecar@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj50-strawberry-graphql>=0.251.0<0.300:devel/py-dj50-strawberry-graphql@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj50-strawberry-graphql-django>=0.50.0<1:www/py-dj50-strawberry-graphql-django@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-pglocks>=1.0.4<1.1:www/py-django-pglocks@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}feedparser>=6.0.11<7:textproc/py-feedparser@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=3.1.4<4:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}markdown>=3.6<3.8:textproc/py-markdown@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mkdocs-material>=9.5.43<10:textproc/py-mkdocs-material@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mkdocstrings>=0.26.2<1:textproc/py-mkdocstrings@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mkdocs-material>=9.5.45<10:textproc/py-mkdocs-material@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mkdocstrings>=0.27.0<1:textproc/py-mkdocstrings@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mkdocstrings-python-legacy>0:textproc/py-mkdocstrings-python-legacy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}netaddr>=1.3.0<2:net/py-netaddr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}nh3>=0.2.18<0.3:www/py-nh3@${PY_FLAVOR} \ @@ -55,7 +55,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django50>=5.0.9<5.1:www/py-django50@${PY_FLA ${PYTHON_PKGNAMEPREFIX}psycopg-c>=3.1.20<4:databases/py-psycopg-c@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psycopg-pool>=3.2.3<4:databases/py-psycopg-pool@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.32.3<3:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}rq>=1.16.2<3:devel/py-rq@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}rq>=2.0<3:devel/py-rq@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}social-auth-app-django>=5.4.2<6:www/py-social-auth-app-django@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}social-auth-core>=4.5.4<5:security/py-social-auth-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}svgwrite>=1.4.3<2:graphics/py-svgwrite@${PY_FLAVOR} \ diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo index 4dc261b09462..704de828cf55 100644 --- a/net-mgmt/netbox/distinfo +++ b/net-mgmt/netbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1730457579 -SHA256 (netbox-community-netbox-v4.1.6_GH0.tar.gz) = 8056a84f56fd32f4dd909713f7defdad09ffe245deb738511268085aed8bba36 -SIZE (netbox-community-netbox-v4.1.6_GH0.tar.gz) = 18215808 +TIMESTAMP = 1732220770 +SHA256 (netbox-community-netbox-v4.1.7_GH0.tar.gz) = 27b15476aeb6da9f47e82375825b1e89c2f5de4fb8a1c1bb643a7bf93cfac829 +SIZE (netbox-community-netbox-v4.1.7_GH0.tar.gz) = 18071686 diff --git a/net-mgmt/netbox/pkg-plist b/net-mgmt/netbox/pkg-plist index fed5d995592d..a970d7387bfe 100644 --- a/net-mgmt/netbox/pkg-plist +++ b/net-mgmt/netbox/pkg-plist @@ -335,8 +335,6 @@ %%DATADIR%%/docs/media/development/github_fork_button.png %%DATADIR%%/docs/media/development/github_fork_dialog.png %%DATADIR%%/docs/media/development/github_new_issue.png -%%DATADIR%%/docs/media/development/transifex_pull_request.png -%%DATADIR%%/docs/media/development/transifex_sync.png %%DATADIR%%/docs/media/installation/netbox_application_stack.png %%DATADIR%%/docs/media/installation/upgrade_paths.png %%DATADIR%%/docs/media/misc/reference_architecture.png @@ -1197,7 +1195,7 @@ %%DATADIR%%/templates/generic/object_delete.html %%DATADIR%%/templates/generic/object_edit.html %%DATADIR%%/templates/generic/object_list.html -%%DATADIR%%/templates/graphiql.html +%%DATADIR%%/templates/graphql/graphiql.html %%DATADIR%%/templates/home.html %%DATADIR%%/templates/htmx/delete_form.html %%DATADIR%%/templates/htmx/form.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411230819.4AN8JrJg001540>