summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-10-22 10:22:19 +0800
committerKhem Raj <raj.khem@gmail.com>2025-10-21 20:02:42 -0700
commit0fe55ce6a00f15861f3bae821409818117a5041f (patch)
treee286792ae4eb5eabdf5d5370876c166d8340703a
parentfd435f66b77c0ad369e6da9a3844e45ba3d04088 (diff)
downloadmeta-openembedded-0fe55ce6a00f15861f3bae821409818117a5041f.tar.gz
python3-psycopg: upgrade 3.2.10 -> 3.2.11
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/python/python3-psycopg_3.2.11.bb (renamed from meta-oe/recipes-devtools/python/python3-psycopg_3.2.10.bb)2
1 files changed, 1 insertions, 1 deletions
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
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."
7LICENSE = "LGPL-3.0-only" 7LICENSE = "LGPL-3.0-only"
8LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3000208d539ec061b899bce1d9ce9404" 8LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3000208d539ec061b899bce1d9ce9404"
9 9
10SRC_URI[sha256sum] = "0bce99269d16ed18401683a8569b2c5abd94f72f8364856d56c0389bcd50972a" 10SRC_URI[sha256sum] = "398bb484ed44361e041c8f804ed7af3d2fcefbffdace1d905b7446c319321706"
11 11
12inherit pypi python_setuptools_build_meta 12inherit pypi python_setuptools_build_meta
13 13