Changelog for
python311-agate-sql-0.7.2-1.3.noarch.rpm :
* Sat Jan 20 2024 Dirk Müller
- update to 0.7.2:
* fix: Remove internal use of transactions (added in 0.6.0), because csvkit\'s csvsql already starts a transaction.
* feat: Add experimental support for Ingres.
* fix: Restore internal use of transactions instead of savepoints, because not all database engines support savepoints.- switch to PEP517 build
* Sat Dec 02 2023 Dirk Müller - update to 0.7.0:
* Use Fast Executemany Mode
* Add Python 3.12 support.
* Drop support for Python 3.6 (2021-12-23), 3.7 (2023-06-27).
* Allow SQLAlchemy 2. Disallow SQLAlchemy < 1.4.
* Tue May 09 2023 Dirk Müller - flip to the lowercase compat provides
* Fri Feb 10 2023 Dirk Müller - update to 0.5.9:
* Disallow SQLAlchemy 2.
* Sat Jan 15 2022 Dirk Müller - update to 0.5.8:
* Fix tests for Linux packages.
* Add wheels distribution.- drop fix_test_fixture_33.patch: obsolete
* Tue Jul 13 2021 Matej Cepl - Add fix_test_fixture_33.patch to fix testing fixture (gh#wireservice/agate-sql#33).
* Thu Jul 01 2021 Matej Cepl - Some test_to_sql_create_statement_with_schema test again (gh#wireservice/agate-sql#33).
* Fri Mar 05 2021 Matej Cepl - Update to 0.5.6: - Fix test that fails in specific environments.
* Sun Feb 21 2021 Matej Cepl - Switch off the failing test_to_sql_create_statement_with_schema test (gh#wireservice/agate-sql#33, bsc#1181270).
* Tue Nov 10 2020 Marketa Calabkova - update to 0.5.5
* Set type to DATETIME for datetime (MS SQL).
* Drop support for Python 2.7 (EOL 2020-01-01), 3.4 (2019-03-18), 3.5 (2020-09-13).