summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/python/python3-psycopg_3.2.11.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-10-29 08:14:57 +0800
committerKhem Raj <raj.khem@gmail.com>2025-10-29 10:14:13 -0700
commit1504517d922633d2152d1b8ec55f0944e938102e (patch)
tree4daae772f8d2d65ffbc09f8cb7ff908dacf5d5e4 /meta-oe/recipes-devtools/python/python3-psycopg_3.2.11.bb
parente6adede299471da6527749366a0746a7b9d25166 (diff)
downloadmeta-openembedded-1504517d922633d2152d1b8ec55f0944e938102e.tar.gz
python3-psycopg: upgrade 3.2.11 -> 3.2.12
Changelog: Allow copy to pass different types per column, as long as the database can convert them. 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.11.bb')
-rw-r--r--meta-oe/recipes-devtools/python/python3-psycopg_3.2.11.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-oe/recipes-devtools/python/python3-psycopg_3.2.11.bb b/meta-oe/recipes-devtools/python/python3-psycopg_3.2.11.bb
deleted file mode 100644
index b10c3caab9..0000000000
--- a/meta-oe/recipes-devtools/python/python3-psycopg_3.2.11.bb
+++ /dev/null
@@ -1,14 +0,0 @@
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] = "398bb484ed44361e041c8f804ed7af3d2fcefbffdace1d905b7446c319321706"
11
12inherit pypi python_setuptools_build_meta
13
14RDEPENDS:${PN} = "libpq"