From f36f9d5f44fd6c7c2693320faf9ecf139e3eb1a1 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 1 Aug 2023 15:41:22 +0800 Subject: python3-pathspec: upgrade 0.11.1 -> 0.11.2 Changelog: ========= - Issue #80: match_files with negated path spec. pathspec.PathSpec.match_*() now have a negate parameter to make using .gitignore logic easier and more efficient. - Pull #76: Add edge case: patterns that end with an escaped space - Issue #77/Pull #78: Negate with caret symbol as with the exclamation mark. (From OE-Core rev: 2b36eb04ad71f01da5a8495a6e00fcb2bc89fa3b) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-pathspec_0.11.1.bb | 13 ------------- meta/recipes-devtools/python/python3-pathspec_0.11.2.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-pathspec_0.11.1.bb create mode 100644 meta/recipes-devtools/python/python3-pathspec_0.11.2.bb (limited to 'meta/recipes-devtools') diff --git a/meta/recipes-devtools/python/python3-pathspec_0.11.1.bb b/meta/recipes-devtools/python/python3-pathspec_0.11.1.bb deleted file mode 100644 index 79f03da984..0000000000 --- a/meta/recipes-devtools/python/python3-pathspec_0.11.1.bb +++ /dev/null @@ -1,13 +0,0 @@ -SUMMARY = "Utility library for gitignore style pattern matching of file paths." -HOMEPAGE = "https://github.com/cpburnz/python-path-specification" -SECTION = "devel/python" -LICENSE = "MPL-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=815ca599c9df247a0c7f619bab123dad" - -SRC_URI[sha256sum] = "2798de800fa92780e33acca925945e9a19a133b715067cf165b8866c15a31687" - -inherit pypi setuptools3 - -BBCLASSEXTEND = "native nativesdk" - -RDEPENDS:${PN} += "python3-profile" diff --git a/meta/recipes-devtools/python/python3-pathspec_0.11.2.bb b/meta/recipes-devtools/python/python3-pathspec_0.11.2.bb new file mode 100644 index 0000000000..37b9e27d33 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pathspec_0.11.2.bb @@ -0,0 +1,13 @@ +SUMMARY = "Utility library for gitignore style pattern matching of file paths." +HOMEPAGE = "https://github.com/cpburnz/python-path-specification" +SECTION = "devel/python" +LICENSE = "MPL-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=815ca599c9df247a0c7f619bab123dad" + +SRC_URI[sha256sum] = "e0d8d0ac2f12da61956eb2306b69f9469b42f4deb0f3cb6ed47b9cce9996ced3" + +inherit pypi setuptools3 + +BBCLASSEXTEND = "native nativesdk" + +RDEPENDS:${PN} += "python3-profile" -- cgit v1.2.3-54-g00ecf