pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-numba py-numba: updated to 0.43.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/84984b995aa0
branches:  trunk
changeset: 322112:84984b995aa0
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Apr 08 16:41:45 2019 +0000

description:
py-numba: updated to 0.43.1

Version 0.43.1
This is a bugfix release that provides minor changes to fix: a bug in branch
pruning, bugs in `np.interp` functionality, and also fully accommodate the
NumPy 1.16 release series.

* NumPy 1.16 support
* Refactor np.interp
* Rewrite pruned conditionals as their evaluated constants.

diffstat:

 math/py-numba/Makefile    |   5 ++---
 math/py-numba/PLIST.Linux |   1 +
 math/py-numba/distinfo    |  10 +++++-----
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r 38bd960f6c2d -r 84984b995aa0 math/py-numba/Makefile
--- a/math/py-numba/Makefile    Mon Apr 08 16:21:45 2019 +0000
+++ b/math/py-numba/Makefile    Mon Apr 08 16:41:45 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2019/03/27 16:15:14 bacon Exp $
+# $NetBSD: Makefile,v 1.8 2019/04/08 16:41:45 adam Exp $
 
-DISTNAME=      numba-0.43.0
+DISTNAME=      numba-0.43.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/numba/}
 
diff -r 38bd960f6c2d -r 84984b995aa0 math/py-numba/PLIST.Linux
--- a/math/py-numba/PLIST.Linux Mon Apr 08 16:21:45 2019 +0000
+++ b/math/py-numba/PLIST.Linux Mon Apr 08 16:41:45 2019 +0000
@@ -1,1 +1,2 @@
+@comment $NetBSD: PLIST.Linux,v 1.2 2019/04/08 16:41:45 adam Exp $
 ${PYSITELIB}/numba/npyufunc/omppool.so
diff -r 38bd960f6c2d -r 84984b995aa0 math/py-numba/distinfo
--- a/math/py-numba/distinfo    Mon Apr 08 16:21:45 2019 +0000
+++ b/math/py-numba/distinfo    Mon Apr 08 16:41:45 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2019/03/14 13:04:17 adam Exp $
+$NetBSD: distinfo,v 1.7 2019/04/08 16:41:45 adam Exp $
 
-SHA1 (numba-0.43.0.tar.gz) = 4ad5d0c482bac3de22c35428009c9c690d6570a8
-RMD160 (numba-0.43.0.tar.gz) = c68042aa982fe4c7ea9039eb390d6d332382e037
-SHA512 (numba-0.43.0.tar.gz) = 2542eb2efa45a41820025a4c1311a436d11c5118b167e0a8802c29334d872b5dde505f6885c9d80617a029f091307127033c8c1ffccaa61d6df36e00960f1f52
-Size (numba-0.43.0.tar.gz) = 1642679 bytes
+SHA1 (numba-0.43.1.tar.gz) = 9c481eb42c57aa0c52388ff97f51d7db5ee81811
+RMD160 (numba-0.43.1.tar.gz) = 28137dbd32a3b8c3f7a91de867b7ce235517073e
+SHA512 (numba-0.43.1.tar.gz) = fd238611fed5c5dcb7c2d303c03c3d756e9c1b81e3c501858d03359683cf60b74a5bbd70615aa365419dbd55093c2fbff0c4ccf29bd209dca1f74b1f4465525e
+Size (numba-0.43.1.tar.gz) = 1646960 bytes
 SHA1 (patch-numba_npyufunc_workqueue.c) = 0bcbeff869174265a2d776f847e880a99676d812



Home | Main Index | Thread Index | Old Index