]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
python3-importlib-metadata: upgrade 4.4.0 -> 4.5.0 timo/recipe-upgrades-20210606
authorTim Orling <timothy.t.orling@intel.com>
Sun, 6 Jun 2021 22:34:44 +0000 (15:34 -0700)
committerTim Orling <timothy.t.orling@intel.com>
Sun, 6 Jun 2021 22:34:44 +0000 (15:34 -0700)
commitcd8af99664225c78b94acde92345532edd876d74
tree4222c0883171bfad455864f44e21910e4058a2df
parent2d919cd7117b000862ac33278b8ba8e4c386b4e0
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.

Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
meta/recipes-devtools/python/python3-importlib-metadata_4.5.0.bb [moved from meta/recipes-devtools/python/python3-importlib-metadata_4.4.0.bb with 88% similarity]