From 04e7b879f9e6a8952b4f454527c892d0a0048b22 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 3 Nov 2023 15:23:37 +0800 Subject: [PATCH] python3-babel: upgrade 2.13.0 -> 2.13.1 Changelog: ============ * Fix a typo in "_locales_to_names" * Fix "setuptools" dependency for Python 3.12 Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni --- .../python/{python3-babel_2.13.0.bb => python3-babel_2.13.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-babel_2.13.0.bb => python3-babel_2.13.1.bb} (86%) diff --git a/meta/recipes-devtools/python/python3-babel_2.13.0.bb b/meta/recipes-devtools/python/python3-babel_2.13.1.bb similarity index 86% rename from meta/recipes-devtools/python/python3-babel_2.13.0.bb rename to meta/recipes-devtools/python/python3-babel_2.13.1.bb index 408f3344bb2..6908d813265 100644 --- a/meta/recipes-devtools/python/python3-babel_2.13.0.bb +++ b/meta/recipes-devtools/python/python3-babel_2.13.1.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://babel.edgewall.org/" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=0f97d9a63e91407b4c0d01efde91cfc0" -SRC_URI[sha256sum] = "04c3e2d28d2b7681644508f836be388ae49e0cfe91465095340395b60d00f210" +SRC_URI[sha256sum] = "33e0952d7dd6374af8dbf6768cc4ddf3ccfefc244f9986d4074704f2fbd18900" PYPI_PACKAGE = "Babel" -- 2.47.3