diff --git a/psycopg-pool-3.2.0.tar.gz b/psycopg-pool-3.2.0.tar.gz deleted file mode 100644 index d89dc9a..0000000 --- a/psycopg-pool-3.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e857bb6c120d012dba240e30e5dff839d2d69daf3e962127ce6b8e40594170e -size 29383 diff --git a/psycopg-pool-3.2.1.tar.gz b/psycopg-pool-3.2.1.tar.gz new file mode 100644 index 0000000..09aee40 --- /dev/null +++ b/psycopg-pool-3.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6509a75c073590952915eddbba7ce8b8332a440a31e77bba69561483492829ad +size 29264 diff --git a/python-psycopg-pool.changes b/python-psycopg-pool.changes index 448cdbe..1ef6deb 100644 --- a/python-psycopg-pool.changes +++ b/python-psycopg-pool.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Jan 7 19:25:21 UTC 2024 - Dirk Müller + +- 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 + ------------------------------------------------------------------- Thu Dec 14 19:39:22 UTC 2023 - Dirk Müller diff --git a/python-psycopg-pool.spec b/python-psycopg-pool.spec index 7dce0ae..e455df3 100644 --- a/python-psycopg-pool.spec +++ b/python-psycopg-pool.spec @@ -1,7 +1,7 @@ # # spec file for package python-psycopg-pool # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-psycopg-pool -Version: 3.2.0 +Version: 3.2.1 Release: 0 Summary: Connection Pool for Psycopg License: LGPL-3.0-only @@ -28,7 +28,7 @@ BuildRequires: %{python_module setuptools >= 49.2.0} BuildRequires: %{python_module wheel >= 0.37} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-typing-extensions >= 3.10 +Requires: python-typing-extensions >= 4.4 BuildArch: noarch %python_subpackages