Date: Thu, 14 Jul 2022 09:00:30 GMT From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 4b221a28df17 - 2022Q3 - net-mgmt/netbox: Update to 3.2.6 Message-ID: <202207140900.26E90Ugk073829@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2022Q3 has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=4b221a28df174bf2f1f571c5c4799b27cbffeab2 commit 4b221a28df174bf2f1f571c5c4799b27cbffeab2 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2022-07-14 08:55:12 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2022-07-14 09:00:01 +0000 net-mgmt/netbox: Update to 3.2.6 * Fix pkg-message output by adding missing delimiter that should have been included in the previous commit 48cad252e510. Changelog: Enhancements: * Enable dynamic configuration for default powerfeed attributes * Allow filtering modules by bay ID * Enable modifying virtual chassis properties when creating/editing a device * Add filters for assigned device & VM to IP addresses list * Add tenant group column for all object tables with tenant assignments Bug Fixes: * Fix REMOTE_AUTH_DEFAULT_GROUPS for social-auth backends * Fix AttributeError exception for FHRP group with an IP address assigned * Include installed_module in module bay REST API serializer * Automatically focus on search box when expanding dropdowns * Fix filtering for custom fields and webhooks in the UI * Fix bulk assignment of ASNs to sites * Don't restrict custom text field lengths when entering via UI form * Include last_updated field on JournalEntry REST API serializer https://github.com/netbox-community/netbox/releases/tag/v3.2.6 MFH: 2022Q3 (cherry picked from commit 09873f1e904efb8d268b5d3e27961558d50ec2d7) --- net-mgmt/netbox/Makefile | 8 ++++---- net-mgmt/netbox/distinfo | 6 +++--- net-mgmt/netbox/files/pkg-message.in | 1 + 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile index 3fba566a65a2..b2ce6e1b6fd5 100644 --- a/net-mgmt/netbox/Makefile +++ b/net-mgmt/netbox/Makefile @@ -1,6 +1,6 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 3.2.5 +DISTVERSION= 3.2.6 CATEGORIES= net-mgmt python MAINTAINER= kai@FreeBSD.org @@ -22,9 +22,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt # - www/py-dj40-django-tables2 # - www/py-dj40-djangorestframework (in conjunction with www/py-dj40-drf-yasg) # -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django40>=4.0.5<4.1:www/py-django40@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django40>=4.0.6<4.1:www/py-django40@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj40-django-cors-headers>=3.13.0<4:www/py-dj40-django-cors-headers@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj40-django-debug-toolbar>=3.2.4<4:www/py-dj40-django-debug-toolbar@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj40-django-debug-toolbar>=3.5.0<4:www/py-dj40-django-debug-toolbar@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj40-django-filter>=22.1<23:www/py-dj40-django-filter@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj40-django-graphiql-debug-toolbar>=0.2.0<1:www/py-dj40-django-graphiql-debug-toolbar@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj40-django-mptt>=0.13.4<0.14:www/py-dj40-django-mptt@${PY_FLAVOR} \ @@ -38,7 +38,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django40>=4.0.5<4.1:www/py-django40@${PY_FLA ${PYTHON_PKGNAMEPREFIX}dj40-drf-yasg>=1.20.0<1.21:www/py-dj40-drf-yasg@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj40-graphene-django>=2.15.0<3:devel/py-dj40-graphene-django@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-pglocks>=1.0.4<1.1:www/py-django-pglocks@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}bleach>=5.0.0<6:www/py-bleach@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}bleach>=5.0.1<6:www/py-bleach@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=3.0.1<4:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}markdown>=3.3.7<3.5:textproc/py-markdown@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}markdown-include>=0.6.0<1:textproc/py-markdown-include@${PY_FLAVOR} \ diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo index 6548a040e3ee..7e82e04b0f7d 100644 --- a/net-mgmt/netbox/distinfo +++ b/net-mgmt/netbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1655741927 -SHA256 (netbox-community-netbox-v3.2.5_GH0.tar.gz) = 601282206ac1ef0ad54cca214ba4a0c9549f31b6fee9a1c63f7943f89acd4841 -SIZE (netbox-community-netbox-v3.2.5_GH0.tar.gz) = 4835019 +TIMESTAMP = 1657649823 +SHA256 (netbox-community-netbox-v3.2.6_GH0.tar.gz) = 57fdddf92edd7da067ae0bf25626e037415cb05c8294026f96d615a7c871d4c0 +SIZE (netbox-community-netbox-v3.2.6_GH0.tar.gz) = 4834768 diff --git a/net-mgmt/netbox/files/pkg-message.in b/net-mgmt/netbox/files/pkg-message.in index 9350f504ac23..9cff229b226b 100644 --- a/net-mgmt/netbox/files/pkg-message.in +++ b/net-mgmt/netbox/files/pkg-message.in @@ -329,5 +329,6 @@ Please note that the general update instructions got another command that needs to be issued after each update: # python%%PYTHON_VER%% manage.py clearcache +EOD } ]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207140900.26E90Ugk073829>