720e6e Update python-databases to version 0.9.0 / rev 9 via SR 1201498

6 files Authored by StevenK 10 months ago, Committed by Bernhard M. Wiedemann 10 months ago,
    Update python-databases to version 0.9.0 / rev 9 via SR 1201498
    
    https://build.opensuse.org/request/show/1201498
    by user StevenK + anag+factory
    - 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.
    
        
file modified
+0 -0
file modified
+20 -0
file removed
-1
file modified
+17 -0
file modified
+10 -7