From 9cdab8d2a00a435d335e0509cbf763ba409efa52 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 14 Oct 2024 16:54:52 +0800 Subject: python3-psycopg: upgrade 3.2.2 -> 3.2.3 Changelog: Release binary packages including PostgreSQL 17 libpq Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/python/python3-psycopg_3.2.2.bb | 14 -------------- meta-oe/recipes-devtools/python/python3-psycopg_3.2.3.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta-oe/recipes-devtools/python/python3-psycopg_3.2.2.bb create mode 100644 meta-oe/recipes-devtools/python/python3-psycopg_3.2.3.bb (limited to 'meta-oe/recipes-devtools/python') diff --git a/meta-oe/recipes-devtools/python/python3-psycopg_3.2.2.bb b/meta-oe/recipes-devtools/python/python3-psycopg_3.2.2.bb deleted file mode 100644 index f92c556005..0000000000 --- a/meta-oe/recipes-devtools/python/python3-psycopg_3.2.2.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] = "8bad2e497ce22d556dac1464738cb948f8d6bab450d965cf1d8a8effd52412e0" - -inherit pypi python_setuptools_build_meta - -RDEPENDS:${PN} = "libpq" diff --git a/meta-oe/recipes-devtools/python/python3-psycopg_3.2.3.bb b/meta-oe/recipes-devtools/python/python3-psycopg_3.2.3.bb new file mode 100644 index 0000000000..8c79958ac4 --- /dev/null +++ b/meta-oe/recipes-devtools/python/python3-psycopg_3.2.3.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] = "a5764f67c27bec8bfac85764d23c534af2c27b893550377e37ce59c12aac47a2" + +inherit pypi python_setuptools_build_meta + +RDEPENDS:${PN} = "libpq" -- cgit v1.2.3-54-g00ecf