Tue Aug 14 13:43:25 2018 UTC ()
py-numexpr: updated to 2.6.7

Changes from 2.6.6 to 2.6.7
* Thanks to Lehman Garrison for finding and fixing a bug that exhibited memory leak-like behavior. The use in numexpr.evaluate of sys._getframe combined with .f_locals from that frame object results an extra refcount on objects in the frame that calls numexpr.evaluate, and not evaluate窶冱 frame. So if the calling frame remains in scope for a long time (such as a procedural script where numexpr is called from the base frame) garbage collection would never occur.
* Imports for the numexpr.test submodule were made lazy in the numexpr module.


(adam)
diff -r1.12 -r1.13 pkgsrc/math/py-numexpr/Makefile
diff -r1.12 -r1.13 pkgsrc/math/py-numexpr/distinfo

cvs diff -r1.12 -r1.13 pkgsrc/math/py-numexpr/Makefile (expand / switch to unified diff)

--- pkgsrc/math/py-numexpr/Makefile 2018/07/19 08:57:48 1.12
+++ pkgsrc/math/py-numexpr/Makefile 2018/08/14 13:43:25 1.13
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.12 2018/07/19 08:57:48 adam Exp $ 1# $NetBSD: Makefile,v 1.13 2018/08/14 13:43:25 adam Exp $
2 2
3DISTNAME= numexpr-2.6.6 3DISTNAME= numexpr-2.6.7
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= math python 5CATEGORIES= math python
6MASTER_SITES= ${MASTER_SITE_PYPI:=n/numexpr/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=n/numexpr/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/pydata/numexpr 9HOMEPAGE= https://github.com/pydata/numexpr
10COMMENT= Numerical expression evaluator for NumPy 10COMMENT= Numerical expression evaluator for NumPy
11LICENSE= mit 11LICENSE= mit
12 12
13USE_LANGUAGES= c++ 13USE_LANGUAGES= c++
14REPLACE_PYTHON= numexpr/cpuinfo.py 14REPLACE_PYTHON= numexpr/cpuinfo.py
15 15
16do-test: 16do-test:

cvs diff -r1.12 -r1.13 pkgsrc/math/py-numexpr/distinfo (expand / switch to unified diff)

--- pkgsrc/math/py-numexpr/distinfo 2018/07/19 08:57:48 1.12
+++ pkgsrc/math/py-numexpr/distinfo 2018/08/14 13:43:25 1.13
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.12 2018/07/19 08:57:48 adam Exp $ 1$NetBSD: distinfo,v 1.13 2018/08/14 13:43:25 adam Exp $
2 2
3SHA1 (numexpr-2.6.6.tar.gz) = 847ce040e755b3a55b5abc8681f53d770793e419 3SHA1 (numexpr-2.6.7.tar.gz) = fc8e4e1df70b70479521c159230c5f7d8585a724
4RMD160 (numexpr-2.6.6.tar.gz) = cb23632ef9e70f716a2e95b86b2145bf0ae7c90f 4RMD160 (numexpr-2.6.7.tar.gz) = 29fa170792163bef1a1b3e3b3f2be62c70faff0e
5SHA512 (numexpr-2.6.6.tar.gz) = d8481f0d87e11004cb3feb131afdf00ea67d7302a14ffc91b3342940137bea0d3b914fcf5f915a96f7b63e2e0def08854c97178694c31f37cad040f37aa5cd4e 5SHA512 (numexpr-2.6.7.tar.gz) = 85a2b93a322c0a30af8945e2baa3a7cd567f26468de728239f36effe11af7f18782344912bf9913f1196967e79b5a98038c996ee00793126476f18346585a9ff
6Size (numexpr-2.6.6.tar.gz) = 92965 bytes 6Size (numexpr-2.6.7.tar.gz) = 93891 bytes