Skip to Content.
Sympa Menu

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

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 (8dbe5ec2f16d9c821399be44636167e30b9f83d0)
  • Date: Mon, 4 Jun 2012 18:34:43 -0500

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

python-pypi/sqlalchemy/DEPENDS | 16 +++++++---------
python-pypi/sqlalchemy/DETAILS | 4 ++--
python-pypi/sqlalchemy/HISTORY | 4 ++++
3 files changed, 13 insertions(+), 11 deletions(-)

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

sqlalchemy: => 0.7.7, fixed dep flags

diff --git a/python-pypi/sqlalchemy/DEPENDS b/python-pypi/sqlalchemy/DEPENDS
index bad51c7..1c508f9 100755
--- a/python-pypi/sqlalchemy/DEPENDS
+++ b/python-pypi/sqlalchemy/DEPENDS
@@ -1,9 +1,7 @@
-depends python &&
-#depends formencode &&
-suggest_depends kinterbasdb "firebird support" &&
-suggest_depends mysql-python "MySQL support" &&
-suggest_depends pygresql "Postgresql support" &&
-suggest_depends pysqlite "sqlite support"
-#if is_depends_enabled $SPELL kinterbasdb;then
-# depends egenix-mx-base
-#fi
+depends python &&
+
+suggest_depends kinterbasdb "" "" "for Firebird support via Kinterbasedb" &&
+suggest_depends mysql-python "" "" "for MySQL support via MySQL-Python" &&
+suggest_depends psycopg2 "" "" "for PostgreSQL support via psycopg2" &&
+suggest_depends pysqlite "" "" "for SQLite support via pysqlite" &&
+suggest_depends -sub SQLITE python "" "" "for SQLite support via native
Python module"
diff --git a/python-pypi/sqlalchemy/DETAILS b/python-pypi/sqlalchemy/DETAILS
index 63bb09c..f0f1970 100755
--- a/python-pypi/sqlalchemy/DETAILS
+++ b/python-pypi/sqlalchemy/DETAILS
@@ -1,7 +1,7 @@
SPELL=sqlalchemy
CHEESESHOP_PKG=SQLAlchemy
- VERSION=0.7.6
-
SOURCE_HASH=sha512:1e5b2274a87542160c65cd6a09272e6dd45aef8f9499c29e5b0eef5cde961fcabbffb1ebe801d2815f480866816e71a3b0dabda8b77e74a778fac0541a379d47
+ VERSION=0.7.7
+
SOURCE_HASH=sha512:02ee0d77a54d1fd12993d29264f3f03f29a0fc18a10ea19e03ac7860f853954ca9ba45a6550591d76b729cc635cd562c02e8fcca23ec356c3af829b547a8bb62
SOURCE="$CHEESESHOP_PKG-$VERSION.tar.gz"

SOURCE_URL[0]=http://pypi.python.org/packages/source/S/$CHEESESHOP_PKG/$SOURCE
SOURCE_URL[1]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/python-pypi/sqlalchemy/HISTORY b/python-pypi/sqlalchemy/HISTORY
index 8090bad..aee5132 100644
--- a/python-pypi/sqlalchemy/HISTORY
+++ b/python-pypi/sqlalchemy/HISTORY
@@ -1,3 +1,7 @@
+2012-06-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.7.7
+ * DEPENDS: updated dependencies; fixed flags
+
2012-03-17 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.7.6




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8dbe5ec2f16d9c821399be44636167e30b9f83d0), Vlad Glagolev, 06/04/2012

Archive powered by MHonArc 2.6.24.

Top of Page