Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (38b04b9f32a04959d8fa29e5d72159026a7c5ea1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (38b04b9f32a04959d8fa29e5d72159026a7c5ea1)
  • Date: Wed, 27 Oct 2010 06:49:49 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
python-pypi/jinja2/DEPENDS | 5 +++++
python-pypi/jinja2/DETAILS | 16 ++++++++++++++++
python-pypi/jinja2/HISTORY | 18 ++++++++++++++++++
python-pypi/sqlalchemy/DETAILS | 5 ++---
python-pypi/sqlalchemy/HISTORY | 3 +++
6 files changed, 47 insertions(+), 3 deletions(-)

New commits:
commit 38b04b9f32a04959d8fa29e5d72159026a7c5ea1
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

jinja2 - new spell

commit b5df74d7eb61696cdb390d441a374a2c31a9e6b6
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

sqlalchemy: => 0.6.5

diff --git a/ChangeLog b/ChangeLog
index 9ac9c85..a184f19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-10-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * python-pypi/jinja2: new spell, template engine written in pure
Python
+
2010-10-26 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
* e-17/evidence: removed deprecated spell

diff --git a/python-pypi/jinja2/DEPENDS b/python-pypi/jinja2/DEPENDS
new file mode 100755
index 0000000..ae440ec
--- /dev/null
+++ b/python-pypi/jinja2/DEPENDS
@@ -0,0 +1,5 @@
+depends python &&
+depends setuptools &&
+depends markupsafe &&
+depends babel
+
diff --git a/python-pypi/jinja2/DETAILS b/python-pypi/jinja2/DETAILS
new file mode 100755
index 0000000..b5e42e5
--- /dev/null
+++ b/python-pypi/jinja2/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=jinja2
+ SPELLX=Jinja2
+ VERSION=2.5.5
+
SOURCE_HASH=sha512:693e3a0ff7916b7fe1525616088932b73cb041fbe755bedbb24aecb9b5e148654f0eb7be20429dcac7236f44373eb917f0dcef715f3f5e02f78814756a751f08
+ SOURCE=$SPELLX-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+ WEB_SITE=http://jinja.pocoo.org
+ SOURCE_URL[0]=http://pypi.python.org/packages/source/J/Jinja2/$SOURCE
+ LICENSE[0]=BSD
+ ENTERED=20090411
+ KEYWORDS=""
+ SHORT="template engine written in pure Python"
+cat << EOF
+Jinja2 is a template engine written in pure Python. It provides a Django
inspired non-XML
+syntax but supports inline expressions and an optional sandboxed environment.
+EOF
diff --git a/python-pypi/jinja2/HISTORY b/python-pypi/jinja2/HISTORY
new file mode 100644
index 0000000..5656877
--- /dev/null
+++ b/python-pypi/jinja2/HISTORY
@@ -0,0 +1,18 @@
+2010-10-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.5.5
+ * DEPENDS: add markupsafe
+
+2010-09-17 Treeve Jelbert <treeve AT sourcemage.org>
+ * BUILD, INSTALL, PRE_BUILD: deleted
+ remove obsolete stuff
+
+2010-09-11 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.5.2
+
+2010-01-24 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.2.1
+
+2009-04-11 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.1.1
+ spell created
+
diff --git a/python-pypi/sqlalchemy/DETAILS b/python-pypi/sqlalchemy/DETAILS
index 9a7b7d0..51068b4 100755
--- a/python-pypi/sqlalchemy/DETAILS
+++ b/python-pypi/sqlalchemy/DETAILS
@@ -1,7 +1,7 @@
SPELL=sqlalchemy
CHEESESHOP_PKG=SQLAlchemy
- VERSION=0.6.4
-
SOURCE_HASH=sha512:6dd876fa0d28a9f5aa32e9b5cc51144dcca6e5d7204e7b1911f8745c5e8b463a9db88269b0e168b9b73ca0e135f0889f4c9e8f8748b6e20384043f22601ef45e
+ VERSION=0.6.5
+
SOURCE_HASH=sha512:43d658392050e7ab826ba2773c4b28d4f095712a1b473f66685defe7e087316da38881adbd96316c2ee1c0aa389c6562d38e7d968b6022637aaaf5efe6ea3d02
SOURCE="$CHEESESHOP_PKG-$VERSION.tar.gz"
SOURCE_URL[0]="http://www.python.org/pypi/S/$CHEESESHOP_PKG/$SOURCE";
SOURCE_URL[1]=$SOURCEFORGE_URL/$SPELL/$SOURCE
@@ -9,7 +9,6 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$CHEESESHOP_PKG-$VERSION"
WEB_SITE=http://www.sqlalchemy.org/
LICENSE[0]='LGPL'
UPDATED=20070721
-# DOCS='README* docs/*'
KEYWORDS="python database"
SHORT='An object-relational mapper for Python'
cat << EOF
diff --git a/python-pypi/sqlalchemy/HISTORY b/python-pypi/sqlalchemy/HISTORY
index f2857af..9ef0ad9 100644
--- a/python-pypi/sqlalchemy/HISTORY
+++ b/python-pypi/sqlalchemy/HISTORY
@@ -1,3 +1,6 @@
+2010-10-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.6.5
+
2010-09-09 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.6.4




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (38b04b9f32a04959d8fa29e5d72159026a7c5ea1), Treeve Jelbert, 10/27/2010

Archive powered by MHonArc 2.6.24.

Top of Page