Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 May 2020 07:17:16 +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: r535273 - head/net-mgmt/py-ciscoconfparse
Message-ID:  <202005150717.04F7HGq5077606@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Fri May 15 07:17:16 2020
New Revision: 535273
URL: https://svnweb.freebsd.org/changeset/ports/535273

Log:
  net-mgmt/py-ciscoconfparse: Update to 1.5.4
  
  Changelog since 1.5.1:
  
  * Introduction of new methods to the IPv4Obj()/IPv6Obj() classes and changed
    return values of those.
  
  * Add support for int(), bin() and hex() on the IPv4Obj() and IPv6Obj()
    classes.
  
  * Fix "packed" and "exploded" methods of IPv6Obj(), add "IPv4Obj().packed"
    and "IPv4Obj().exploded"

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 May 15 07:16:35 2020	(r535272)
+++ head/net-mgmt/py-ciscoconfparse/Makefile	Fri May 15 07:17:16 2020	(r535273)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ciscoconfparse
-DISTVERSION=	1.5.1
+DISTVERSION=	1.5.4
 CATEGORIES=	net-mgmt python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/net-mgmt/py-ciscoconfparse/distinfo
==============================================================================
--- head/net-mgmt/py-ciscoconfparse/distinfo	Fri May 15 07:16:35 2020	(r535272)
+++ head/net-mgmt/py-ciscoconfparse/distinfo	Fri May 15 07:17:16 2020	(r535273)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1585572777
-SHA256 (ciscoconfparse-1.5.1.tar.gz) = 3f0ca586d24d5ec8368f2659b84fe9800cfbf09ae3925b15ca4164084d53d648
-SIZE (ciscoconfparse-1.5.1.tar.gz) = 131868
+TIMESTAMP = 1588242900
+SHA256 (ciscoconfparse-1.5.4.tar.gz) = 8b6f1585d5771ee678be56fe4dd405ead5420b93f6e7df1838cf0537f32ad986
+SIZE (ciscoconfparse-1.5.4.tar.gz) = 132519



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