From 5c2bc78f17b9ab2d79ba4f4ef580073c176f0970 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 10 Sep 2024 17:03:01 +0800 Subject: [PATCH] python3-types-python-dateutil: upgrade 2.9.0.20240821 -> 2.9.0.20240906 Changelog: [python-dateutil] Add dateutil.parser.UnknownTimezoneWarning. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...40821.bb => python3-types-python-dateutil_2.9.0.20240906.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-types-python-dateutil_2.9.0.20240821.bb => python3-types-python-dateutil_2.9.0.20240906.bb} (73%) diff --git a/meta-python/recipes-devtools/python/python3-types-python-dateutil_2.9.0.20240821.bb b/meta-python/recipes-devtools/python/python3-types-python-dateutil_2.9.0.20240906.bb similarity index 73% rename from meta-python/recipes-devtools/python/python3-types-python-dateutil_2.9.0.20240821.bb rename to meta-python/recipes-devtools/python/python3-types-python-dateutil_2.9.0.20240906.bb index f79edaaafd..5c3a477432 100644 --- a/meta-python/recipes-devtools/python/python3-types-python-dateutil_2.9.0.20240821.bb +++ b/meta-python/recipes-devtools/python/python3-types-python-dateutil_2.9.0.20240906.bb @@ -3,6 +3,6 @@ HOMEPAGE = "https://github.com/python/typeshed" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=c2d9643b4523fdf462545aeb1356ad23" -SRC_URI[sha256sum] = "9649d1dcb6fef1046fb18bebe9ea2aa0028b160918518c34589a46045f6ebd98" +SRC_URI[sha256sum] = "9706c3b68284c25adffc47319ecc7947e5bb86b3773f843c73906fd598bc176e" inherit pypi setuptools3