diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2020-11-20 08:50:47 +0000 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2020-11-20 08:50:47 +0000 |
commit | 268e0b0bf6ba5600d4e9227824fb24bec63f96fa (patch) | |
tree | 5988f9555984610963c4bbe2f266a5b023fe220f | |
parent | devel/py-colorama: Update to 0.4.4 (diff) |
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.
-rw-r--r-- | net-mgmt/py-ciscoconfparse/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/py-ciscoconfparse/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/py-ciscoconfparse/Makefile b/net-mgmt/py-ciscoconfparse/Makefile index e8cf10f76d59..53cfe64cb2fb 100644 --- a/net-mgmt/py-ciscoconfparse/Makefile +++ b/net-mgmt/py-ciscoconfparse/Makefile @@ -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} diff --git a/net-mgmt/py-ciscoconfparse/distinfo b/net-mgmt/py-ciscoconfparse/distinfo index ba608b903f26..0438b5668783 100644 --- a/net-mgmt/py-ciscoconfparse/distinfo +++ b/net-mgmt/py-ciscoconfparse/distinfo @@ -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 |