From 291a582faa979498efa74f345bb79bad1838559d Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 19 Mar 2024 13:45:35 +0800 Subject: [PATCH] python3-types-python-dateutil: upgrade 2.8.19.20240106 -> 2.9.0.20240316 Changelog: =========== -python-dateutil: respect inheritance on relativedelta.rsub -Bump python-dateutil to 2.9.* -Use PEP 570 syntax in third party stubs Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...40106.bb => python3-types-python-dateutil_2.9.0.20240316.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-types-python-dateutil_2.8.19.20240106.bb => python3-types-python-dateutil_2.9.0.20240316.bb} (73%) diff --git a/meta-python/recipes-devtools/python/python3-types-python-dateutil_2.8.19.20240106.bb b/meta-python/recipes-devtools/python/python3-types-python-dateutil_2.9.0.20240316.bb similarity index 73% rename from meta-python/recipes-devtools/python/python3-types-python-dateutil_2.8.19.20240106.bb rename to meta-python/recipes-devtools/python/python3-types-python-dateutil_2.9.0.20240316.bb index 2075d96b4d..4b786066f7 100644 --- a/meta-python/recipes-devtools/python/python3-types-python-dateutil_2.8.19.20240106.bb +++ b/meta-python/recipes-devtools/python/python3-types-python-dateutil_2.9.0.20240316.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=ef4dc1e740f5c928f1608a4a9c7b578e" -SRC_URI[sha256sum] = "1f8db221c3b98e6ca02ea83a58371b22c374f42ae5bbdf186db9c9a76581459f" +SRC_URI[sha256sum] = "5d2f2e240b86905e40944dd787db6da9263f0deabef1076ddaed797351ec0202" inherit pypi setuptools3