pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-numarray update to 1.5.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a9957a5ae425
branches:  trunk
changeset: 508131:a9957a5ae425
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed Feb 15 16:41:04 2006 +0000

description:
update to 1.5.1
changes:
-fix a NumArray Operator Optimization Bug
-Better NumPy dtype Support.
-more bugfixes

diffstat:

 math/py-numarray/Makefile |  6 +++---
 math/py-numarray/PLIST    |  5 ++++-
 math/py-numarray/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (48 lines):

diff -r 795e4306561c -r a9957a5ae425 math/py-numarray/Makefile
--- a/math/py-numarray/Makefile Wed Feb 15 16:32:57 2006 +0000
+++ b/math/py-numarray/Makefile Wed Feb 15 16:41:04 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2006/02/07 13:28:08 drochner Exp $
+# $NetBSD: Makefile,v 1.9 2006/02/15 16:41:04 drochner Exp $
 #
 
-DISTNAME=      numarray-1.5.0
-PKGNAME=       ${PYPKGPREFIX}-numarray-1.5.0
+DISTNAME=      numarray-1.5.1
+PKGNAME=       ${PYPKGPREFIX}-numarray-1.5.1
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=numpy/}
 
diff -r 795e4306561c -r a9957a5ae425 math/py-numarray/PLIST
--- a/math/py-numarray/PLIST    Wed Feb 15 16:32:57 2006 +0000
+++ b/math/py-numarray/PLIST    Wed Feb 15 16:41:04 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2006/02/07 13:28:08 drochner Exp $
+@comment $NetBSD: PLIST,v 1.7 2006/02/15 16:41:04 drochner Exp $
 ${PYINC}/numarray/arraybase.h
 ${PYINC}/numarray/arrayif.h
 ${PYINC}/numarray/arrayobject.h
@@ -90,6 +90,9 @@
 ${PYSITELIB}/numarray/dotblas.py
 ${PYSITELIB}/numarray/dotblas.pyc
 ${PYSITELIB}/numarray/dotblas.pyo
+${PYSITELIB}/numarray/dtype.py
+${PYSITELIB}/numarray/dtype.pyc
+${PYSITELIB}/numarray/dtype.pyo
 ${PYSITELIB}/numarray/examples/__init__.py
 ${PYSITELIB}/numarray/examples/__init__.pyc
 ${PYSITELIB}/numarray/examples/__init__.pyo
diff -r 795e4306561c -r a9957a5ae425 math/py-numarray/distinfo
--- a/math/py-numarray/distinfo Wed Feb 15 16:32:57 2006 +0000
+++ b/math/py-numarray/distinfo Wed Feb 15 16:41:04 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2006/02/07 13:28:08 drochner Exp $
+$NetBSD: distinfo,v 1.7 2006/02/15 16:41:04 drochner Exp $
 
-SHA1 (numarray-1.5.0.tar.gz) = 1bd6357207470bccb32dc485d62bba655e07ff89
-RMD160 (numarray-1.5.0.tar.gz) = ddb7236ecccb35b0efa8dccb5b8203f1166959d3
-Size (numarray-1.5.0.tar.gz) = 1192005 bytes
+SHA1 (numarray-1.5.1.tar.gz) = f3f2efe18f117d94b71ee8d04a904d2a28644d8f
+RMD160 (numarray-1.5.1.tar.gz) = c13fd0c8893dc757f1901ccd7740af5b3fab612c
+Size (numarray-1.5.1.tar.gz) = 1196883 bytes
 SHA1 (patch-aa) = 6edaab221c6d52a47e5a52b3039e37b8fef814b1



Home | Main Index | Thread Index | Old Index