Skip to content

Commit

Permalink
net-mgmt/netbox: Update to 3.2.6
Browse files Browse the repository at this point in the history
* Fix pkg-message output by adding missing delimiter that should have
  been included in the previous commit 48cad25.

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
  • Loading branch information
knobix committed Jul 14, 2022
1 parent b1c7d48 commit 09873f1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions net-mgmt/netbox/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= netbox
DISTVERSIONPREFIX= v
DISTVERSION= 3.2.5
DISTVERSION= 3.2.6
CATEGORIES= net-mgmt python

MAINTAINER= kai@FreeBSD.org
Expand All @@ -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} \
Expand All @@ -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} \
Expand Down
6 changes: 3 additions & 3 deletions net-mgmt/netbox/distinfo
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions net-mgmt/netbox/files/pkg-message.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]

0 comments on commit 09873f1

Please sign in to comment.