Skip to Content.
Sympa Menu

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

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 (100427fa515f2dcb8f9911735bd0ad07674ec7ae)
  • Date: Thu, 18 Aug 2011 04:46:03 -0500

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

python-pypi/pyyaml/DEPENDS | 2 +-
python-pypi/pyyaml/DETAILS | 32 ++++++++++++++++----------------
python-pypi/pyyaml/HISTORY | 4 +++-
3 files changed, 20 insertions(+), 18 deletions(-)

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

pyyaml: => 3.10

diff --git a/python-pypi/pyyaml/DEPENDS b/python-pypi/pyyaml/DEPENDS
index 6e84a0e..a86d429 100755
--- a/python-pypi/pyyaml/DEPENDS
+++ b/python-pypi/pyyaml/DEPENDS
@@ -1 +1 @@
-depends python
+depends python
diff --git a/python-pypi/pyyaml/DETAILS b/python-pypi/pyyaml/DETAILS
index 58215d7..f5af68e 100755
--- a/python-pypi/pyyaml/DETAILS
+++ b/python-pypi/pyyaml/DETAILS
@@ -1,25 +1,25 @@
SPELL=pyyaml
- VERSION=3.08
+ VERSION=3.10
SOURCE="PyYAML-${VERSION}.tar.gz"
- SOURCE_URL[0]=http://${SPELL}.org/download/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:cbaf10d0b69f19713351fc156a0ac8ba4d2ac36142b2af2f25c7eeb2f77d083d2d59ca6df972a5d03f33654d3b4af682ddc73cb18265eb4357ab4ea8907a1bae
+ SOURCE_URL[0]=http://pyyaml.org/download/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:57536fd9e5515916189c37487e0da583c8e9f79dd52dedb18342f65aefb6c063c4f141326ae7b49411d0cfdfd493bb0516f5c53737c76a69c7050a74a2834a33
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/PyYAML-${VERSION}"
- WEB_SITE="http://pyyaml.org/";
+ WEB_SITE=http://pyyaml.org/
LICENSE[0]=MIT
ENTERED=20090526
- SHORT="a YAML parser and emitter for the Python programming
language."
+ SHORT="YAML parser and emitter for the Python programming
language"
cat << EOF
-a YAML parser and emitter for the Python programming language.
+PyYAML is a YAML parser and emitter for the Python programming language.

-PyYAML features
+PyYAML features:
+- complete YAML 1.1 parser
+- Unicode support
+- pickle support
+- capable extension API, and sensible error messages

- * a complete YAML 1.1 parser. In particular, PyYAML can parse all examples
- from the specification. The parsing algorithm is simple enough to be
- a reference for YAML parser implementors. * Unicode support including
- UTF-8/UTF-16 input/output and \u escape sequences. * low-level event-based
- parser and emitter API (like SAX). * high-level API for serializing and
- deserializing native Python objects (like DOM or pickle). * support for all
- types from the YAML types repository. A simple extension API is provided. *
- both pure-Python and fast LibYAML-based parsers and emitters. * relatively
- sensible error messages.
+PyYAML supports standard YAML tags and provides Python-specific tags that
allow
+to represent an arbitrary Python object.
+
+PyYAML is applicable for a broad range of tasks from complex configuration
files
+to object serialization and persistance.
EOF
diff --git a/python-pypi/pyyaml/HISTORY b/python-pypi/pyyaml/HISTORY
index 0202f35..5e2d440 100644
--- a/python-pypi/pyyaml/HISTORY
+++ b/python-pypi/pyyaml/HISTORY
@@ -1,3 +1,5 @@
+2011-08-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.10; corrected descriptions
+
2009-05-26 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
* DEPENDS, DETAILS: spell created
-



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (100427fa515f2dcb8f9911735bd0ad07674ec7ae), Vlad Glagolev, 08/18/2011

Archive powered by MHonArc 2.6.24.

Top of Page