Skip to content

Commit

Permalink
python3-importlib-metadata: upgrade 4.10.0 -> 4.10.1
Browse files Browse the repository at this point in the history
v4.10.1
* 361: Avoid potential REDoS in EntryPoint.pattern.

References:
python/importlib_metadata#361

(From OE-Core rev: 60b478ef8990967e306243f6066d9ae261bbc3b9)

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
  • Loading branch information
moto-timo authored and rpurdie committed Jan 25, 2022
1 parent cd9e2dd commit fa5f18e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -8,7 +8,7 @@ inherit pypi setuptools3
PYPI_PACKAGE = "importlib_metadata"
UPSTREAM_CHECK_REGEX = "/importlib-metadata/(?P<pver>(\d+[\.\-_]*)+)/"

SRC_URI[sha256sum] = "92a8b58ce734b2a4494878e0ecf7d79ccd7a128b5fc6014c401e0b61f006f0f6"
SRC_URI[sha256sum] = "951f0d8a5b7260e9db5e41d429285b5f451e928479f19d80818878527d36e95e"

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

Expand Down

0 comments on commit fa5f18e

Please sign in to comment.