]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-pathspec: upgrade 0.9.0 -> 0.10.1
authorwangmy <wangmy@fujitsu.com>
Mon, 5 Sep 2022 09:06:20 +0000 (17:06 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 8 Sep 2022 13:55:51 +0000 (14:55 +0100)
Changelog:
==========
Bug fixes:
------------
Fix documentation on pathspec.pattern.RegexPattern.match_file().
Issue #60: Remove redundant wheel dep from pyproject.toml.
Issue #61: Dist failure for Fedora, CentOS, EPEL.
Issue #62: Since version 0.10.0 pure wildcard does not work in some cases.

Improvements:
-------------
Restore support for legacy installations using setup.py. See Issue #61.

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>
meta/recipes-devtools/python/python3-pathspec_0.10.1.bb [moved from meta/recipes-devtools/python/python3-pathspec_0.9.0.bb with 78% similarity]

similarity index 78%
rename from meta/recipes-devtools/python/python3-pathspec_0.9.0.bb
rename to meta/recipes-devtools/python/python3-pathspec_0.10.1.bb
index 641f1cfd87cdf65c2c2a16fee0dc8c5956e4ee65..8f2af0ec99e20eb7e0254c0bea003c9c287f3ca2 100644 (file)
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "MPL-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=815ca599c9df247a0c7f619bab123dad"
 
-SRC_URI[sha256sum] = "e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1"
+SRC_URI[sha256sum] = "7ace6161b621d31e7902eb6b5ae148d12cfd23f4a249b9ffb6b9fee12084323d"
 
 inherit pypi setuptools3