Compare commits
9 Commits
Author | SHA256 | Date | |
---|---|---|---|
9d319f8f2f | |||
904895bbee | |||
1c5f582b64 | |||
99bee63eb7 | |||
b2544df1a8 | |||
3c562adea1 | |||
ae57a9507d | |||
9de4107413 | |||
24437bbfce |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:30183897f5fe7ff4375b7dfcec9d44dfe8a5e009080addc1626889324a9eb1ed
|
||||
size 601626
|
3
psycopg_c-3.2.9.tar.gz
Normal file
3
psycopg_c-3.2.9.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c9f654f20c6c56bddc4543a3caab236741ee94b6732ab7090b95605502210e2
|
||||
size 609538
|
@@ -1,20 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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 and contributors
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# 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.10
|
||||
Version: 3.2.9
|
||||
Release: 0
|
||||
Summary: PostgreSQL database adapter for Python -- C optimisation distribution
|
||||
License: LGPL-3.0-only
|
||||
|
Reference in New Issue
Block a user