Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 4f659ba905 | |||
| bc09642509 | |||
| 1369f9e6ba | |||
| 1de01d20b5 | |||
| be13944f02 | |||
| 5eb21238f8 | |||
| 42367063b0 | |||
| 1247e08f71 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:090005a9378ca5460b68b77202e27ddee1a3c4b9fda4734edc4f92db1bdca4f8
|
||||
size 582058
|
||||
3
psycopg-3.2.9.tar.gz
Normal file
3
psycopg-3.2.9.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d32c406f1b8e628e0eafd8608b452872bd67576d9d269e25ffbcd4ebacae085
|
||||
size 565735
|
||||
@@ -1,36 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 11 15:36:00 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.2.12:
|
||||
* Allow copy to pass different types per column, as long as the
|
||||
database can convert them. Regression introduced in 3.2.11
|
||||
* Fix spurious readiness flags in some of the wait functions
|
||||
* Fix high CPU usage using the wait_c function on Windows
|
||||
* Fix bad data on error in binary copy (ticket #1147).
|
||||
* Respect Copy.set_types() in TEXT copy in C version,
|
||||
consistently with the Python version (ticket #1153).
|
||||
* Don’t raise warning, and don’t leak resources, if a builtin
|
||||
function is used as JSON dumper/loader function (ticket #1165).
|
||||
* Improve performance of Python conversion on results loading
|
||||
(ticket #1155).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 21:11:53 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:46:59 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-psycopg
|
||||
#
|
||||
# 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
|
||||
# This needs to upgraded in lockstep with python-psycopg-c
|
||||
Version: 3.2.12
|
||||
Version: 3.2.9
|
||||
Release: 0
|
||||
Summary: PostgreSQL database adapter for Python
|
||||
License: LGPL-3.0-only
|
||||
@@ -65,7 +65,7 @@ popd
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%pytest -k 'not test_wait_r'
|
||||
%pytest
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.rst
|
||||
|
||||
Reference in New Issue
Block a user