pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/py-tables py-tables: updated to 3.5.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1de2ae28ab31
branches:  trunk
changeset: 335171:1de2ae28ab31
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jun 14 15:13:35 2019 +0000

description:
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.

diffstat:

 math/py-tables/Makefile |  12 ++++++------
 math/py-tables/distinfo |  10 +++++-----
 2 files changed, 11 insertions(+), 11 deletions(-)

diffs (42 lines):

diff -r 4ecfe501e731 -r 1de2ae28ab31 math/py-tables/Makefile
--- a/math/py-tables/Makefile   Fri Jun 14 15:12:40 2019 +0000
+++ b/math/py-tables/Makefile   Fri Jun 14 15:13:35 2019 +0000
@@ -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 @@
 
 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 -r 4ecfe501e731 -r 1de2ae28ab31 math/py-tables/distinfo
--- a/math/py-tables/distinfo   Fri Jun 14 15:12:40 2019 +0000
+++ b/math/py-tables/distinfo   Fri Jun 14 15:13:35 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index