Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jan 2020 19:05:38 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r522268 - in head/net-mgmt/netbox: . files
Message-ID:  <202001061905.006J5che091071@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Mon Jan  6 19:05:38 2020
New Revision: 522268
URL: https://svnweb.freebsd.org/changeset/ports/522268

Log:
  net-mgmt/netbox: Update to 2.6.11
  
  * Remove the patch that fixed a regression when accessing the API
    documentation as it's no longer required. [1]
  
  Changelog since 2.6.9:
  
  Enhancements:
  * Add ability to move inventory items between devices
  * Extend admin UI to allow deleting old report results
  * Add assigned_to_interface filter for IP addresses
  * Fail gracefully on custom link rendering exception
  * Provide request context when executing custom scripts
  * Add date/time picker widgets
  * Enable partial search for inventory items
  * Optimize size of pages containing a dynamic selection field
  * Allow filtering console/power/interface connections by device ID
  
  Bug Fixes:
  * Restrict queryset of chained fields when form validation fails
  * Include A/Z termination sites for circuits in global search
  * Scrolling to target (hash) did not account for the header size
  * Fix AttributeError exception in API docs [1]
  * Filter platform by manufacturer when editing devices
  * Fix filtering of racks by group on device list
  * Fix exception when editing a device bay (regression since 2.6.7)
  * Fix API-driven filter field rendering (regression since 2.6.10)
  * Add missing region filters for multiple objects
  
  https://github.com/netbox-community/netbox/releases/tag/v2.6.11
  https://github.com/netbox-community/netbox/releases/tag/v2.6.10
  
  MFH:		2020Q1

Deleted:
  head/net-mgmt/netbox/files/patch-netbox_extras_api_customfields.py
Modified:
  head/net-mgmt/netbox/Makefile
  head/net-mgmt/netbox/distinfo
  head/net-mgmt/netbox/pkg-plist

Modified: head/net-mgmt/netbox/Makefile
==============================================================================
--- head/net-mgmt/netbox/Makefile	Mon Jan  6 19:02:41 2020	(r522267)
+++ head/net-mgmt/netbox/Makefile	Mon Jan  6 19:05:38 2020	(r522268)
@@ -2,7 +2,7 @@
 
 PORTNAME=	netbox
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.6.9
+DISTVERSION=	2.6.11
 CATEGORIES=	net-mgmt
 
 MAINTAINER=	kai@FreeBSD.org
@@ -20,7 +20,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django22>=2.2<2.3:
 		${PYTHON_PKGNAMEPREFIX}dj22-django-prometheus>=1.0.15:www/py-dj22-django-prometheus@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj22-django-rq>=2.1.0:devel/py-dj22-django-rq@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj22-django-tables2>=2.0.6:www/py-dj22-django-tables2@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}dj22-django-taggit>=0:www/py-dj22-django-taggit@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}dj22-django-taggit>=1.1.0:www/py-dj22-django-taggit@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj22-django-taggit-serializer>=0.1.7:www/py-dj22-django-taggit-serializer@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj22-django-timezone-field>=3.0:www/py-dj22-django-timezone-field@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj22-djangorestframework>=3.9.4:www/py-dj22-djangorestframework@${PY_FLAVOR} \

Modified: head/net-mgmt/netbox/distinfo
==============================================================================
--- head/net-mgmt/netbox/distinfo	Mon Jan  6 19:02:41 2020	(r522267)
+++ head/net-mgmt/netbox/distinfo	Mon Jan  6 19:05:38 2020	(r522268)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1576569679
-SHA256 (netbox-community-netbox-v2.6.9_GH0.tar.gz) = 82b993a4002ad68f0d572591f81958aa88a37244c9d76646c01c210fdd57bdb9
-SIZE (netbox-community-netbox-v2.6.9_GH0.tar.gz) = 2417598
+TIMESTAMP = 1578134297
+SHA256 (netbox-community-netbox-v2.6.11_GH0.tar.gz) = 7d395f8b9fdffdce162030f117d36258aa478c72ca6612b82b3e98c6d397c89d
+SIZE (netbox-community-netbox-v2.6.11_GH0.tar.gz) = 2440647

Modified: head/net-mgmt/netbox/pkg-plist
==============================================================================
--- head/net-mgmt/netbox/pkg-plist	Mon Jan  6 19:02:41 2020	(r522267)
+++ head/net-mgmt/netbox/pkg-plist	Mon Jan  6 19:05:38 2020	(r522268)
@@ -46,6 +46,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/media/screenshot2.png
 %%PORTDOCS%%%%DOCSDIR%%/media/screenshot3.png
 %%PORTDOCS%%%%DOCSDIR%%/netbox_logo.png
+%%PORTDOCS%%%%DOCSDIR%%/netbox_logo.svg
 %%PORTDOCS%%%%DOCSDIR%%/release-notes/index.md
 %%PORTDOCS%%%%DOCSDIR%%/release-notes/version-1.0.md
 %%PORTDOCS%%%%DOCSDIR%%/release-notes/version-1.1.md
@@ -359,6 +360,9 @@
 %%DATADIR%%/project-static/bootstrap-3.4.1-dist/js/npm.js
 %%DATADIR%%/project-static/clipboard-2.0.4.min.js
 %%DATADIR%%/project-static/css/base.css
+%%DATADIR%%/project-static/flatpickr-4.6.3/flatpickr.min.js
+%%DATADIR%%/project-static/flatpickr-4.6.3/themes/dark.css
+%%DATADIR%%/project-static/flatpickr-4.6.3/themes/light.css
 %%DATADIR%%/project-static/font-awesome-4.7.0/css/font-awesome.css
 %%DATADIR%%/project-static/font-awesome-4.7.0/css/font-awesome.min.css
 %%DATADIR%%/project-static/font-awesome-4.7.0/fonts/FontAwesome.otf
@@ -397,7 +401,9 @@
 %%DATADIR%%/project-static/font-awesome-4.7.0/scss/font-awesome.scss
 %%DATADIR%%/project-static/img/ajax-loader.gif
 %%DATADIR%%/project-static/img/netbox.ico
+%%DATADIR%%/project-static/img/netbox_icon.svg
 %%DATADIR%%/project-static/img/netbox_logo.png
+%%DATADIR%%/project-static/img/netbox_logo.svg
 %%DATADIR%%/project-static/img/tint_20.png
 %%DATADIR%%/project-static/jquery-ui-1.12.1/AUTHORS.txt
 %%DATADIR%%/project-static/jquery-ui-1.12.1/LICENSE.txt
@@ -793,6 +799,7 @@
 %%DATADIR%%/utilities/templates/buttons/export.html
 %%DATADIR%%/utilities/templates/buttons/import.html
 %%DATADIR%%/utilities/templates/widgets/colorselect_option.html
+%%DATADIR%%/utilities/templates/widgets/select_api.html
 %%DATADIR%%/utilities/templates/widgets/select_contenttype.html
 %%DATADIR%%/utilities/templates/widgets/select_option_with_pk.html
 %%DATADIR%%/utilities/templates/widgets/selectwithdisabled_option.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202001061905.006J5che091071>