Skip to Content.
Sympa Menu

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

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 (f9c17e36adf4ec44fe1d36ce109d4b8665a5f2ec)
  • Date: Tue, 30 Sep 2008 00:53:26 -0500

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

python-pypi/simplejson/DETAILS | 27 ++++++++++++++++-----------
python-pypi/simplejson/HISTORY | 4 +++-
2 files changed, 19 insertions(+), 12 deletions(-)

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

simplejson: => 2.0.1

diff --git a/python-pypi/simplejson/DETAILS b/python-pypi/simplejson/DETAILS
index f638934..c754b6e 100755
--- a/python-pypi/simplejson/DETAILS
+++ b/python-pypi/simplejson/DETAILS
@@ -1,19 +1,24 @@
SPELL=simplejson
- VERSION=1.9.3
-
SOURCE_HASH=sha512:d445b3594e26fce1ccd71acb4ab4f767b521ef4bfdc213f8487da96df8c1724e7cb5fb09723c163ba1fcfcabd6f66f6c907a0f5819848a7971cb2c95d3253e85
+ VERSION=2.0.1
+
SOURCE_HASH=sha512:9982ae26bee2e8595d8faa07f9d5cefe69281ce220ded6dff96d0321422add4d4cbfd0ae50bd76d7c66e40ad655f4c2f79acd5f8000c14eeb1b262df6eb17efa
SOURCE=$SPELL-$VERSION.tar.gz
-# SOURCE2=$SOURCE.asc
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-
SOURCE_URL[0]=http://cheeseshop.python.org/packages/source/s/$SPELL/$SOURCE
-# SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
-# SOURCE_GPG=json.gpg:$SOURCE.asc:UPSTREAM_KEY
-# SOURCE2_IGNORE=signature
- WEB_SITE=http://cheeseshop.python.org/pypi/simplejson
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/s/$SPELL/$SOURCE
+ WEB_SITE=http://undefined.org/python/#simplejson
LICENSE[0]=MIT
ENTERED=20070614
KEYWORDS="json python"
SHORT="JSON encoder and decoder"
cat << EOF
-simplejson is a simple, fast, complete, correct and extensible JSON
-<http://json.org> encoder and decoder for Python
+simplejson is a simple, fast, complete, correct and extensible JSON
+<http://json.org> encoder and decoder for Python 2.3+. It is pure Python code
+with no dependencies, but includes an optional C extension for a serious
speed
+boost.
+
+The encoder may be subclassed to provide serialization in any kind of
situation,
+without any special support by the objects to be serialized (somewhat like
+pickle).
+
+The decoder can handle incoming JSON strings of any specified encoding (UTF-8
+by default).
EOF
diff --git a/python-pypi/simplejson/HISTORY b/python-pypi/simplejson/HISTORY
index 2187751..37b6c2e 100644
--- a/python-pypi/simplejson/HISTORY
+++ b/python-pypi/simplejson/HISTORY
@@ -1,3 +1,6 @@
+2008-09-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.0.1; renewed website, descs; quoting
paths
+
2008-09-23 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.9.3
use hash instead of gpg, as unable to verify new key
@@ -8,4 +11,3 @@
2007-06-14 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.7.1
spell created
-



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

Archive powered by MHonArc 2.6.24.

Top of Page