Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b448b3e

Browse files
wangmingyu84rpurdie
authored andcommittedJul 14, 2024
python3-importlib-metadata: upgrade 7.1.0 -> 8.0.0
Changelog: ============= - Message.__getitem__ now raises a KeyError on missing keys. - Removed deprecated support for Distribution subclasses not implementing abstract methods. - When reading installed files from an egg, use relative_to(walk_up=True) to honor files installed outside of the installation root. - Deferred select imports in for speedup (python/cpython#109829). - Updated fixtures for python/cpython#120801. (From OE-Core rev: 31b3f7196ed250171905283741918cc255045dde) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Alexandre Belloni <[email protected]> Signed-off-by: Richard Purdie <[email protected]>
1 parent b576498 commit b448b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb ‎meta/recipes-devtools/python/python3-importlib-metadata_8.0.0.bb

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inherit pypi python_setuptools_build_meta
88
PYPI_PACKAGE = "importlib_metadata"
99
UPSTREAM_CHECK_REGEX = "/importlib-metadata/(?P<pver>(\d+[\.\-_]*)+)/"
1010

11-
SRC_URI[sha256sum] = "b78938b926ee8d5f020fc4772d487045805a55ddbad2ecf21c6d60938dc7fcd2"
11+
SRC_URI[sha256sum] = "188bd24e4c346d3f0a933f275c2fec67050326a856b9a359881d7c2a697e8812"
1212

1313
S = "${WORKDIR}/importlib_metadata-${PV}"
1414

0 commit comments

Comments
 (0)
Please sign in to comment.