pkgsrc-Users archive

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

Re: math/py-tables 3.6.1 update



> I'm trying to fix math/py-tables by updating 3.6.1,
>   http://www.ki.nu/~makoto/diary/2019/11/08/#1
> 
> but minor PLIST problem yet, which I could not figure out yet,
> Thanks in advance,
> -- 
> Makoto Fujiwara
> mef%NetBSD.org@localhost
> Key fingerprint = 0BFA FAEB EAD1 90BA 7498  8F85 6809 9E0B B7EF A12E

I tried on my machine and it updates correctly. You can find the diff below. I am not committing yet as the new version drops support for Python 2.7.

Hoping that helps :)

Kind regards,
Adam



Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/math/py-tables/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	14 Jun 2019 15:13:35 -0000	1.3
+++ Makefile	9 Nov 2019 21:40:30 -0000
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.3 2019/06/14 15:13:35 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/}
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/math/py-tables/PLIST,v
retrieving revision 1.2
diff -u -r1.2 PLIST
--- PLIST	20 Mar 2019 16:08:06 -0000	1.2
+++ PLIST	9 Nov 2019 21:40:30 -0000
@@ -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
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/math/py-tables/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	14 Jun 2019 15:13:35 -0000	1.3
+++ distinfo	9 Nov 2019 21:40:30 -0000
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.3 2019/06/14 15:13:35 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