git: 9b04cf81837b - main - net-mgmt/netbox: Update to 3.1.7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Feb 2022 14:09:47 UTC
The branch main has been updated by kai:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9b04cf81837b8583db37977d5d52284a001a9c18
commit 9b04cf81837b8583db37977d5d52284a001a9c18
Author: Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2022-02-06 14:07:28 +0000
Commit: Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2022-02-06 14:07:28 +0000
net-mgmt/netbox: Update to 3.1.7
Enhancements:
* Include IP range data under IPAM role views
* Introduce alternative ASDOT-formatted column for ASNs
* Add ASNs to global search function
* Enable controlling the order of custom script form fields
with field_order
* Add contacts to global search function
* Linkify manufacturer column in device type table
* Bring the ASN Web UI up to the standard set by other objects
* Include locations count under tenant view
* Render boolean custom fields as icons in object tables
* Indicate CSV or YAML as format for "all data" export
Bug Fixes:
* Fix display of NAT link for primary IPv4 address under device view
* Fix calculation of absolute cable lengths when specified in
fractional units
* Fix exception when viewing change list/records with removed plugins
* Fix redundant display of VRF RD in prefix view
* Accept empty string values for Interface rf_channel in REST API
* Fix display of selected content type filters in object list views
* Content types REST API endpoint should not require model permission
* Correct file permissions to allow execution of housekeeping script
* Fix display of changelog retention period
https://github.com/netbox-community/netbox/releases/tag/v3.1.7
---
net-mgmt/netbox/Makefile | 6 +++---
net-mgmt/netbox/distinfo | 6 +++---
net-mgmt/netbox/pkg-plist | 9 +++++----
3 files changed, 11 insertions(+), 10 deletions(-)
diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile
index 0dd9e0614183..18568dd85015 100644
--- a/net-mgmt/netbox/Makefile
+++ b/net-mgmt/netbox/Makefile
@@ -1,6 +1,6 @@
PORTNAME= netbox
DISTVERSIONPREFIX= v
-DISTVERSION= 3.1.6
+DISTVERSION= 3.1.7
CATEGORIES= net-mgmt python
MAINTAINER= kai@FreeBSD.org
@@ -23,7 +23,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
# - www/py-dj32-djangorestframework (in conjunction with www/py-dj32-drf-yasg)
#
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}markdown-include>=0.6.0<1:textproc/py-markdown-include@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}mkdocs-material>=8.1.7<9:textproc/py-mkdocs-material@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}mkdocs-material>=8.1.9<9:textproc/py-mkdocs-material@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2.11<3.3:www/py-django32@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dj32-django-cors-headers>=3.11.0<4:www/py-dj32-django-cors-headers@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dj32-django-debug-toolbar>=3.2.4<4:www/py-dj32-django-debug-toolbar@${PY_FLAVOR} \
@@ -48,7 +48,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2.11<3.3:www/py-django32@${PY_FL
${PYTHON_PKGNAMEPREFIX}social-auth-app-django>=5.0.0<6:www/py-social-auth-app-django@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}social-auth-core>=4.1.0<5:security/py-social-auth-core@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}svgwrite>=1.4.1<2:graphics/py-svgwrite@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}tablib>=3.1.0<3.2:textproc/py-tablib@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}tablib>=3.2.0<4:textproc/py-tablib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>=5.4.1<7:devel/py-yaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}gunicorn>=19.9.0<21:www/py-gunicorn@${PY_FLAVOR}
diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo
index 6d64ff66eeaa..25d65098f1e5 100644
--- a/net-mgmt/netbox/distinfo
+++ b/net-mgmt/netbox/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1642506174
-SHA256 (netbox-community-netbox-v3.1.6_GH0.tar.gz) = bee31be8d75049e3c2b5ba90d8e857028111f1b2aea406d0ab2b3d26b53f1a5d
-SIZE (netbox-community-netbox-v3.1.6_GH0.tar.gz) = 4399305
+TIMESTAMP = 1643991338
+SHA256 (netbox-community-netbox-v3.1.7_GH0.tar.gz) = af9ff46dd6fd0026d2238a7bffd4a8b6215035e1a76f2a542ac1cf5b4b627aaf
+SIZE (netbox-community-netbox-v3.1.7_GH0.tar.gz) = 4401053
diff --git a/net-mgmt/netbox/pkg-plist b/net-mgmt/netbox/pkg-plist
index 0b987a943d96..5411efce3e27 100644
--- a/net-mgmt/netbox/pkg-plist
+++ b/net-mgmt/netbox/pkg-plist
@@ -247,6 +247,7 @@
%%DATADIR%%/dcim/migrations/0141_asn_model.py
%%DATADIR%%/dcim/migrations/0142_rename_128gfc_qsfp28.py
%%DATADIR%%/dcim/migrations/0143_remove_primary_for_related_name.py
+%%DATADIR%%/dcim/migrations/0144_fix_cable_abs_length.py
%%DATADIR%%/dcim/migrations/__init__.py
%%DATADIR%%/dcim/models/__init__.py
%%DATADIR%%/dcim/models/cables.py
@@ -528,8 +529,8 @@
%%DATADIR%%/project-static/docs/administration/permissions/index.html
%%DATADIR%%/project-static/docs/administration/replicating-netbox/index.html
%%DATADIR%%/project-static/docs/assets/images/favicon.png
-%%DATADIR%%/project-static/docs/assets/javascripts/bundle.01de222e.min.js
-%%DATADIR%%/project-static/docs/assets/javascripts/bundle.01de222e.min.js.map
+%%DATADIR%%/project-static/docs/assets/javascripts/bundle.960e086b.min.js
+%%DATADIR%%/project-static/docs/assets/javascripts/bundle.960e086b.min.js.map
%%DATADIR%%/project-static/docs/assets/javascripts/lunr/min/lunr.ar.min.js
%%DATADIR%%/project-static/docs/assets/javascripts/lunr/min/lunr.da.min.js
%%DATADIR%%/project-static/docs/assets/javascripts/lunr/min/lunr.de.min.js
@@ -558,8 +559,8 @@
%%DATADIR%%/project-static/docs/assets/javascripts/lunr/wordcut.js
%%DATADIR%%/project-static/docs/assets/javascripts/workers/search.22074ed6.min.js
%%DATADIR%%/project-static/docs/assets/javascripts/workers/search.22074ed6.min.js.map
-%%DATADIR%%/project-static/docs/assets/stylesheets/main.cd566b2a.min.css
-%%DATADIR%%/project-static/docs/assets/stylesheets/main.cd566b2a.min.css.map
+%%DATADIR%%/project-static/docs/assets/stylesheets/main.2b4465f4.min.css
+%%DATADIR%%/project-static/docs/assets/stylesheets/main.2b4465f4.min.css.map
%%DATADIR%%/project-static/docs/assets/stylesheets/palette.e6a45f82.min.css
%%DATADIR%%/project-static/docs/assets/stylesheets/palette.e6a45f82.min.css.map
%%DATADIR%%/project-static/docs/configuration/dynamic-settings/index.html