Date: Sun, 2 Aug 2020 12:48:20 +0000 (UTC) From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r543949 - head/devel/py-tblib Message-ID: <202008021248.072CmKLJ059361@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Sun Aug 2 12:48:20 2020 New Revision: 543949 URL: https://svnweb.freebsd.org/changeset/ports/543949 Log: devel/py-tblib: Update to 1.7.0 Changelog: https://github.com/ionelmc/python-tblib/blob/v1.7.0/CHANGELOG.rst Modified: head/devel/py-tblib/Makefile head/devel/py-tblib/distinfo head/devel/py-tblib/pkg-descr Modified: head/devel/py-tblib/Makefile ============================================================================== --- head/devel/py-tblib/Makefile Sun Aug 2 12:40:00 2020 (r543948) +++ head/devel/py-tblib/Makefile Sun Aug 2 12:48:20 2020 (r543949) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= tblib -PORTVERSION= 1.6.0 +PORTVERSION= 1.7.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-tblib/distinfo ============================================================================== --- head/devel/py-tblib/distinfo Sun Aug 2 12:40:00 2020 (r543948) +++ head/devel/py-tblib/distinfo Sun Aug 2 12:48:20 2020 (r543949) @@ -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 Modified: head/devel/py-tblib/pkg-descr ============================================================================== --- head/devel/py-tblib/pkg-descr Sun Aug 2 12:40:00 2020 (r543948) +++ head/devel/py-tblib/pkg-descr Sun Aug 2 12:48:20 2020 (r543949) @@ -1,6 +1,6 @@ -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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008021248.072CmKLJ059361>