svn commit: r496829 - head/net-mgmt/py-ciscoconfparse

Kai Knoblich kai at FreeBSD.org
Mon Mar 25 15:59:44 UTC 2019


Author: kai
Date: Mon Mar 25 15:59:42 2019
New Revision: 496829
URL: https://svnweb.freebsd.org/changeset/ports/496829

Log:
  net-mgmt/py-ciscoconfparse: Update to 1.3.32
  
  Changelog:
  
  * Fix CiscoRange() should automatically prune duplicates added to the list
  * Fix ciscoconfparse.ccp_util.CiscoRange() should support emtpy ranges
  * Fix ciscoconfparse.models_cisco needs an explicit MAX_VLAN constant
  * Fix IOSCfgLine().re_match_typed() doesn't have an 'untyped_default'
    boolean
  * Fix trunk_vlans_allowed returns only two lines
  
  Approved by:	miwi (mentor)
  Differential Revision:	https://reviews.freebsd.org/D19684

Modified:
  head/net-mgmt/py-ciscoconfparse/Makefile
  head/net-mgmt/py-ciscoconfparse/distinfo

Modified: head/net-mgmt/py-ciscoconfparse/Makefile
==============================================================================
--- head/net-mgmt/py-ciscoconfparse/Makefile	Mon Mar 25 15:55:31 2019	(r496828)
+++ head/net-mgmt/py-ciscoconfparse/Makefile	Mon Mar 25 15:59:42 2019	(r496829)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ciscoconfparse
-DISTVERSION=	1.3.30
+DISTVERSION=	1.3.32
 CATEGORIES=	net-mgmt python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/net-mgmt/py-ciscoconfparse/distinfo
==============================================================================
--- head/net-mgmt/py-ciscoconfparse/distinfo	Mon Mar 25 15:55:31 2019	(r496828)
+++ head/net-mgmt/py-ciscoconfparse/distinfo	Mon Mar 25 15:59:42 2019	(r496829)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1550962265
-SHA256 (ciscoconfparse-1.3.30.tar.gz) = bab07cf42bd9dd213754cd260918a50094a5b6b91ac0dc8d80e80e039268e16a
-SIZE (ciscoconfparse-1.3.30.tar.gz) = 93228
+TIMESTAMP = 1553285542
+SHA256 (ciscoconfparse-1.3.32.tar.gz) = 03aa8e39a3dacb199a30edfea119d1ed963b87f7db6df25ba23cfa306c5d7be4
+SIZE (ciscoconfparse-1.3.32.tar.gz) = 93857


More information about the svn-ports-head mailing list