diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2022-07-14 08:55:12 +0000 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2022-07-14 08:55:12 +0000 |
commit | 09873f1e904efb8d268b5d3e27961558d50ec2d7 (patch) | |
tree | 7ac159c06c47ca552f5409fbf906d496bd813867 | |
parent | b1c7d48f37e746b786cb18b27dbafb9b3da57d89 (diff) | |
download | ports-09873f1e904efb8d268b5d3e27961558d50ec2d7.tar.gz ports-09873f1e904efb8d268b5d3e27961558d50ec2d7.zip |
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
-rw-r--r-- | net-mgmt/netbox/Makefile | 8 | ||||
-rw-r--r-- | net-mgmt/netbox/distinfo | 6 | ||||
-rw-r--r-- | 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 } ] |