Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b9cb7a0c74e9d85ce2dfb3fa7b7033cc8077b3c9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b9cb7a0c74e9d85ce2dfb3fa7b7033cc8077b3c9)
  • Date: Sat, 27 Sep 2008 22:35:57 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

python-pypi/numpy/DETAILS | 9 +++++----
python-pypi/numpy/FINAL | 13 +++++++------
python-pypi/numpy/HISTORY | 4 ++++
3 files changed, 16 insertions(+), 10 deletions(-)

New commits:
commit b9cb7a0c74e9d85ce2dfb3fa7b7033cc8077b3c9
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

numpy: => 1.2.0

diff --git a/python-pypi/numpy/DETAILS b/python-pypi/numpy/DETAILS
index 3fbdc35..da19067 100755
--- a/python-pypi/numpy/DETAILS
+++ b/python-pypi/numpy/DETAILS
@@ -1,16 +1,17 @@
SPELL=numpy
- VERSION=1.1.1
-
SOURCE_HASH=sha512:c125d6d484521833d856b2e75227a8b608f97e51ca50f490f933f09d1bd3943aa2daae38a6095c0a8f8a02a81b4ffae4fdcb2906003fc5e230deef23283abf8b
+ VERSION=1.2.0
+
SOURCE_HASH=sha512:386da71da16f3c804cd9c2bce937678a7e2566e2a682733931e20017620980df877ca3836c7e3a2f2c06a6ab5684aebfd9e613796237c0c95b9260227711c913
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION//-?}
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
WEB_SITE=http://numpy.scipy.org/
ENTERED=20020319
LICENSE[0]=PYTHON
KEYWORDS="python devel"
- SHORT="The fundamental package needed for scientific computing
with Python."
+ SHORT="fundamental package needed for scientific computing with
Python"
cat << EOF
The fundamental package needed for scientific computing with Python.
+
This package contains:
* a powerful N-dimensional array object
* sophisticated (broadcasting) functions
diff --git a/python-pypi/numpy/FINAL b/python-pypi/numpy/FINAL
index b43619e..ea24952 100755
--- a/python-pypi/numpy/FINAL
+++ b/python-pypi/numpy/FINAL
@@ -1,10 +1,11 @@
cat <<EOF
The previous version of numpy used the Numeric source cdoe.

-Numeric was the first arrayobject built for Python. It has been quite
successful and is used in
-a wide variety of settings and applications. Development for Numeric has
ceased, and users
-should transisition to NumPy as quickly as possible. There is a module
called convertcode.py
-in NumPy that can make the transition to NumPy easier (it will automatically
perform the
-search-and-replace style changes that need to be made to python code that
uses Numeric to make
-it work with NumPy).
+Numeric was the first arrayobject built for Python. It has been quite
successful
+and is used in a wide variety of settings and applications. Development for
+Numeric has ceased, and users should transisition to NumPy as quickly as
+possible. There is a module called convertcode.py in NumPy that can make the
+transition to NumPy easier (it will automatically perform the
search-and-replace
+style changes that need to be made to python code that uses Numeric to make
it
+work with NumPy).
EOF
diff --git a/python-pypi/numpy/HISTORY b/python-pypi/numpy/HISTORY
index 96a3f55..2419dcc 100644
--- a/python-pypi/numpy/HISTORY
+++ b/python-pypi/numpy/HISTORY
@@ -1,3 +1,7 @@
+2008-09-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.2.0; fixed short desc, source dir
+ * FINAL: cleaned up
+
2008-08-03 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.1.1




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b9cb7a0c74e9d85ce2dfb3fa7b7033cc8077b3c9), Vlad Glagolev, 09/27/2008

Archive powered by MHonArc 2.6.24.

Top of Page