From 375e2ae24665ac717f0478646bc039a4c5306a58 Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Fri, 27 May 2022 09:15:30 +0800 Subject: [PATCH] python3-asyncinotify: upgrade 2.0.2 -> 2.0.3 Signed-off-by: Xu Huan Signed-off-by: Khem Raj --- ...hon3-asyncinotify_2.0.2.bb => python3-asyncinotify_2.0.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-asyncinotify_2.0.2.bb => python3-asyncinotify_2.0.3.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-asyncinotify_2.0.2.bb b/meta-python/recipes-devtools/python/python3-asyncinotify_2.0.3.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-asyncinotify_2.0.2.bb rename to meta-python/recipes-devtools/python/python3-asyncinotify_2.0.3.bb index 2bf9192481..189547bae7 100644 --- a/meta-python/recipes-devtools/python/python3-asyncinotify_2.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-asyncinotify_2.0.3.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://gitlab.com/Taywee/asyncinotify" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=6ec941a1cd6616454970d03cb9c9e8f8" -SRC_URI[sha256sum] = "867cc056d88fc07aa8b3d1dc5b9c3c911cdd6130a4df5f67beb1fdecfd37b164" +SRC_URI[sha256sum] = "a14baf680a3d3e1cf54e082ab56f56c475d59d3644cfc25c00c460e56d9bbdf7" inherit pypi setuptools3