diff options
author | Tim Orling <ticotimo@gmail.com> | 2021-06-06 15:49:44 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-07 23:00:23 +0100 |
commit | 477300ed9537ab4e0612f86c6d78ada0a5529c67 (patch) | |
tree | 8b3a029485422f316f57738633a00b360f8c1484 /meta/recipes-devtools | |
parent | dfcc7541c6944b7de4b4acc4756351d2da33f008 (diff) | |
download | poky-477300ed9537ab4e0612f86c6d78ada0a5529c67.tar.gz |
python3-importlib-metadata: upgrade 4.4.0 -> 4.5.0
Upstream release notes:
v4.5.0
Issue 319: Remove SelectableGroups deprecation exception for flake8.
Previous upgrade release notes:
v4.4.0
Issue 300: Restore compatibility in the result from Distribution.entry_points
(EntryPoints) to honor expectations in older implementations and issuing
deprecation warnings for these cases: EntryPoints objects are once again
mutable, allowing for sort() and other list-based mutation operations. Avoid
deprecation warnings by casting to a mutable sequence (e.g.
list(dist.entry_points).sort()). EntryPoints results once again allow for
access by index. To avoid deprecation warnings, cast the result to a Sequence
first (e.g. tuple(dist.entry_points)[0]).
v4.3.1
Issue 320: Fix issue where normalized name for eggs was incorrectly solicited,
leading to metadata being unavailable for eggs.
(From OE-Core rev: 1d60ba1bc4eafc9cc232d61d2746f272fc966442)
Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python3-importlib-metadata_4.5.0.bb (renamed from meta/recipes-devtools/python/python3-importlib-metadata_4.4.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-importlib-metadata_4.4.0.bb b/meta/recipes-devtools/python/python3-importlib-metadata_4.5.0.bb index 9d22f97a6b..7c156787a0 100644 --- a/meta/recipes-devtools/python/python3-importlib-metadata_4.4.0.bb +++ b/meta/recipes-devtools/python/python3-importlib-metadata_4.5.0.bb | |||
@@ -8,7 +8,7 @@ inherit pypi setuptools3 | |||
8 | PYPI_PACKAGE = "importlib_metadata" | 8 | PYPI_PACKAGE = "importlib_metadata" |
9 | UPSTREAM_CHECK_REGEX = "/importlib-metadata/(?P<pver>(\d+[\.\-_]*)+)/" | 9 | UPSTREAM_CHECK_REGEX = "/importlib-metadata/(?P<pver>(\d+[\.\-_]*)+)/" |
10 | 10 | ||
11 | SRC_URI[sha256sum] = "e592faad8de1bda9fe920cf41e15261e7131bcf266c30306eec00e8e225c1dd5" | 11 | SRC_URI[sha256sum] = "b142cc1dd1342f31ff04bb7d022492b09920cb64fed867cd3ea6f80fe3ebd139" |
12 | 12 | ||
13 | S = "${WORKDIR}/importlib_metadata-${PV}" | 13 | S = "${WORKDIR}/importlib_metadata-${PV}" |
14 | 14 | ||