git: 7fca24498b78 - main - net-mgmt/netbox: Update to 3.3.9
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 01 Dec 2022 16:35:34 UTC
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=7fca24498b7833f9d060dc135e9229cd9a554945 commit 7fca24498b7833f9d060dc135e9229cd9a554945 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2022-12-01 16:32:55 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2022-12-01 16:32:55 +0000 net-mgmt/netbox: Update to 3.3.9 Changelog: Enhancements: * Ensure logging of failed login attempts Bug Fixes: * Call snapshot() on object when processing deletions * Fix serialization of array field values in change log * Fix spurious error message when rendering REST API docs * Fix TypeError exception when viewing PDU configured for three-phase power * Support referencing custom field related objects by attribute in addition to PK * Mark cable traces terminating to a provider network as complete * Disable ordering by custom object field columns * Raise validation error when attempting to create a duplicate cable termination * Permit demotion of device/VM primary IP via IP address edit form * render_field template tag should respect label kwarg * Update cable paths ending at associated rear port when creating new front ports * Hide checkboxes on child object lists when no bulk operations are available * Fix exception when editing NAT IP for VM with no cluster * Use natural ordering when sorting rack elevations by name * Enable bulk clearing of color attribute of pass-through ports * Cloning a rack reservation should replicate rack & user https://github.com/netbox-community/netbox/releases/tag/v3.3.9 MFH: 2022Q4 --- net-mgmt/netbox/Makefile | 6 +++--- net-mgmt/netbox/distinfo | 6 +++--- net-mgmt/netbox/pkg-plist | 3 +++ 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile index 10250b456c3c..98043a4da18f 100644 --- a/net-mgmt/netbox/Makefile +++ b/net-mgmt/netbox/Makefile @@ -1,6 +1,6 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 3.3.8 +DISTVERSION= 3.3.9 CATEGORIES= net-mgmt python MAINTAINER= kai@FreeBSD.org @@ -34,7 +34,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django40>=4.0.8<4.1:www/py-django40@${PY_FLA ${PYTHON_PKGNAMEPREFIX}dj40-django-rich>=1.4.0<2:www/py-dj40-django-rich@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj40-django-rq>=2.5.1<2.7:devel/py-dj40-django-rq@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj40-django-tables2>=2.4.1<2.5:www/py-dj40-django-tables2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj40-django-taggit>=3.0.0<4:www/py-dj40-django-taggit@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj40-django-taggit>=3.1.0<4:www/py-dj40-django-taggit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj40-django-timezone-field>=5.0<6:www/py-dj40-django-timezone-field@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj40-djangorestframework>=3.14.0<3.15.0:www/py-dj40-djangorestframework@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj40-drf-yasg>=1.21.4<1.22:www/py-dj40-drf-yasg@${PY_FLAVOR} \ @@ -54,7 +54,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django40>=4.0.8<4.1:www/py-django40@${PY_FLA ${PYTHON_PKGNAMEPREFIX}social-auth-core>=4.3.0<5:security/py-social-auth-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}svgwrite>=1.4.3<2:graphics/py-svgwrite@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tablib>=3.2.1<4:textproc/py-tablib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tzdata>=2022.6:devel/py-tzdata@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tzdata>=2022.7:devel/py-tzdata@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=5.4.1<7:devel/py-yaml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gunicorn>=20.1.0<21:www/py-gunicorn@${PY_FLAVOR} diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo index f001c681e750..fc7211fb1d09 100644 --- a/net-mgmt/netbox/distinfo +++ b/net-mgmt/netbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1668670130 -SHA256 (netbox-community-netbox-v3.3.8_GH0.tar.gz) = 3112d82486b582056391713aafffab5090b2e4f7260a064ffbf1b19ed353740b -SIZE (netbox-community-netbox-v3.3.8_GH0.tar.gz) = 7313062 +TIMESTAMP = 1669843811 +SHA256 (netbox-community-netbox-v3.3.9_GH0.tar.gz) = ddf1feec83fb2f9b05182881fbd97fbcbc5c5527b32f963d4f8b887800209925 +SIZE (netbox-community-netbox-v3.3.9_GH0.tar.gz) = 7315280 diff --git a/net-mgmt/netbox/pkg-plist b/net-mgmt/netbox/pkg-plist index 0cdee3585bad..b6cdd06e9fc5 100644 --- a/net-mgmt/netbox/pkg-plist +++ b/net-mgmt/netbox/pkg-plist @@ -1029,6 +1029,7 @@ %%DATADIR%%/users/api/serializers.py %%DATADIR%%/users/api/urls.py %%DATADIR%%/users/api/views.py +%%DATADIR%%/users/apps.py %%DATADIR%%/users/constants.py %%DATADIR%%/users/filtersets.py %%DATADIR%%/users/forms.py @@ -1041,6 +1042,7 @@ %%DATADIR%%/users/migrations/__init__.py %%DATADIR%%/users/models.py %%DATADIR%%/users/preferences.py +%%DATADIR%%/users/signals.py %%DATADIR%%/users/tables.py %%DATADIR%%/users/tests/__init__.py %%DATADIR%%/users/tests/test_api.py @@ -1083,6 +1085,7 @@ %%DATADIR%%/utilities/query_functions.py %%DATADIR%%/utilities/querysets.py %%DATADIR%%/utilities/request.py +%%DATADIR%%/utilities/serializers/json.py %%DATADIR%%/utilities/tables.py %%DATADIR%%/utilities/templates/builtins/badge.html %%DATADIR%%/utilities/templates/builtins/checkmark.html