pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-tables
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.
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
Home |
Main Index |
Thread Index |
Old Index