Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Feb 2019 18:32:53 +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: r492443 - head/net-mgmt/py-ciscoconfparse
Message-ID:  <201902081832.x18IWrqG050312@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Fri Feb  8 18:32:52 2019
New Revision: 492443
URL: https://svnweb.freebsd.org/changeset/ports/492443

Log:
  net-mgmt/py-ciscoconfparse: Update to 1.3.29
  
  Notable changes since 1.3.20:
  
  * Fix open() syntax with Python 3.5
  * Add IP helper-address parsing in models_cisco.py
  
  Reviewed by:	tcberner (mentor)
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D19121

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	Fri Feb  8 18:19:10 2019	(r492442)
+++ head/net-mgmt/py-ciscoconfparse/Makefile	Fri Feb  8 18:32:52 2019	(r492443)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ciscoconfparse
-DISTVERSION=	1.3.20
+DISTVERSION=	1.3.29
 CATEGORIES=	net-mgmt python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,6 +20,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}colorama>0:devel/p
 
 USES=		python
 USE_PYTHON=	distutils autoplist
+
 NO_ARCH=	yes
 
 .include <bsd.port.pre.mk>

Modified: head/net-mgmt/py-ciscoconfparse/distinfo
==============================================================================
--- head/net-mgmt/py-ciscoconfparse/distinfo	Fri Feb  8 18:19:10 2019	(r492442)
+++ head/net-mgmt/py-ciscoconfparse/distinfo	Fri Feb  8 18:32:52 2019	(r492443)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1530600124
-SHA256 (ciscoconfparse-1.3.20.tar.gz) = 0abb2895cf301c061f698810c44f93a0b61eef0bbe15d1abe4c1ff2dd9abbad2
-SIZE (ciscoconfparse-1.3.20.tar.gz) = 91854
+TIMESTAMP = 1549636282
+SHA256 (ciscoconfparse-1.3.29.tar.gz) = ac2420a4e50103b1206f9f03cec21f5802b4c16438f980b589756aa1ecd9484d
+SIZE (ciscoconfparse-1.3.29.tar.gz) = 93105



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