pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-numexpr py-numexpr: updated to 2.6.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c106a568cadc
branches:  trunk
changeset: 311567:c106a568cadc
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Aug 14 13:43:25 2018 +0000

description:
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?s 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.

diffstat:

 math/py-numexpr/Makefile |   4 ++--
 math/py-numexpr/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 06df5182f66a -r c106a568cadc math/py-numexpr/Makefile
--- a/math/py-numexpr/Makefile  Tue Aug 14 13:41:39 2018 +0000
+++ b/math/py-numexpr/Makefile  Tue Aug 14 13:43:25 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2018/07/19 08:57:48 adam Exp $
+# $NetBSD: Makefile,v 1.13 2018/08/14 13:43:25 adam Exp $
 
-DISTNAME=      numexpr-2.6.6
+DISTNAME=      numexpr-2.6.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/numexpr/}
diff -r 06df5182f66a -r c106a568cadc math/py-numexpr/distinfo
--- a/math/py-numexpr/distinfo  Tue Aug 14 13:41:39 2018 +0000
+++ b/math/py-numexpr/distinfo  Tue Aug 14 13:43:25 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2018/07/19 08:57:48 adam Exp $
+$NetBSD: distinfo,v 1.13 2018/08/14 13:43:25 adam Exp $
 
-SHA1 (numexpr-2.6.6.tar.gz) = 847ce040e755b3a55b5abc8681f53d770793e419
-RMD160 (numexpr-2.6.6.tar.gz) = cb23632ef9e70f716a2e95b86b2145bf0ae7c90f
-SHA512 (numexpr-2.6.6.tar.gz) = d8481f0d87e11004cb3feb131afdf00ea67d7302a14ffc91b3342940137bea0d3b914fcf5f915a96f7b63e2e0def08854c97178694c31f37cad040f37aa5cd4e
-Size (numexpr-2.6.6.tar.gz) = 92965 bytes
+SHA1 (numexpr-2.6.7.tar.gz) = fc8e4e1df70b70479521c159230c5f7d8585a724
+RMD160 (numexpr-2.6.7.tar.gz) = 29fa170792163bef1a1b3e3b3f2be62c70faff0e
+SHA512 (numexpr-2.6.7.tar.gz) = 85a2b93a322c0a30af8945e2baa3a7cd567f26468de728239f36effe11af7f18782344912bf9913f1196967e79b5a98038c996ee00793126476f18346585a9ff
+Size (numexpr-2.6.7.tar.gz) = 93891 bytes



Home | Main Index | Thread Index | Old Index