14
0

4 Commits

Author SHA256 Message Date
4987a0f52f Accepting request 1138842 from home:alarrosa:branches:devel:languages:python
- Use %sle15_python_module_pythons

OBS-URL: https://build.opensuse.org/request/show/1138842
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg-pool?expand=0&rev=7
2024-01-15 14:04:57 +00:00
2ec7ca4017 - update to 3.2.1:
* Respect the timeout parameter on connection() when check fails.
    Also avoid a busy-loop of checking; separate check attempts
    using an exponential backoff (ticket #709).
  * Use typing.Self as a more correct return value annotation of
    context managers and other self-returning methods (see ticket

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg-pool?expand=0&rev=5
2024-01-07 19:26:46 +00:00
aa5d22c2a0 - update to 3.2.0:
* Add support for async reconnect_failed callbacks in
    AsyncConnectionPool (ticket #520).
  * Add check parameter to the pool constructor and check_connection()
    method. (ticket #656).
  * Make connection pool classes generic on the connection type (ticket
    #559).
  * Raise a warning if sync pools rely an implicit open=True and the
    pool context is not used. In the future the default will become
    False (ticket #659).
  * Raise a warning if async pools are opened in the constructor. In
    the future it will become an error. (ticket #659).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg-pool?expand=0&rev=3
2023-12-14 19:40:07 +00:00
7366189b7e - Initial release of 3.1.7
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg-pool?expand=0&rev=1
2023-07-12 05:28:42 +00:00