Skip to Content.
Sympa Menu

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

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 (9dff50bbd4dbcba34a7ad951949f33575167e2ff)
  • Date: Sun, 5 Apr 2009 07:17:17 -0500

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

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

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

numpy: => 1.3.0

diff --git a/python-pypi/numpy/DETAILS b/python-pypi/numpy/DETAILS
index d9f6c4d..726b94d 100755
--- a/python-pypi/numpy/DETAILS
+++ b/python-pypi/numpy/DETAILS
@@ -1,6 +1,6 @@
SPELL=numpy
- VERSION=1.2.1
-
SOURCE_HASH=sha512:547471778d0470a37414e65d29bdd6461a282db8122134c4e2ed11e8edf310f65c48e83ac3db26188e07d36c524b8f8a11124af5351237330af494e45b7e5d0e
+ VERSION=1.3.0
+
SOURCE_HASH=sha512:f52027b5e9411a60d98376d9f2f12eb0afa9dc0414abd5b2d95c757e1f154cb1eb0804c4bf4a313c90ae228d61393d2f995728c10721f39a38b0aa64a6bccac6
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/python-pypi/numpy/FINAL b/python-pypi/numpy/FINAL
index ea24952..d9a8a57 100755
--- a/python-pypi/numpy/FINAL
+++ b/python-pypi/numpy/FINAL
@@ -1,11 +1,10 @@
-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).
-EOF
+message "${MESSAGE_COLOR}\n" \
+ "INFO: The previous version of numpy used the Numeric source
code.\n" \
+ "Numeric was the first arrayobject built for Python. It has been\n" \
+ "quite successful and is used in a wide variety of settings and\n" \
+ "applications. Development for Numeric has ceased, and users
should\n" \
+ "transisition to NumPy as quickly as possible. There is a module\n" \
+ "called convertcode.py in NumPy that can make the transition to\n" \
+ "NumPy easier (it will automatically perform the
search-and-replace\n" \
+ "style changes that need to be made to python code that uses\n" \
+ "Numeric to make it work with NumPy).${DEFAULT_COLOR}"
diff --git a/python-pypi/numpy/HISTORY b/python-pypi/numpy/HISTORY
index cec2c5d..83f69b4 100644
--- a/python-pypi/numpy/HISTORY
+++ b/python-pypi/numpy/HISTORY
@@ -1,3 +1,7 @@
+2009-04-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.3.0
+ * FINAL: use message; fixed typos
+
2008-10-30 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.2.1




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (9dff50bbd4dbcba34a7ad951949f33575167e2ff), Vlad Glagolev, 04/05/2009

Archive powered by MHonArc 2.6.24.

Top of Page