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

Kai Knoblich kai at FreeBSD.org
Fri Nov 20 08:50:48 UTC 2020


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


More information about the svn-ports-all mailing list