forked from pool/python-psycopg-c
Accepting request 1308108 from devel:languages:python
- update to 3.2.10: * Fix TypeError shadowing CancelledError upon task cancellation during pipeline execution (ticket #1005). * Fix memory leak when lambda/local functions are used as argument for set_json_dumps(), set_json_loads() (ticket #1108). * Fix coordination of executemany() with other concurrent operations on other cursors (ticket #1130). * Fix leak receiving notifications if the notifies() generator is not called (ticket #1091). * Using both the generator and handlers to receive notifications on the same connection is therefore deprecated and will now generate a runtime warning. * Add support for Python 3.14 (ticket #1053). OBS-URL: https://build.opensuse.org/request/show/1308108 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psycopg-c?expand=0&rev=11
This commit is contained in:
3
psycopg_c-3.2.10.tar.gz
Normal file
3
psycopg_c-3.2.10.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:30183897f5fe7ff4375b7dfcec9d44dfe8a5e009080addc1626889324a9eb1ed
|
||||
size 601626
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c9f654f20c6c56bddc4543a3caab236741ee94b6732ab7090b95605502210e2
|
||||
size 609538
|
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 21:09:24 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.2.10:
|
||||
* Fix TypeError shadowing CancelledError upon task cancellation
|
||||
during pipeline execution (ticket #1005).
|
||||
* Fix memory leak when lambda/local functions are used as
|
||||
argument for set_json_dumps(), set_json_loads() (ticket #1108).
|
||||
* Fix coordination of executemany() with other concurrent
|
||||
operations on other cursors (ticket #1130).
|
||||
* Fix leak receiving notifications if the notifies() generator
|
||||
is not called (ticket #1091).
|
||||
* Using both the generator and handlers to receive notifications
|
||||
on the same connection is therefore deprecated and will now
|
||||
generate a runtime warning.
|
||||
* Add support for Python 3.14 (ticket #1053).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 29 09:44:26 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-psycopg-c
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 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
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-psycopg-c
|
||||
# This needs to upgraded in lockstep with python-psycopg
|
||||
Version: 3.2.9
|
||||
Version: 3.2.10
|
||||
Release: 0
|
||||
Summary: PostgreSQL database adapter for Python -- C optimisation distribution
|
||||
License: LGPL-3.0-only
|
||||
|
Reference in New Issue
Block a user