From: Wang Mingyu Date: Mon, 10 Apr 2023 09:39:53 +0000 (+0800) Subject: python3-pathspec: upgrade 0.11.0 -> 0.11.1 X-Git-Tag: uninative-3.10~302 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf79bc6c5cec0026ef3f56b6f4eb67499df0c60a;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-pathspec: upgrade 0.11.0 -> 0.11.1 Changelog: ========== Bug fixes: ---------- Issue #74: Include directory should override exclude file. Improvements: ------------- Pull #75: Fix partially unknown PathLike type. Convert os.PathLike to a string properly using os.fspath. Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-devtools/python/python3-pathspec_0.11.0.bb b/meta/recipes-devtools/python/python3-pathspec_0.11.1.bb similarity index 78% rename from meta/recipes-devtools/python/python3-pathspec_0.11.0.bb rename to meta/recipes-devtools/python/python3-pathspec_0.11.1.bb index bf0dfbd728d..f49bf080e96 100644 --- a/meta/recipes-devtools/python/python3-pathspec_0.11.0.bb +++ b/meta/recipes-devtools/python/python3-pathspec_0.11.1.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "MPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=815ca599c9df247a0c7f619bab123dad" -SRC_URI[sha256sum] = "64d338d4e0914e91c1792321e6907b5a593f1ab1851de7fc269557a21b30ebbc" +SRC_URI[sha256sum] = "2798de800fa92780e33acca925945e9a19a133b715067cf165b8866c15a31687" inherit pypi setuptools3