Received: by mail.netbsd.org (Postfix, from userid 605) id 40D7F84D6C; Fri, 14 Jun 2019 15:13:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BB0A384D38 for ; Fri, 14 Jun 2019 15:13:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id GUYNuoTiZ5Ju for ; Fri, 14 Jun 2019 15:13:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 386EE84D28 for ; Fri, 14 Jun 2019 15:13:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 362D7FBF4; Fri, 14 Jun 2019 15:13:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156052521582950" MIME-Version: 1.0 Date: Fri, 14 Jun 2019 15:13:35 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/math/py-tables To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190614151335.362D7FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_156052521582950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Jun 14 15:13:35 UTC 2019 Modified Files: pkgsrc/math/py-tables: Makefile distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/py-tables/Makefile \ pkgsrc/math/py-tables/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_156052521582950 Content-Disposition: inline Content-Length: 2144 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/py-tables/Makefile diff -u pkgsrc/math/py-tables/Makefile:1.2 pkgsrc/math/py-tables/Makefile:1.3 --- pkgsrc/math/py-tables/Makefile:1.2 Wed Mar 20 16:08:06 2019 +++ pkgsrc/math/py-tables/Makefile Fri Jun 14 15:13:35 2019 @@ -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 Index: pkgsrc/math/py-tables/distinfo diff -u pkgsrc/math/py-tables/distinfo:1.2 pkgsrc/math/py-tables/distinfo:1.3 --- pkgsrc/math/py-tables/distinfo:1.2 Wed Mar 20 16:08:06 2019 +++ pkgsrc/math/py-tables/distinfo Fri Jun 14 15:13:35 2019 @@ -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 --_----------=_156052521582950--