7ebb62 Update python-asyncpg to version 0.25.0 / rev 5 via SR 948242

6 files Authored by dirkmueller 2 years ago, Committed by Bernhard M. Wiedemann 2 years ago,
    Update python-asyncpg to version 0.25.0 / rev 5 via SR 948242
    
    https://build.opensuse.org/request/show/948242
    by user dirkmueller + dimstar_suse
    - update
    
    - update to 0.25.0:
      * Improve SSL option compatibility in URIs
      * Add Pool methods to determine its min, max, current and idle size
      * Make it possible to specify a statement name in Connection.prepare()
      * Implement support for multirange types
      * Make sure timeout callbacks always get cleaned up
      * Update __all__ statements to a simpler form that is better supported by typecheckers
      * Fix test_timetz_encoding on Python 3.10
      * Fix a bunch of ResourceWarnings in the test suite
      * Fix SSLContext deprecation warnings
      * Fix the description of the database argument to connect()
      * Fix parsing of IPv6 addresses in the connection URI
      * Improve diagnostics of invalid executemany() input