svn commit: r520113 - branches/2019Q4/net-mgmt/py-ciscoconfparse
Kai Knoblich
kai at FreeBSD.org
Sat Dec 14 11:40:37 UTC 2019
Author: kai
Date: Sat Dec 14 11:40:36 2019
New Revision: 520113
URL: https://svnweb.freebsd.org/changeset/ports/520113
Log:
MFH: r519150 r519831
net-mgmt/py-ciscoconfparse: Update to 1.4.10
Changelog since 1.4.7:
* Add support for parsing "pathlib.Path" objects which contain a
configuration
* Add ".as_cidr_net" and ".as_cidr_addr" on "IPv4Obj" and "IPv6Obj"
* Add support for name and track on IPv6 routes
net-mgmt/py-ciscoconfparse: Update to 1.4.11
Changelog:
* Explicitly close() open filehandles
Approved by: ports-secteam (joneum)
Modified:
branches/2019Q4/net-mgmt/py-ciscoconfparse/Makefile
branches/2019Q4/net-mgmt/py-ciscoconfparse/distinfo
Directory Properties:
branches/2019Q4/ (props changed)
Modified: branches/2019Q4/net-mgmt/py-ciscoconfparse/Makefile
==============================================================================
--- branches/2019Q4/net-mgmt/py-ciscoconfparse/Makefile Sat Dec 14 11:29:54 2019 (r520112)
+++ branches/2019Q4/net-mgmt/py-ciscoconfparse/Makefile Sat Dec 14 11:40:36 2019 (r520113)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= ciscoconfparse
-DISTVERSION= 1.4.7
+DISTVERSION= 1.4.11
CATEGORIES= net-mgmt python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: branches/2019Q4/net-mgmt/py-ciscoconfparse/distinfo
==============================================================================
--- branches/2019Q4/net-mgmt/py-ciscoconfparse/distinfo Sat Dec 14 11:29:54 2019 (r520112)
+++ branches/2019Q4/net-mgmt/py-ciscoconfparse/distinfo Sat Dec 14 11:40:36 2019 (r520113)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1568272798
-SHA256 (ciscoconfparse-1.4.7.tar.gz) = dbebc9f87f07641015e1d1a294cf550c5a376060e9113586eb43f37884e7f230
-SIZE (ciscoconfparse-1.4.7.tar.gz) = 128398
+TIMESTAMP = 1576087126
+SHA256 (ciscoconfparse-1.4.11.tar.gz) = 1ed94fbb25cec717355f65173fd82a2f4d2640f505ad54170cf646d91452e3a6
+SIZE (ciscoconfparse-1.4.11.tar.gz) = 131599
More information about the svn-ports-branches
mailing list