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.6.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a2b100436a34
branches:  trunk
changeset: 404489:a2b100436a34
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Nov 13 20:56:08 2019 +0000

description:
py-tables: updated to 3.6.1

Changes from 3.6.0 to 3.6.1
Maintenance release to fix packaging issues. No new features or bugfixes.


Changes from 3.5.3 to 3.6.0
PyTables 3.6 no longer supports Python 2.7.

Improvements
- Full python 3.8 support.
- On Windows PyTables wheels on PyPI are linked to `pytables_hdf5.dll` instead of
 `hdf5.dll` to prevent collisions with other packages/wheels that also vendor `hdf5.dll`.
 This should prevent problems that arise when a different version of a dll is imported
 that the version to which the program was linked to. This problem is known as "DLL Hell".
 With the renaming of the HDF5 DLL to `pytables_hdf5.dll` these problems should be solved.

Bugfixes
- Bugfix for HDF5 files/types with padding. For details see :issue:`734`.
- More fixes for python 3.8 compatibility: Replace deprecated time.clock
  with time.perf_counter
- Improvements in tests as well as clean up from dropping Python 2.7 support.

diffstat:

 math/py-tables/Makefile |   4 ++--
 math/py-tables/PLIST    |   6 +++++-
 math/py-tables/distinfo |  10 +++++-----
 3 files changed, 12 insertions(+), 8 deletions(-)

diffs (54 lines):

diff -r ba0c2a0ec9d9 -r a2b100436a34 math/py-tables/Makefile
--- a/math/py-tables/Makefile   Wed Nov 13 20:45:33 2019 +0000
+++ b/math/py-tables/Makefile   Wed Nov 13 20:56:08 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2019/06/14 15:13:35 adam Exp $
+# $NetBSD: Makefile,v 1.4 2019/11/13 20:56:08 adam Exp $
 
-DISTNAME=      tables-3.5.2
+DISTNAME=      tables-3.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tables/}
diff -r ba0c2a0ec9d9 -r a2b100436a34 math/py-tables/PLIST
--- a/math/py-tables/PLIST      Wed Nov 13 20:45:33 2019 +0000
+++ b/math/py-tables/PLIST      Wed Nov 13 20:56:08 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2019/03/20 16:08:06 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/11/13 20:56:08 adam Exp $
 bin/pt2to3-${PYVERSSUFFIX}
 bin/ptdump-${PYVERSSUFFIX}
 bin/ptrepack-${PYVERSSUFFIX}
@@ -162,6 +162,7 @@
 ${PYSITELIB}/tables/tests/indexes_2_1.h5
 ${PYSITELIB}/tables/tests/issue_368.h5
 ${PYSITELIB}/tables/tests/issue_560.h5
+${PYSITELIB}/tables/tests/itemsize.h5
 ${PYSITELIB}/tables/tests/matlab_file.mat
 ${PYSITELIB}/tables/tests/nested-type-with-gaps.h5
 ${PYSITELIB}/tables/tests/non-chunked-table.h5
@@ -248,6 +249,9 @@
 ${PYSITELIB}/tables/tests/test_queries.pyo
 ${PYSITELIB}/tables/tests/test_ref_array1.mat
 ${PYSITELIB}/tables/tests/test_ref_array2.mat
+${PYSITELIB}/tables/tests/test_suite.py
+${PYSITELIB}/tables/tests/test_suite.pyc
+${PYSITELIB}/tables/tests/test_suite.pyo
 ${PYSITELIB}/tables/tests/test_szip.h5
 ${PYSITELIB}/tables/tests/test_tables.py
 ${PYSITELIB}/tables/tests/test_tables.pyc
diff -r ba0c2a0ec9d9 -r a2b100436a34 math/py-tables/distinfo
--- a/math/py-tables/distinfo   Wed Nov 13 20:45:33 2019 +0000
+++ b/math/py-tables/distinfo   Wed Nov 13 20:56:08 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/06/14 15:13:35 adam Exp $
+$NetBSD: distinfo,v 1.4 2019/11/13 20:56:08 adam Exp $
 
-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
+SHA1 (tables-3.6.1.tar.gz) = 3f093c3dd5be7ec2aaa1263fa0957f5d67c48e52
+RMD160 (tables-3.6.1.tar.gz) = 05833282f4c44e48f6f39afada9cb2684aa3249a
+SHA512 (tables-3.6.1.tar.gz) = 7f018b70251095049bce9075be4e19f72efba9d39121a35c4521f634b1dd5b81ab6de47df3bb44ad6b8b2dbdbff4e6d0985ad1a7b2f13b44f920c0935e5830ff
+Size (tables-3.6.1.tar.gz) = 4641089 bytes



Home | Main Index | Thread Index | Old Index