git: 06594db75329 - main - net-mgmt/netbox: Update to 4.0.11
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 Sep 2024 04:20:08 UTC
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=06594db7532904b5ff015f031ccb9ea047b9cddc commit 06594db7532904b5ff015f031ccb9ea047b9cddc Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2024-09-04 04:16:33 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2024-09-04 04:16:33 +0000 net-mgmt/netbox: Update to 4.0.11 Changelog: Bug Fixes: * Enforce restricted queryset for related objects in GraphQL API requests * Ensure the job is attributed to the specified user when using the runscript management command * Associate job with script object when executed using the runscript management command * Fix ordering of virtual device contexts by device name * Avoid NoReverseMatch exceptions with specific dashboard widget configurations https://github.com/netbox-community/netbox/releases/tag/v4.0.11 --- net-mgmt/netbox/Makefile | 8 ++++---- net-mgmt/netbox/distinfo | 6 +++--- net-mgmt/netbox/pkg-plist | 5 +++++ 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile index f8e3c5b3b8a9..985fc97af296 100644 --- a/net-mgmt/netbox/Makefile +++ b/net-mgmt/netbox/Makefile @@ -1,6 +1,6 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 4.0.10 +DISTVERSION= 4.0.11 CATEGORIES= net-mgmt python MAINTAINER= kai@FreeBSD.org @@ -31,7 +31,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django50>=5.0.8<5.1:www/py-django50@${PY_FLA ${PYTHON_PKGNAMEPREFIX}dj50-django-mptt>=0.16.0<0.17:www/py-dj50-django-mptt@${PY_FLAVOR} \ ${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.10.0<2:www/py-dj50-django-rich@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj50-django-rich>=1.11.0<2:www/py-dj50-django-rich@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj50-django-rq>=2.10.2<2.11: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>=5.0.1<6:www/py-dj50-django-taggit@${PY_FLAVOR} \ @@ -39,14 +39,14 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django50>=5.0.8<5.1:www/py-django50@${PY_FLA ${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.237.2<0.300:devel/py-dj50-strawberry-graphql@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj50-strawberry-graphql>=0.239.2<0.300:devel/py-dj50-strawberry-graphql@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj50-strawberry-graphql-django>=0.47.1<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.33<10:textproc/py-mkdocs-material@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mkdocstrings>=0.25.2<1:textproc/py-mkdocstrings@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mkdocstrings>=0.26<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} \ diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo index 31c225f6273c..eab9e8912734 100644 --- a/net-mgmt/netbox/distinfo +++ b/net-mgmt/netbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1724996502 -SHA256 (netbox-community-netbox-v4.0.10_GH0.tar.gz) = f81de9f303261ffb576478cf95a664a9bf975e96025ddc37b82d24457ff7b589 -SIZE (netbox-community-netbox-v4.0.10_GH0.tar.gz) = 18973458 +TIMESTAMP = 1725377596 +SHA256 (netbox-community-netbox-v4.0.11_GH0.tar.gz) = 3775861502bb23caa6d3962d414c7affdcf8c3fb57804194bcb88e7e79daa71c +SIZE (netbox-community-netbox-v4.0.11_GH0.tar.gz) = 19402442 diff --git a/net-mgmt/netbox/pkg-plist b/net-mgmt/netbox/pkg-plist index 13435a58ec41..6fad780e79b5 100644 --- a/net-mgmt/netbox/pkg-plist +++ b/net-mgmt/netbox/pkg-plist @@ -1303,7 +1303,9 @@ %%DATADIR%%/tenancy/tests/test_views.py %%DATADIR%%/tenancy/urls.py %%DATADIR%%/tenancy/views.py +%%DATADIR%%/translations/cs/LC_MESSAGES/django.mo %%DATADIR%%/translations/cs/LC_MESSAGES/django.po +%%DATADIR%%/translations/da/LC_MESSAGES/django.mo %%DATADIR%%/translations/da/LC_MESSAGES/django.po %%DATADIR%%/translations/de/LC_MESSAGES/django.mo %%DATADIR%%/translations/de/LC_MESSAGES/django.po @@ -1313,10 +1315,13 @@ %%DATADIR%%/translations/es/LC_MESSAGES/django.po %%DATADIR%%/translations/fr/LC_MESSAGES/django.mo %%DATADIR%%/translations/fr/LC_MESSAGES/django.po +%%DATADIR%%/translations/it/LC_MESSAGES/django.mo %%DATADIR%%/translations/it/LC_MESSAGES/django.po %%DATADIR%%/translations/ja/LC_MESSAGES/django.mo %%DATADIR%%/translations/ja/LC_MESSAGES/django.po +%%DATADIR%%/translations/nl/LC_MESSAGES/django.mo %%DATADIR%%/translations/nl/LC_MESSAGES/django.po +%%DATADIR%%/translations/pl/LC_MESSAGES/django.mo %%DATADIR%%/translations/pl/LC_MESSAGES/django.po %%DATADIR%%/translations/pt/LC_MESSAGES/django.mo %%DATADIR%%/translations/pt/LC_MESSAGES/django.po