diff options
author | 2024-09-30 17:07:24 +0100 | |
---|---|---|
committer | 2024-10-01 14:15:16 +0100 | |
commit | 8913a719ab94de919ad60c85b2f8602b6c147351 (patch) | |
tree | 78700bf11fe4ff41e7f9579bef6d5f8417b5668d | |
parent | e093f603963f10dd8a4cfb2a8d3c3f0efb3fb5bf (diff) | |
download | openembedded-core-8913a719ab94de919ad60c85b2f8602b6c147351.tar.gz |
python3-pyproject-hooks: upgrade 1.0.0 -> 1.2.0
- Improve interoperability with importlib.metadata, fixing a regression
in setuptools compatibility in 1.1 (#199).
- Clean up the _in_process directory inside the package from sys.path
before imporing the backend (#193).
- Add type annotations to the public API.
- More careful handling of the backend-path key from pyproject.toml.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3-pyproject-hooks_1.2.0.bb (renamed from meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb b/meta/recipes-devtools/python/python3-pyproject-hooks_1.2.0.bb index c3f1fb75ed..cdb9fc78c9 100644 --- a/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb +++ b/meta/recipes-devtools/python/python3-pyproject-hooks_1.2.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/pypa/pyproject-hooks" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=aad69c93f605003e3342b174d9b0708c" -SRC_URI[sha256sum] = "f271b298b97f5955d53fb12b72c1fb1948c22c1a6b70b315c54cedaca0264ef5" +SRC_URI[sha256sum] = "1e859bd5c40fae9448642dd871adf459e5e2084186e8d2c2a79a824c970da1f8" inherit pypi python_flit_core |