[Lunar-commits] <moonbase> SQLAlchemy: version bumped to 0.6.0.

Florin Braescu florin at lunar-linux.org
Sun May 23 07:26:23 CEST 2010


commit d6c361bf27982f5f7f7d0ede0b392342897e3a90
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun May 23 08:26:23 2010 +0300

    SQLAlchemy: version bumped to 0.6.0.
    
    Changes:
    Dialect modules are now broken up into distinct subcomponents.
    The boolean value of Python boolean expressions now evaluates
    accurately with regards to the two clause objects being compared.
    The "executemany" behavior was improved.
    DDL functionality was expanded.
    The logging level of engines, pools, and mappers can be modified
    after creation.
    The Enum type was added.
---
 python/SQLAlchemy/DETAILS |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/python/SQLAlchemy/DETAILS b/python/SQLAlchemy/DETAILS
index c50f6af..7e083fe 100644
--- a/python/SQLAlchemy/DETAILS
+++ b/python/SQLAlchemy/DETAILS
@@ -1,11 +1,11 @@
           MODULE=SQLAlchemy
-         VERSION=0.5.7
+         VERSION=0.6.0
           SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=$SFORGE_URL/sqlalchemy/files/sqlalchemy/$VERSION
-      SOURCE_VFY=sha1:7627cde556bd7957d4e69d342cfb101603880821
+      SOURCE_URL=$SFORGE_URL/sqlalchemy
+      SOURCE_VFY=sha1:03c686c892178d4738e9ce29a900916b9295f90d
         WEB_SITE=http://www.sqlalchemy.org
          ENTERED=20100102
-         UPDATED=20100102
+         UPDATED=20100522
            SHORT="A Python SQL Toolkit and Object Relational Mapper"
 
 cat << EOF


More information about the Lunar-commits mailing list