From aa5d22c2a0da356aee768889794372e9552baa560ca1d937fc9362d209b877ac Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 14 Dec 2023 19:40:07 +0000 Subject: [PATCH] - 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 --- psycopg-pool-3.1.7.tar.gz | 3 --- psycopg-pool-3.2.0.tar.gz | 3 +++ python-psycopg-pool.changes | 20 ++++++++++++++++++++ python-psycopg-pool.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 psycopg-pool-3.1.7.tar.gz create mode 100644 psycopg-pool-3.2.0.tar.gz diff --git a/psycopg-pool-3.1.7.tar.gz b/psycopg-pool-3.1.7.tar.gz deleted file mode 100644 index 346006e..0000000 --- a/psycopg-pool-3.1.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d02741dc48303495f4021900630442af87d6b1c3bfd1a3ece54cc11aa43d7dde -size 20752 diff --git a/psycopg-pool-3.2.0.tar.gz b/psycopg-pool-3.2.0.tar.gz new file mode 100644 index 0000000..d89dc9a --- /dev/null +++ b/psycopg-pool-3.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e857bb6c120d012dba240e30e5dff839d2d69daf3e962127ce6b8e40594170e +size 29383 diff --git a/python-psycopg-pool.changes b/python-psycopg-pool.changes index 1a5554e..448cdbe 100644 --- a/python-psycopg-pool.changes +++ b/python-psycopg-pool.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu Dec 14 19:39:22 UTC 2023 - Dirk Müller + +- 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). + ------------------------------------------------------------------- Wed Jul 12 05:28:13 UTC 2023 - Steve Kowalik diff --git a/python-psycopg-pool.spec b/python-psycopg-pool.spec index 8f638a1..7dce0ae 100644 --- a/python-psycopg-pool.spec +++ b/python-psycopg-pool.spec @@ -17,7 +17,7 @@ Name: python-psycopg-pool -Version: 3.1.7 +Version: 3.2.0 Release: 0 Summary: Connection Pool for Psycopg License: LGPL-3.0-only