From ee4f237082cd3951c34d2809d4de1004ee7923c8 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 19 Sep 2024 11:32:00 +0800 Subject: [PATCH] python3-psycopg: upgrade 3.2.1 -> 3.2.2 Changelog: =========== - Drop TypeDef specifications as string from public modules, as they cannot be composed by users as typing objects previously could - Release Python 3.13 binary packages. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-psycopg_3.2.1.bb => python3-psycopg_3.2.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/python/{python3-psycopg_3.2.1.bb => python3-psycopg_3.2.2.bb} (85%) diff --git a/meta-oe/recipes-devtools/python/python3-psycopg_3.2.1.bb b/meta-oe/recipes-devtools/python/python3-psycopg_3.2.2.bb similarity index 85% rename from meta-oe/recipes-devtools/python/python3-psycopg_3.2.1.bb rename to meta-oe/recipes-devtools/python/python3-psycopg_3.2.2.bb index 09c49c6650..f92c556005 100644 --- a/meta-oe/recipes-devtools/python/python3-psycopg_3.2.1.bb +++ b/meta-oe/recipes-devtools/python/python3-psycopg_3.2.2.bb @@ -7,7 +7,7 @@ features offered by PostgreSQL." LICENSE = "LGPL-3.0-only" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3000208d539ec061b899bce1d9ce9404" -SRC_URI[sha256sum] = "dc8da6dc8729dacacda3cc2f17d2c9397a70a66cf0d2b69c91065d60d5f00cb7" +SRC_URI[sha256sum] = "8bad2e497ce22d556dac1464738cb948f8d6bab450d965cf1d8a8effd52412e0" inherit pypi python_setuptools_build_meta