From 4b297312d7d256ddbca007f9fbdb1daa337fe431 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 25 Nov 2025 17:17:08 +0800 Subject: python3-psycopg: upgrade 3.2.12 -> 3.2.13 Changelog: ============== - Show the host name in the error message in case of name resolution error - Fix Cursor.copy() and AsyncCursor.copy() to hold the connection lock for the entire operation, preventing concurrent access issues - Fix GSSAPI check with C extension built with libpq < v16 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/python/python3-psycopg_3.2.12.bb | 14 -------------- meta-oe/recipes-devtools/python/python3-psycopg_3.2.13.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta-oe/recipes-devtools/python/python3-psycopg_3.2.12.bb create mode 100644 meta-oe/recipes-devtools/python/python3-psycopg_3.2.13.bb (limited to 'meta-oe/recipes-devtools/python') diff --git a/meta-oe/recipes-devtools/python/python3-psycopg_3.2.12.bb b/meta-oe/recipes-devtools/python/python3-psycopg_3.2.12.bb deleted file mode 100644 index 4133a4b5b0..0000000000 --- a/meta-oe/recipes-devtools/python/python3-psycopg_3.2.12.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "Psycopg 3 is the implementation of a PostgreSQL adapter for Python." -DESCRIPTION = "Psycopg is the most popular PostgreSQL adapter for the Python \ -programming language. Its core is a complete implementation of the Python DB \ -API 2.0 specifications. Several extensions allow access to many of the \ -features offered by PostgreSQL." - -LICENSE = "LGPL-3.0-only" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3000208d539ec061b899bce1d9ce9404" - -SRC_URI[sha256sum] = "85c08d6f6e2a897b16280e0ff6406bef29b1327c045db06d21f364d7cd5da90b" - -inherit pypi python_setuptools_build_meta - -RDEPENDS:${PN} = "libpq" diff --git a/meta-oe/recipes-devtools/python/python3-psycopg_3.2.13.bb b/meta-oe/recipes-devtools/python/python3-psycopg_3.2.13.bb new file mode 100644 index 0000000000..49030c56fd --- /dev/null +++ b/meta-oe/recipes-devtools/python/python3-psycopg_3.2.13.bb @@ -0,0 +1,14 @@ +SUMMARY = "Psycopg 3 is the implementation of a PostgreSQL adapter for Python." +DESCRIPTION = "Psycopg is the most popular PostgreSQL adapter for the Python \ +programming language. Its core is a complete implementation of the Python DB \ +API 2.0 specifications. Several extensions allow access to many of the \ +features offered by PostgreSQL." + +LICENSE = "LGPL-3.0-only" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3000208d539ec061b899bce1d9ce9404" + +SRC_URI[sha256sum] = "309adaeda61d44556046ec9a83a93f42bbe5310120b1995f3af49ab6d9f13c1d" + +inherit pypi python_setuptools_build_meta + +RDEPENDS:${PN} = "libpq" -- cgit v1.2.3-54-g00ecf