From 0fe55ce6a00f15861f3bae821409818117a5041f Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 22 Oct 2025 10:22:19 +0800 Subject: [PATCH] python3-psycopg: upgrade 3.2.10 -> 3.2.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Khem Raj --- .../{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 --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