summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/python/python3-psycopg_3.2.13.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-11-25 17:17:08 +0800
committerKhem Raj <raj.khem@gmail.com>2025-11-25 07:44:43 -0800
commit4b297312d7d256ddbca007f9fbdb1daa337fe431 (patch)
tree10b7124be49b8f86cb3ce50bb53c824e61cfb960 /meta-oe/recipes-devtools/python/python3-psycopg_3.2.13.bb
parentddca2bae90f702c45a1c84e4af5fc086d52aaa50 (diff)
downloadmeta-openembedded-4b297312d7d256ddbca007f9fbdb1daa337fe431.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/python/python3-psycopg_3.2.13.bb')
-rw-r--r--meta-oe/recipes-devtools/python/python3-psycopg_3.2.13.bb14
1 files changed, 14 insertions, 0 deletions
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 @@
1SUMMARY = "Psycopg 3 is the implementation of a PostgreSQL adapter for Python."
2DESCRIPTION = "Psycopg is the most popular PostgreSQL adapter for the Python \
3programming language. Its core is a complete implementation of the Python DB \
4API 2.0 specifications. Several extensions allow access to many of the \
5features offered by PostgreSQL."
6
7LICENSE = "LGPL-3.0-only"
8LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3000208d539ec061b899bce1d9ce9404"
9
10SRC_URI[sha256sum] = "309adaeda61d44556046ec9a83a93f42bbe5310120b1995f3af49ab6d9f13c1d"
11
12inherit pypi python_setuptools_build_meta
13
14RDEPENDS:${PN} = "libpq"