From 2ec7ca4017061765c7ee1cc469dc88313e8ef574fa76beba7e50444648a45c68 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 7 Jan 2024 19:26:46 +0000 Subject: [PATCH] - 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 --- psycopg-pool-3.2.0.tar.gz | 3 --- psycopg-pool-3.2.1.tar.gz | 3 +++ python-psycopg-pool.changes | 10 ++++++++++ python-psycopg-pool.spec | 6 +++--- 4 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 psycopg-pool-3.2.0.tar.gz create mode 100644 psycopg-pool-3.2.1.tar.gz 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