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

Kai Knoblich kai at FreeBSD.org
Wed Mar 24 14:07:46 UTC 2021


Author: kai
Date: Wed Mar 24 14:07:45 2021
New Revision: 569122
URL: https://svnweb.freebsd.org/changeset/ports/569122

Log:
  net-mgmt/py-ciscoconfparse: Update to 1.5.30
  
  Changelog:
  
  * Add helper-function: "as_text_list()", improve performance of ".delete()"
  * Fix "__int__()" and "__index__()" on "IPv4Obj()" and "IPv6Obj()"

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	Wed Mar 24 14:00:39 2021	(r569121)
+++ head/net-mgmt/py-ciscoconfparse/Makefile	Wed Mar 24 14:07:45 2021	(r569122)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ciscoconfparse
-DISTVERSION=	1.5.28
+DISTVERSION=	1.5.30
 CATEGORIES=	net-mgmt python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/net-mgmt/py-ciscoconfparse/distinfo
==============================================================================
--- head/net-mgmt/py-ciscoconfparse/distinfo	Wed Mar 24 14:00:39 2021	(r569121)
+++ head/net-mgmt/py-ciscoconfparse/distinfo	Wed Mar 24 14:07:45 2021	(r569122)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1611576321
-SHA256 (ciscoconfparse-1.5.28.tar.gz) = 050aacb53122ac90317e3a15b33fa4d915c22adc943aa463e7142537e8e97bf1
-SIZE (ciscoconfparse-1.5.28.tar.gz) = 139537
+TIMESTAMP = 1616508032
+SHA256 (ciscoconfparse-1.5.30.tar.gz) = e3c9ad5ff7563c6d3b4542d2826f4b07feb0e46ea5c698886ab8c4d55cc28815
+SIZE (ciscoconfparse-1.5.30.tar.gz) = 140759


More information about the svn-ports-head mailing list