Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Nov 2020 08:50:48 +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: r555750 - head/net-mgmt/py-ciscoconfparse
Message-ID:  <202011200850.0AK8omA1090593@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Fri Nov 20 08:50:47 2020
New Revision: 555750
URL: https://svnweb.freebsd.org/changeset/ports/555750

Log:
  net-mgmt/py-ciscoconfparse: Update to 1.5.19
  
  Changelog since 1.5.6:
  
  * Fix "IPv4Obj" and "IPv6Obj" which cannot use logical compare ops with
    certain Python objects.
  * Fix Python 2.7 packaging.
  * Revise some methods of "IPv4Obj" and "IPv6Obj" which impacts the sorting
    behavior.

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 Nov 20 08:13:14 2020	(r555749)
+++ head/net-mgmt/py-ciscoconfparse/Makefile	Fri Nov 20 08:50:47 2020	(r555750)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ciscoconfparse
-DISTVERSION=	1.5.6
+DISTVERSION=	1.5.19
 CATEGORIES=	net-mgmt python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

Modified: head/net-mgmt/py-ciscoconfparse/distinfo
==============================================================================
--- head/net-mgmt/py-ciscoconfparse/distinfo	Fri Nov 20 08:13:14 2020	(r555749)
+++ head/net-mgmt/py-ciscoconfparse/distinfo	Fri Nov 20 08:50:47 2020	(r555750)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1594449933
-SHA256 (ciscoconfparse-1.5.6.tar.gz) = 252c576b1589a90688a08cdd8083061ef3d2d1399d9c60a35a42836bb22cf86b
-SIZE (ciscoconfparse-1.5.6.tar.gz) = 135769
+TIMESTAMP = 1605858737
+SHA256 (ciscoconfparse-1.5.19.tar.gz) = 6aa1644224234a09f12224ffa616847bce02e6c2c15d2dd53857a07556d4ae20
+SIZE (ciscoconfparse-1.5.19.tar.gz) = 139158



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