From 139bff6267c47a24060dfa1120d7d7f43a708215 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 26 Feb 2025 07:24:25 +0800 Subject: [PATCH] python3-psycopg: upgrade 3.2.4 -> 3.2.5 Changelog: 3x faster UUID loading thanks to C implementation Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-psycopg_3.2.4.bb => python3-psycopg_3.2.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/python/{python3-psycopg_3.2.4.bb => python3-psycopg_3.2.5.bb} (85%) diff --git a/meta-oe/recipes-devtools/python/python3-psycopg_3.2.4.bb b/meta-oe/recipes-devtools/python/python3-psycopg_3.2.5.bb similarity index 85% rename from meta-oe/recipes-devtools/python/python3-psycopg_3.2.4.bb rename to meta-oe/recipes-devtools/python/python3-psycopg_3.2.5.bb index 1c01092691..fb8135ae82 100644 --- a/meta-oe/recipes-devtools/python/python3-psycopg_3.2.4.bb +++ b/meta-oe/recipes-devtools/python/python3-psycopg_3.2.5.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] = "f26f1346d6bf1ef5f5ef1714dd405c67fb365cfd1c6cea07de1792747b167b92" +SRC_URI[sha256sum] = "f5f750611c67cb200e85b408882f29265c66d1de7f813add4f8125978bfd70e8" inherit pypi python_setuptools_build_meta