summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/python/python3-psycopg_3.2.4.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-01-20 16:13:57 +0800
committerKhem Raj <raj.khem@gmail.com>2025-01-24 18:20:02 -0800
commit3d2ffe4176d62913e0b6a80f05d089592b0baefc (patch)
treee57e0c153af98de629927efa5fdb5dc4c5de8c7b /meta-oe/recipes-devtools/python/python3-psycopg_3.2.4.bb
parent531c6a1f8a85ad05dc5d281eb206d20e6b7f920d (diff)
downloadmeta-openembedded-3d2ffe4176d62913e0b6a80f05d089592b0baefc.tar.gz
python3-psycopg: upgrade 3.2.3 -> 3.2.4
Changelog: =========== - Don't lose notifies received whilst the notifies() iterator is not running - Make sure that the notifies callback is called during the use of the notifies() generator - Raise the correct error returned by the database (such as AdminShutdown or IdleInTransactionSessionTimeout) instead of a generic OperationalError when a server error causes a client disconnection - Build macOS dependencies from sources instead using the Homebrew versions in order to avoid problems with MACOSX_DEPLOYMENT_TARGET - Bump libpq to 17.2 in Linux and macOS binary packages. - Bump libpq to 16.4 in Windows binary packages, using the vcpkg library 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.4.bb')
-rw-r--r--meta-oe/recipes-devtools/python/python3-psycopg_3.2.4.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/python/python3-psycopg_3.2.4.bb b/meta-oe/recipes-devtools/python/python3-psycopg_3.2.4.bb
new file mode 100644
index 0000000000..1c01092691
--- /dev/null
+++ b/meta-oe/recipes-devtools/python/python3-psycopg_3.2.4.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] = "f26f1346d6bf1ef5f5ef1714dd405c67fb365cfd1c6cea07de1792747b167b92"
11
12inherit pypi python_setuptools_build_meta
13
14RDEPENDS:${PN} = "libpq"