Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 642b65d

Browse filesBrowse files
wangmingyu84rpurdie
authored andcommitted
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: d1a1d5407b3d1e932646c5fd55038dd843b626c5) 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>
1 parent c34d080 commit 642b65d
Copy full SHA for 642b65d

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: meta/recipes-devtools/python/python3-importlib-metadata_8.0.0.bb
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.