------------------------------------------------------------------- Wed Aug 22 07:31:31 UTC 2018 - tchvatal@suse.com - Do not copy around but use PYTHONPATH to find the module ------------------------------------------------------------------- Sun Aug 19 09:54:09 UTC 2018 - monex@liquid-co.de - Update to 4.0.24 ------------------------------------------------------------------- Thu Aug 9 18:39:28 UTC 2018 - monex@liquid-co.de - Added test cases for sqlite to check section. Unfortunaly the test cases are broken at the moment a bug report was created at github. ------------------------------------------------------------------- Sun Aug 5 17:44:33 UTC 2018 - monex@liquid-co.de - Added LICENSE.txt and README.md to files. - Use only one BuildRequires per line. - Corrected wrong Release version. ------------------------------------------------------------------- Sat Aug 4 16:11:03 UTC 2018 - monex@liquid-co.de - Corrected source url. - Added sources again. - Fix Url to upstream project. ------------------------------------------------------------------- Sat Aug 4 16:00:07 UTC 2018 - monex@liquid-co.de - Remove unneeded source because it is fetched automatically. ------------------------------------------------------------------- Fri Aug 3 20:12:59 UTC 2018 - 2monex@gmx.net - Use URL as source according to python packaginf guidelines. ------------------------------------------------------------------- Fri Aug 3 09:52:50 UTC 2018 - nrochard@gmail.com - Update to version 4.0.23 ------------------------------------------------------------------- Thu Jun 28 18:18:40 UTC 2018 - monex@liquid-co.de - Use python single spec. ------------------------------------------------------------------- Mon Feb 27 19:45:51 UTC 2017 - monex@liquid-co.de -Update to version 4.0.13 ------------------------------------------------------------------- Sat May 2 18:50:07 UTC 2015 - monex@liquid-co.de - added missing source file ------------------------------------------------------------------- Sat May 2 18:46:44 UTC 2015 - monex@liquid-co.de - updated to version 3.0.10 ------------------------------------------------------------------- Sun Aug 4 19:28:00 UTC 2013 - monex@liquid-co.de - updated to version 3.0.7 * Added context manager support to Cursor * Added padding for driver bugs writing an extra byte * Cursor.executemany now accepts an iterator or generator. * Compilation improvements for FreeBSD, Cygwin, and OS/X * Use SQL_DATA_AT_EXEC instead of SQL_DATA_LEN_AT_EXEC when possible for driver compatibility. * Row objects can now be pickled. ------------------------------------------------------------------- Fri Nov 16 21:07:43 UTC 2012 - 2monex@gmx.net - change source file compression ------------------------------------------------------------------- Fri Nov 16 20:58:42 UTC 2012 - 2monex@gmx.net - updated to version 3.0.6 * Fixed building on Python 2.5. Other versions are not affected. * Fixed "function sequence" errors caused by prepared SQL not being cleared ("unprepared") when a catalog function is executed. * Added Cursor.commit() and Cursor.rollback(). It is now possible to use only a cursor in your code instead of keeping track of a connection and a cursor. * Added readonly keyword to connect. If set to True, SQLSetConnectAttr SQL_ATTR_ACCESS_MODE is set to SQL_MODE_READ_ONLY. This may provide better locking semantics or speed for some drivers. * Fixed an error reading SQL Server XML data types longer than 4K. ------------------------------------------------------------------- Mon Jun 4 20:10:47 UTC 2012 - monex@liquid-co.de - removed unneded requires ------------------------------------------------------------------- Mon Jun 4 20:04:40 UTC 2012 - monex@liquid-co.de - initial version