# HG changeset patch # User catherine@Elli.myhome.westell.com # Date 1228486440 18000 # Node ID 3ca2271847e2cb98469fa9b27626948706c2c4b8 # Parent 6e69f866b702cce46bac71de102c27951b0321e1 version marked at 1.5.1 diff -r 6e69f866b702 -r 3ca2271847e2 setup.py --- a/setup.py Thu Dec 04 17:24:59 2008 -0500 +++ b/setup.py Fri Dec 05 09:14:00 2008 -0500 @@ -9,7 +9,7 @@ Operating System :: OS Independent""".splitlines() setup(name="sqlpython", - version="1.5.0", + version="1.5.1", description="Command-line interface to Oracle", long_description="Customizable alternative to Oracle's SQL*PLUS command-line interface", author="Luca Canali", @@ -17,7 +17,7 @@ url="https://twiki.cern.ch/twiki/bin/view/PSSGroup/SqlPython", packages=find_packages(), include_package_data=True, - install_requires=['pyparsing','cmd2>=0.4.3','cx_Oracle','genshi>=0.5'], + install_requires=['pyparsing','cmd2>=0.4.4','cx_Oracle','genshi>=0.5'], keywords = 'client oracle database', license = 'MIT', platforms = ['any'], diff -r 6e69f866b702 -r 3ca2271847e2 sqlpython/mysqlpy.py --- a/sqlpython/mysqlpy.py Thu Dec 04 17:24:59 2008 -0500 +++ b/sqlpython/mysqlpy.py Fri Dec 05 09:14:00 2008 -0500 @@ -1,5 +1,5 @@ #!/usr/bin/python -# MySqlPy V1.5.0 +# MySqlPy V1.5.1 # Author: Luca.Canali@cern.ch # # diff -r 6e69f866b702 -r 3ca2271847e2 sqlpython/sqlpython.py --- a/sqlpython/sqlpython.py Thu Dec 04 17:24:59 2008 -0500 +++ b/sqlpython/sqlpython.py Fri Dec 05 09:14:00 2008 -0500 @@ -1,5 +1,5 @@ # -# SqlPython V1.5.0 +# SqlPython V1.5.1 # Author: Luca.Canali@cern.ch, Apr 2006 # Rev 29-May-08 # @@ -10,7 +10,7 @@ import cmd2,getpass,binascii,cx_Oracle,re,os import sqlpyPlus -__version__ = '1.5.0' +__version__ = '1.5.1' # complication! separate sessions -> # separate transactions !!!!! # also: timeouts, other session failures