summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/python/python3-psycopg_3.2.5.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-03-25 17:01:41 +0800
committerKhem Raj <raj.khem@gmail.com>2025-03-25 14:57:18 -0700
commit3423a1a49fe53eed0520d4822e8296d55b25fda0 (patch)
tree493bbbd271eef58618104a2cbec32887690c6759 /meta-oe/recipes-devtools/python/python3-psycopg_3.2.5.bb
parentd26e225e47a8607ae5c356bd7e923f511c78a06f (diff)
downloadmeta-openembedded-3423a1a49fe53eed0520d4822e8296d55b25fda0.tar.gz
python3-psycopg: upgrade 3.2.5 -> 3.2.6
Changelog: Fix connection semantic when using target_session_attrs=prefer-standby 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.5.bb')
-rw-r--r--meta-oe/recipes-devtools/python/python3-psycopg_3.2.5.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-oe/recipes-devtools/python/python3-psycopg_3.2.5.bb b/meta-oe/recipes-devtools/python/python3-psycopg_3.2.5.bb
deleted file mode 100644
index fb8135ae82..0000000000
--- a/meta-oe/recipes-devtools/python/python3-psycopg_3.2.5.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] = "f5f750611c67cb200e85b408882f29265c66d1de7f813add4f8125978bfd70e8"
11
12inherit pypi python_setuptools_build_meta
13
14RDEPENDS:${PN} = "libpq"