From 246333ab12992e861ab6be84f875497e0301d9a9 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 14 Jun 2019 15:13:35 +0000 Subject: py-tables: updated to 3.5.2 Changes from 3.5.1 to 3.5.2 - Fixed compatibility with python 3.8: Fixed `Dictonary keys changed during iteration` RuntimeError while moving/renameing a node. Thanks to Christoph Gohlke for reporting and Miro Hroncok for help with building PyTables for python 3.8alpha (cython compatibility). - Fixed a bug in offset calculations producing floats instead of ints affecting python 3. --- math/py-tables/Makefile | 12 ++++++------ math/py-tables/distinfo | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) (limited to 'math') diff --git a/math/py-tables/Makefile b/math/py-tables/Makefile index 9bd9618f248..1aaa82af12a 100644 --- a/math/py-tables/Makefile +++ b/math/py-tables/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2019/03/20 16:08:06 adam Exp $ +# $NetBSD: Makefile,v 1.3 2019/06/14 15:13:35 adam Exp $ -DISTNAME= tables-3.5.1 +DISTNAME= tables-3.5.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= math python MASTER_SITES= ${MASTER_SITE_PYPI:=t/tables/} @@ -24,10 +24,10 @@ USE_LANGUAGES= c c++ post-install: cd ${DESTDIR}${PREFIX}/bin && \ - ${MV} pt2to3 pt2to3-${PYVERSSUFFIX} && \ - ${MV} ptdump ptdump-${PYVERSSUFFIX} && \ - ${MV} ptrepack ptrepack-${PYVERSSUFFIX} && \ - ${MV} pttree pttree-${PYVERSSUFFIX} || ${TRUE} + ${MV} pt2to3 pt2to3-${PYVERSSUFFIX} && \ + ${MV} ptdump ptdump-${PYVERSSUFFIX} && \ + ${MV} ptrepack ptrepack-${PYVERSSUFFIX} && \ + ${MV} pttree pttree-${PYVERSSUFFIX} || ${TRUE} do-test: cd ${WRKSRC}/tables/tests && ${PYTHONBIN} test_all.py diff --git a/math/py-tables/distinfo b/math/py-tables/distinfo index 6b1609a1a4a..c69b4b8be34 100644 --- a/math/py-tables/distinfo +++ b/math/py-tables/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2019/03/20 16:08:06 adam Exp $ +$NetBSD: distinfo,v 1.3 2019/06/14 15:13:35 adam Exp $ -SHA1 (tables-3.5.1.tar.gz) = cb2183df7032dfe48ee69546c24ed35533b2516a -RMD160 (tables-3.5.1.tar.gz) = f42e8d5d1d3dcf4e6a7111d65921ac477671b229 -SHA512 (tables-3.5.1.tar.gz) = a3064951fd3f91156c539279aed9ac13a8f07de6e0f0dbdaf7941fcb6b812b903ac28b98281b3e1dd3f0e685714c4ae0471ffbd1dda80402212a466dd8f25843 -Size (tables-3.5.1.tar.gz) = 8306669 bytes +SHA1 (tables-3.5.2.tar.gz) = 293ae14497e50be2de9fcfa7250527395c613647 +RMD160 (tables-3.5.2.tar.gz) = 9e5aa9f3b270888c853eb5f30cd6461a362bb1c1 +SHA512 (tables-3.5.2.tar.gz) = 00b411d9d5b2e2793346709d0f702b8cdc5e117afd35be09c7f6739357fe621a6e1adcb1dcda5497a459b35b675d6c3d6a0c930f463ff6b921b7fcc35a79b3d9 +Size (tables-3.5.2.tar.gz) = 7825372 bytes -- cgit v1.2.3