From: Wang Mingyu Date: Tue, 19 Dec 2023 09:55:38 +0000 (+0800) Subject: python3-pathspec: upgrade 0.11.2 -> 0.12.1 X-Git-Tag: uninative-4.4~657 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b26d7f4e989ee85146e49cfaf9e2d50cbd4a710f;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-pathspec: upgrade 0.11.2 -> 0.12.1 Changelog: https://github.com/cpburnz/python-pathspec/blob/v0.12.1/CHANGES.rst Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-pathspec_0.11.2.bb b/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb similarity index 80% rename from meta/recipes-devtools/python/python3-pathspec_0.11.2.bb rename to meta/recipes-devtools/python/python3-pathspec_0.12.1.bb index 37b9e27d337..b61f6733972 100644 --- a/meta/recipes-devtools/python/python3-pathspec_0.11.2.bb +++ b/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "MPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=815ca599c9df247a0c7f619bab123dad" -SRC_URI[sha256sum] = "e0d8d0ac2f12da61956eb2306b69f9469b42f4deb0f3cb6ed47b9cce9996ced3" +SRC_URI[sha256sum] = "a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712" inherit pypi setuptools3