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

Kai Knoblich kai at FreeBSD.org
Sun Feb 24 20:53:11 UTC 2019


Author: kai
Date: Sun Feb 24 20:53:10 2019
New Revision: 493813
URL: https://svnweb.freebsd.org/changeset/ports/493813

Log:
  net-mgmt/py-ciscoconfparse: Update to 1.3.30
  
  Changelog:
  
  * Fix unicode cast to be compatible with Python 3
  * Fix collections import in Python 3
  * Fix bug exposed in Python 3.7
  
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D19313

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	Sun Feb 24 20:36:10 2019	(r493812)
+++ head/net-mgmt/py-ciscoconfparse/Makefile	Sun Feb 24 20:53:10 2019	(r493813)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ciscoconfparse
-DISTVERSION=	1.3.29
+DISTVERSION=	1.3.30
 CATEGORIES=	net-mgmt python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/net-mgmt/py-ciscoconfparse/distinfo
==============================================================================
--- head/net-mgmt/py-ciscoconfparse/distinfo	Sun Feb 24 20:36:10 2019	(r493812)
+++ head/net-mgmt/py-ciscoconfparse/distinfo	Sun Feb 24 20:53:10 2019	(r493813)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1549636282
-SHA256 (ciscoconfparse-1.3.29.tar.gz) = ac2420a4e50103b1206f9f03cec21f5802b4c16438f980b589756aa1ecd9484d
-SIZE (ciscoconfparse-1.3.29.tar.gz) = 93105
+TIMESTAMP = 1550962265
+SHA256 (ciscoconfparse-1.3.30.tar.gz) = bab07cf42bd9dd213754cd260918a50094a5b6b91ac0dc8d80e80e039268e16a
+SIZE (ciscoconfparse-1.3.30.tar.gz) = 93228


More information about the svn-ports-head mailing list