Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-psycopg for openSUSE:Factory checked in at 2024-09-09 14:43:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-psycopg (Old) and /work/SRC/openSUSE:Factory/.python-psycopg.new.10096 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-psycopg" Mon Sep 9 14:43:29 2024 rev:6 rq:1198910 version:3.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-psycopg/python-psycopg.changes 2024-05-21 18:35:38.732635801 +0200 +++ /work/SRC/openSUSE:Factory/.python-psycopg.new.10096/python-psycopg.changes 2024-09-09 14:43:38.348704174 +0200 @@ -1,0 +2,24 @@ +Sat Aug 31 12:26:21 UTC 2024 - Dirk Müller <dmuel...@suse.com> + +- update to 3.2.1: + * Fix packaging metadata breaking [c], [binary] dependencies + * Add support for integer, floating point, boolean NumPy scalar + types (ticket #332). + * Add timeout and stop_after parameters to Connection.notifies() + * Allow dumpers to return None, to be converted to NULL (ticket + * Add Raw query cursors to execute queries using placeholders in + PostgreSQL format ($1, $2â¦) (tickets #560, #839). + * Add capabilities object to inspect the libpq capabilities + * Add scalar_row to return scalar values from a query + * Add cancel_safe() for encrypted and non-blocking cancellation when + using libpq v17. Use such method internally to implement + KeyboardInterrupt and copy termination + * The context parameter of sql objects as_string() and as_bytes() + methods is now optional + * Add set_autocommit() on sync connections, and similar transaction + control methods available on the async connections. + * Add a size parameter to stream() to enable results retrieval in + chunks instead of row-by-row +- drop fix-pool-import.patch (upstream) + +------------------------------------------------------------------- Old: ---- fix-pool-import.patch psycopg-3.1.19.tar.gz New: ---- psycopg-3.2.1.tar.gz BETA DEBUG BEGIN: Old: chunks instead of row-by-row - drop fix-pool-import.patch (upstream) BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-psycopg.spec ++++++ --- /var/tmp/diff_new_pack.ztI3K3/_old 2024-09-09 14:43:39.920769402 +0200 +++ /var/tmp/diff_new_pack.ztI3K3/_new 2024-09-09 14:43:39.940770232 +0200 @@ -19,14 +19,12 @@ %{?sle15_python_module_pythons} Name: python-psycopg # This needs to upgraded in lockstep with python-psycopg-c -Version: 3.1.19 +Version: 3.2.1 Release: 0 Summary: PostgreSQL database adapter for Python License: LGPL-3.0-only URL: https://psycopg.org/psycopg3/ Source: https://github.com/psycopg/psycopg/archive/refs/tags/%{version}.tar.gz#/psycopg-%{version}.tar.gz -# PATCH-FIX-UPSTREAM One small part of gh#psycopg/psycopg#c3d303d8b3b642ad45b053096e3f8e4111012600.patch -Patch0: fix-pool-import.patch BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools >= 49.2.0} BuildRequires: %{python_module wheel >= 0.37} ++++++ psycopg-3.1.19.tar.gz -> psycopg-3.2.1.tar.gz ++++++ ++++ 51312 lines of diff (skipped)