Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-psycopg-pool for
openSUSE:Factory checked in at 2026-01-28 15:13:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-psycopg-pool (Old)
and /work/SRC/openSUSE:Factory/.python-psycopg-pool.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-psycopg-pool"
Wed Jan 28 15:13:06 2026 rev:5 rq:1329588 version:3.3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-psycopg-pool/python-psycopg-pool.changes
2024-01-15 22:16:59.625924155 +0100
+++
/work/SRC/openSUSE:Factory/.python-psycopg-pool.new.1928/python-psycopg-pool.changes
2026-01-28 15:15:57.980022191 +0100
@@ -1,0 +2,25 @@
+Tue Jan 27 23:43:55 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 3.3.0:
+ * Add drain() method
+ * Allow the conninfo and kwargs ConnectionPool parameters to be
+ callable to allow connection parameters update (ticket #851).
+ * Add close_returns ConnectionPool parameter for integration with
+ SQLAlchemy (ticket #1046).
+ * Don’t lose connections if a CancelledError is raised on check,
+ rollback, or other events (tickets #1123, #1208).
+ * Fix infinite loop with connections modified to return on close
+ * Fix request of excessive connections upon connection close
+ failing and retrying (ticket #1176).
+ * Reset transaction status of connection failing check
+ * Fix spurious warning logging on pool shrinking (ticket #1001).
+ * Add a hint to the warning printed if threads fail to stop
+ during __del__, which has been reported happening
+ during interpreter shutdown on Python 3.13 (see ticket #954).
+ * Add metadata to declare compatibility with Python 3.13.
+ * Raise a RuntimeWarning instead of a DeprecationWarning if an
+ async pool is open in the constructor.
+ * Fix connections possibly left in the pool after closing
+ * Use an empty query instead of SELECT 1 to check connections
+
+-------------------------------------------------------------------
Old:
----
psycopg-pool-3.2.1.tar.gz
New:
----
psycopg_pool-3.3.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-psycopg-pool.spec ++++++
--- /var/tmp/diff_new_pack.cBVoHt/_old 2026-01-28 15:15:58.520044668 +0100
+++ /var/tmp/diff_new_pack.cBVoHt/_new 2026-01-28 15:15:58.520044668 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-psycopg-pool
#
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,18 +18,18 @@
%{?sle15_python_module_pythons}
Name: python-psycopg-pool
-Version: 3.2.1
+Version: 3.3.0
Release: 0
Summary: Connection Pool for Psycopg
License: LGPL-3.0-only
URL: https://psycopg.org/psycopg3/
-Source:
https://files.pythonhosted.org/packages/source/p/psycopg-pool/psycopg-pool-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/p/psycopg-pool/psycopg_pool-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 49.2.0}
BuildRequires: %{python_module wheel >= 0.37}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-typing-extensions >= 4.4
+Requires: python-typing-extensions >= 4.6
BuildArch: noarch
%python_subpackages
@@ -37,7 +37,7 @@
Connection Pool for Psycopg
%prep
-%autosetup -p1 -n psycopg-pool-%{version}
+%autosetup -p1 -n psycopg_pool-%{version}
%build
%pyproject_wheel