diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-04-10 17:39:53 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-13 11:56:07 +0100 |
| commit | 7a5fb2122d41c630cbcdc889d2efcac30241b6ba (patch) | |
| tree | 20fedf30de54b1d8d8ae326ac06491c5b6caf13a /meta/recipes-devtools/python/python3-pathspec_0.11.1.bb | |
| parent | 961e16a1323ed6987ad52e320e5aa1f63414eb94 (diff) | |
| download | poky-7a5fb2122d41c630cbcdc889d2efcac30241b6ba.tar.gz | |
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.
(From OE-Core rev: cf79bc6c5cec0026ef3f56b6f4eb67499df0c60a)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pathspec_0.11.1.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pathspec_0.11.1.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pathspec_0.11.1.bb b/meta/recipes-devtools/python/python3-pathspec_0.11.1.bb new file mode 100644 index 0000000000..f49bf080e9 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pathspec_0.11.1.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | SUMMARY = "Utility library for gitignore style pattern matching of file paths." | ||
| 2 | HOMEPAGE = "https://github.com/cpburnz/python-path-specification" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MPL-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=815ca599c9df247a0c7f619bab123dad" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "2798de800fa92780e33acca925945e9a19a133b715067cf165b8866c15a31687" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | BBCLASSEXTEND = "native nativesdk" | ||
