From 6ac26e1e80a0b4d5cd420b98d1aa761647690684 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Thu, 9 Jun 2022 15:23:48 +0800 Subject: [PATCH] python3-asyncinotify: upgrade 2.0.3 -> 2.0.4 Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj --- ...hon3-asyncinotify_2.0.3.bb => python3-asyncinotify_2.0.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-asyncinotify_2.0.3.bb => python3-asyncinotify_2.0.4.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-asyncinotify_2.0.3.bb b/meta-python/recipes-devtools/python/python3-asyncinotify_2.0.4.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-asyncinotify_2.0.3.bb rename to meta-python/recipes-devtools/python/python3-asyncinotify_2.0.4.bb index 189547bae7..efa91c6546 100644 --- a/meta-python/recipes-devtools/python/python3-asyncinotify_2.0.3.bb +++ b/meta-python/recipes-devtools/python/python3-asyncinotify_2.0.4.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://gitlab.com/Taywee/asyncinotify" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=6ec941a1cd6616454970d03cb9c9e8f8" -SRC_URI[sha256sum] = "a14baf680a3d3e1cf54e082ab56f56c475d59d3644cfc25c00c460e56d9bbdf7" +SRC_URI[sha256sum] = "0ec20725b09decced856e46bb4dae6843ab429bfec87c42340dd0fefe1e2a25a" inherit pypi setuptools3