Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Mar 2019 19:44:15 +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: r495728 - head/net-mgmt/netbox
Message-ID:  <201903141944.x2EJiFq6074673@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Thu Mar 14 19:44:14 2019
New Revision: 495728
URL: https://svnweb.freebsd.org/changeset/ports/495728

Log:
  net-mgmt/netbox: Update to 2.5.8
  
  Changelog:
  
  Enhancements:
  * Printer friendly CSS
  
  Bug Fixes:
  * Correct documentation for VM interface serializer
  * Fix endpoint grouping in API docs
  * Fix filtering of sites/devices/VMs by multiple regions
  * Provider filter form's site field should be blank by default
  * Enforce deterministic ordering of device components returned by API
  * Exclude circuit terminations from API interface connections endpoint
  * Allow CSV import of prefixes/IPs to VRF without an RD assigned
  * Record the deletion of an IP address in the changelog of its parent
    interface (if any)
  * Added the slug field to the Tenant filter for use in the API and search
    function
  * Remove trailing slashes to fix root/template paths on Windows
  * Prevent exception when exporting inventory items belonging to unnamed
    devices
  * Increase ExportTemplate mime_type field length
  * Accept null cable length_unit via API
  * Improve ContentTypeField serializer to elegantly handle invalid data
  * Add delete button to tag view
  * Improve rendering time for API docs
  * Correct CSS class assignment on color picker
  * Fix logging of unlabeled cable ID on cable deletion
  * Fix pagination page length for rack elevations
  
  https://github.com/digitalocean/netbox/blob/v2.5.8/CHANGELOG.md
  
  Approved by:	miwi (mentor)
  Differential Revision:	https://reviews.freebsd.org/D19556

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	Thu Mar 14 19:42:28 2019	(r495727)
+++ head/net-mgmt/netbox/Makefile	Thu Mar 14 19:44:14 2019	(r495728)
@@ -2,7 +2,7 @@
 
 PORTNAME=	netbox
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.5.7
+DISTVERSION=	2.5.8
 CATEGORIES=	net-mgmt
 
 MAINTAINER=	kai@FreeBSD.org
@@ -21,7 +21,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django21>=2.1.5:ww
 		${PYTHON_PKGNAMEPREFIX}dj21-django-taggit-serializer>=0.1.7:www/py-dj21-django-taggit-serializer@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj21-django-timezone-field>=3.0:www/py-dj21-django-timezone-field@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dj21-djangorestframework>=3.9.0:www/py-dj21-djangorestframework@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}dj21-drf-yasg>=1.11.1:www/py-dj21-drf-yasg@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}dj21-drf-yasg>=1.14.0:www/py-dj21-drf-yasg@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}gfm>=0.1.4:textproc/py-gfm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}graphviz>=0.10.1:graphics/py-graphviz@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}markdown>=2.6.11:textproc/py-markdown@${PY_FLAVOR} \

Modified: head/net-mgmt/netbox/distinfo
==============================================================================
--- head/net-mgmt/netbox/distinfo	Thu Mar 14 19:42:28 2019	(r495727)
+++ head/net-mgmt/netbox/distinfo	Thu Mar 14 19:44:14 2019	(r495728)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1550819500
-SHA256 (digitalocean-netbox-v2.5.7_GH0.tar.gz) = 6b8784b1524a595f4192862724fbd1afeaa21ead137f54c3726d5d28e27dc1d5
-SIZE (digitalocean-netbox-v2.5.7_GH0.tar.gz) = 2360044
+TIMESTAMP = 1552382666
+SHA256 (digitalocean-netbox-v2.5.8_GH0.tar.gz) = c43f92793d5b0c15ae0f87ddcbbcfca7e00eee4e0ed2def16bcb075722a56cb0
+SIZE (digitalocean-netbox-v2.5.8_GH0.tar.gz) = 2363401

Modified: head/net-mgmt/netbox/pkg-plist
==============================================================================
--- head/net-mgmt/netbox/pkg-plist	Thu Mar 14 19:42:28 2019	(r495727)
+++ head/net-mgmt/netbox/pkg-plist	Thu Mar 14 19:44:14 2019	(r495728)
@@ -212,6 +212,7 @@
 %%DATADIR%%/extras/migrations/0014_configcontexts.py
 %%DATADIR%%/extras/migrations/0015_remove_useraction.py
 %%DATADIR%%/extras/migrations/0016_exporttemplate_add_cable.py
+%%DATADIR%%/extras/migrations/0017_exporttemplate_mime_type_length.py
 %%DATADIR%%/extras/migrations/__init__.py
 %%DATADIR%%/extras/models.py
 %%DATADIR%%/extras/querysets.py



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