[Checkins] SVN: Products.SQLAlchemyDA/trunk/ fixes

Andreas Jung andreas at andreas-jung.com
Wed Mar 12 07:08:50 EDT 2008


Log message for revision 84607:
  fixes
  

Changed:
  U   Products.SQLAlchemyDA/trunk/Products/SQLAlchemyDA/README.txt
  D   Products.SQLAlchemyDA/trunk/Products/SQLAlchemyDA/version.txt
  U   Products.SQLAlchemyDA/trunk/setup.py

-=-
Modified: Products.SQLAlchemyDA/trunk/Products/SQLAlchemyDA/README.txt
===================================================================
--- Products.SQLAlchemyDA/trunk/Products/SQLAlchemyDA/README.txt	2008-03-12 11:05:12 UTC (rev 84606)
+++ Products.SQLAlchemyDA/trunk/Products/SQLAlchemyDA/README.txt	2008-03-12 11:08:50 UTC (rev 84607)
@@ -1,12 +1,6 @@
-##########################################################################
-# A DA-like integration of SQLAlchemy based on z3c.sqlalchemy
-#
-# (C) Zope Corporation and Contributors
-# Written by Andreas Jung for Haufe Mediengruppe, Freiburg, Germany
-# and ZOPYX Ltd. & Co. KG, Tuebingen, Germany
-##########################################################################
+A-like integration of SQLAlchemy based on z3c.sqlalchemy
+========================================================
 
-
 What is SQLAlchemyDA?
 ---------------------
 
@@ -113,9 +107,10 @@
 """ Database connection could not be opened ((ProgrammingError) (1064, You
 have an error in your SQL syntax near 'COMMIT .
 """
-    This bug might appear with older MySQL versions when opening/closing
-    the connections manually through the ZMI. It should not affect the
-    functionality of SQLAlchemyDA.
+
+This bug might appear with older MySQL versions when opening/closing
+the connections manually through the ZMI. It should not affect the
+functionality of SQLAlchemyDA.
     
 
 Author
@@ -132,11 +127,13 @@
 
 Contact
 =======
-Andreas Jung
-E-mail: info at zopyx dot com
-Web: http://www.zopyx.com
 
+| ZOPYX Ltd. & Co. KG
+| Andreas Jung
+| E-mail: info at zopyx dot com
+| Web: http://www.zopyx.com
 
+
 Credits
 =======
 Parts of the SQLAlchemyDA V 0.3.X development has been sponsored by Wayne

Deleted: Products.SQLAlchemyDA/trunk/Products/SQLAlchemyDA/version.txt
===================================================================
--- Products.SQLAlchemyDA/trunk/Products/SQLAlchemyDA/version.txt	2008-03-12 11:05:12 UTC (rev 84606)
+++ Products.SQLAlchemyDA/trunk/Products/SQLAlchemyDA/version.txt	2008-03-12 11:08:50 UTC (rev 84607)
@@ -1 +0,0 @@
-0.4.0 (unreleased)

Modified: Products.SQLAlchemyDA/trunk/setup.py
===================================================================
--- Products.SQLAlchemyDA/trunk/setup.py	2008-03-12 11:05:12 UTC (rev 84606)
+++ Products.SQLAlchemyDA/trunk/setup.py	2008-03-12 11:08:50 UTC (rev 84607)
@@ -11,10 +11,9 @@
     'Programming Language :: Python',
 ]
 
-version_file = os.path.join('Products', 'SQLAlchemyDA', 'version.txt')
-version = open(version_file).read().strip()
+version = '0.4.0'
 
-readme_file= os.path.join('Products', 'SQLAlchemyDA', 'doc', 'README.txt')
+readme_file= os.path.join('Products', 'SQLAlchemyDA', 'README.txt')
 desc = open(readme_file).read().strip()
 
 long_description = desc 



More information about the Checkins mailing list