diff mbox series

[meta-python,23/29] python3-psycopg: upgrade 3.2.10 -> 3.2.11

Message ID 20251022022227.226-23-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe,01/29] bdwgc: upgrade 8.2.8 -> 8.2.10 | expand

Commit Message

Wang Mingyu Oct. 22, 2025, 2:22 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- 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
- Respect Copy.set_types() in TEXT copy in C version, consistently with the Python version
- Don't raise warning, and don’t leak resources, if a builtin function is used as JSON dumper/loader function
- Improve performance of Python conversion on results loading

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-psycopg_3.2.10.bb => python3-psycopg_3.2.11.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/python/{python3-psycopg_3.2.10.bb => python3-psycopg_3.2.11.bb} (85%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/python/python3-psycopg_3.2.10.bb b/meta-oe/recipes-devtools/python/python3-psycopg_3.2.11.bb
similarity index 85%
rename from meta-oe/recipes-devtools/python/python3-psycopg_3.2.10.bb
rename to meta-oe/recipes-devtools/python/python3-psycopg_3.2.11.bb
index d9d2091c38..b10c3caab9 100644
--- a/meta-oe/recipes-devtools/python/python3-psycopg_3.2.10.bb
+++ b/meta-oe/recipes-devtools/python/python3-psycopg_3.2.11.bb
@@ -7,7 +7,7 @@  features offered by PostgreSQL."
 LICENSE = "LGPL-3.0-only"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3000208d539ec061b899bce1d9ce9404"
 
-SRC_URI[sha256sum] = "0bce99269d16ed18401683a8569b2c5abd94f72f8364856d56c0389bcd50972a"
+SRC_URI[sha256sum] = "398bb484ed44361e041c8f804ed7af3d2fcefbffdace1d905b7446c319321706"
 
 inherit pypi python_setuptools_build_meta