python3-babel: upgrade 2.10.1 -> 2.10.3

Message ID 1656473046-4187-3-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit 57fe354881a31b8a60d32db4aa561e22fc7bf0a5
Headers show
Series python3-babel: upgrade 2.10.1 -> 2.10.3 | expand

Commit Message

Mingyu Wang (Fujitsu) June 29, 2022, 3:24 a.m. UTC
Changelog
=========
    Fallback count=”other” format in format_currency() (#872)

    Fix get_period_id() with dayPeriodRule across 0:00 (#871)

    Add support for b and B period symbols in time format (#869)

    chore(docs/typo): Fixes a minor typo in a function comment (#864)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-babel_2.10.1.bb => python3-babel_2.10.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-babel_2.10.1.bb => python3-babel_2.10.3.bb} (87%)

Patch

diff --git a/meta/recipes-devtools/python/python3-babel_2.10.1.bb b/meta/recipes-devtools/python/python3-babel_2.10.3.bb
similarity index 87%
rename from meta/recipes-devtools/python/python3-babel_2.10.1.bb
rename to meta/recipes-devtools/python/python3-babel_2.10.3.bb
index d06eb2bf5c..7420bfc917 100644
--- a/meta/recipes-devtools/python/python3-babel_2.10.1.bb
+++ b/meta/recipes-devtools/python/python3-babel_2.10.3.bb
@@ -3,7 +3,7 @@  HOMEPAGE = "http://babel.edgewall.org/"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1b3f4650099e6d6a73e5a7fc8774ff18"
 
-SRC_URI[sha256sum] = "98aeaca086133efb3e1e2aad0396987490c8425929ddbcfe0550184fdc54cd13"
+SRC_URI[sha256sum] = "7614553711ee97490f732126dc077f8d0ae084ebc6a96e23db1482afabdb2c51"
 
 PYPI_PACKAGE = "Babel"