diff --git a/devel/py-tblib/Makefile b/devel/py-tblib/Makefile index fe66a2b4449c..f064d2fbba3c 100644 --- a/devel/py-tblib/Makefile +++ b/devel/py-tblib/Makefile @@ -1,20 +1,20 @@ # $FreeBSD$ PORTNAME= tblib -PORTVERSION= 1.6.0 +PORTVERSION= 1.7.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dbaio@FreeBSD.org COMMENT= Traceback serialization library in Python LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= python USE_PYTHON= autoplist distutils NO_ARCH= yes .include diff --git a/devel/py-tblib/distinfo b/devel/py-tblib/distinfo index 27c15a0199fb..d2c09980689f 100644 --- a/devel/py-tblib/distinfo +++ b/devel/py-tblib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1582975715 -SHA256 (tblib-1.6.0.tar.gz) = 229bee3754cb5d98b4837dd5c4405e80cfab57cb9f93220410ad367f8b352344 -SIZE (tblib-1.6.0.tar.gz) = 31450 +TIMESTAMP = 1596305987 +SHA256 (tblib-1.7.0.tar.gz) = 059bd77306ea7b419d4f76016aef6d7027cc8a0785579b5aad198803435f882c +SIZE (tblib-1.7.0.tar.gz) = 33074 diff --git a/devel/py-tblib/pkg-descr b/devel/py-tblib/pkg-descr index 5e83b966f3bc..6a4ec85a73e3 100644 --- a/devel/py-tblib/pkg-descr +++ b/devel/py-tblib/pkg-descr @@ -1,7 +1,7 @@ -Pickle tracebacks and raise exceptions with pickled tracebacks in -different processes. This allows better error handling when running -code over multiple processes (imagine multiprocessing, billiard, +Pickle tracebacks and raise exceptions with pickled tracebacks in +different processes. This allows better error handling when running +code over multiple processes (imagine multiprocessing, billiard, futures, celery etc). Parse traceback strings and raise with the parsed tracebacks. WWW: https://pypi.org/project/tblib/