1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

net-mgmt/py-ciscoconfparse: Update to 1.3.30

Changelog:

* Fix unicode cast to be compatible with Python 3
* Fix collections import in Python 3
* Fix bug exposed in Python 3.7

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D19313
This commit is contained in:
Kai Knoblich 2019-02-24 20:53:10 +00:00
parent 04ba3dc6eb
commit f2408ab99f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493813
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= ciscoconfparse
DISTVERSION= 1.3.29
DISTVERSION= 1.3.30
CATEGORIES= net-mgmt python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1549636282
SHA256 (ciscoconfparse-1.3.29.tar.gz) = ac2420a4e50103b1206f9f03cec21f5802b4c16438f980b589756aa1ecd9484d
SIZE (ciscoconfparse-1.3.29.tar.gz) = 93105
TIMESTAMP = 1550962265
SHA256 (ciscoconfparse-1.3.30.tar.gz) = bab07cf42bd9dd213754cd260918a50094a5b6b91ac0dc8d80e80e039268e16a
SIZE (ciscoconfparse-1.3.30.tar.gz) = 93228