forked from pool/python-databases
- Update to 0.9.0:
* Added
+ Allow SQLite query parameters and support cached databases
+ Support for unix socket for aiomysql and asyncmy
* Changed
+ Drop support for Python 3.7 and add support for Python 3.12
+ Add support for SQLAlchemy 2+
+ Allow SSL string parameters in PostgresSQL URL
+ Change isolation connections and transactions during concurrent usage
+ Bump up asyncmy version to fix No module named 'asyncmy.connection'
* Fixed
+ Fix the type-hints using more standard mode
- Switch to pyproject macros.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-databases?expand=0&rev=17
This commit is contained in:
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 05:26:56 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 0.9.0:
|
||||
* Added
|
||||
+ Allow SQLite query parameters and support cached databases
|
||||
+ Support for unix socket for aiomysql and asyncmy
|
||||
* Changed
|
||||
+ Drop support for Python 3.7 and add support for Python 3.12
|
||||
+ Add support for SQLAlchemy 2+
|
||||
+ Allow SSL string parameters in PostgresSQL URL
|
||||
+ Change isolation connections and transactions during concurrent usage
|
||||
+ Bump up asyncmy version to fix No module named 'asyncmy.connection'
|
||||
* Fixed
|
||||
+ Fix the type-hints using more standard mode
|
||||
- Switch to pyproject macros.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 4 13:09:38 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user