Skip to content

Commit

Permalink
python3-importlib-metadata: upgrade 4.6.1 -> 4.6.3
Browse files Browse the repository at this point in the history
v4.6.3
Moved workaround for #327 to _compat module.

v4.6.2
bpo-44784: Avoid errors in test suite when DeprecationWarnings are
treated as errors.

References:
python/importlib_metadata#327
https://bugs.python.org/issue44784

(From OE-Core rev: e9decf9f40e18d3e3549cb19fe756a4fbe40622f)

Signed-off-by: Tim Orling <timothy.t.orling@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
  • Loading branch information
moto-timo authored and rpurdie committed Aug 4, 2021
1 parent 120f365 commit 476ddc1
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] = "079ada16b7fc30dfbb5d13399a5113110dab1aa7c2bc62f66af75f0b717c8cac"
SRC_URI[sha256sum] = "0645585859e9a6689c523927a5032f2ba5919f1f7d0e84bd4533312320de1ff9"

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

Expand Down

0 comments on commit 476ddc1

Please sign in to comment.