1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00

devel/py-simpleeval: Update to version 0.9.3.

Upstream breaking change: StringTooLong exception is now
IterableTooLong. All iterables are caught now, not just str.

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9329
This commit is contained in:
Joseph Mingrone 2017-01-25 15:44:17 +00:00
parent a9f864e4e0
commit e7fee8d625
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432422
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= simpleeval
PORTVERSION= 0.9.2
PORTVERSION= 0.9.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1485010318
SHA256 (simpleeval-0.9.2.tar.gz) = 3aa2dfd40a591e3e7bf861c6ccdb8d4dc8b07a5b6a59883bc68037506f026417
SIZE (simpleeval-0.9.2.tar.gz) = 14216
TIMESTAMP = 1485357235
SHA256 (simpleeval-0.9.3.tar.gz) = 6dafe47d4ccc062fa4fed50ce1b991d169aebafb68182e1a6fd7a048bd4892c1
SIZE (simpleeval-0.9.3.tar.gz) = 14582