| Message ID | 20260303065640.2541884-13-hongxu.jia@windriver.com |
|---|---|
| State | New |
| Headers | show |
| Series | [01/19] btrfs-tools: upgrade 6.17.1 -> 6.19 | expand |
diff --git a/meta/recipes-devtools/python/python3-pyproject-metadata_0.10.0.bb b/meta/recipes-devtools/python/python3-pyproject-metadata_0.11.0.bb similarity index 90% rename from meta/recipes-devtools/python/python3-pyproject-metadata_0.10.0.bb rename to meta/recipes-devtools/python/python3-pyproject-metadata_0.11.0.bb index 5b5396fdd7..02a9064f2a 100644 --- a/meta/recipes-devtools/python/python3-pyproject-metadata_0.10.0.bb +++ b/meta/recipes-devtools/python/python3-pyproject-metadata_0.11.0.bb @@ -17,7 +17,7 @@ UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" inherit pypi python_flit_core -SRC_URI[sha256sum] = "7f5bd0ef398b60169556cb17ea261d715caf7f8561238151f51b2305084ba8d4" +SRC_URI[sha256sum] = "c72fa49418bb7c5a10f25e050c418009898d1c051721d19f98a6fb6da59a66cf" RDEPENDS:${PN} += " \ python3-logging \
Relase note [1]: This release refactors a lot of the internals to break up conversion and validation. This should not be noticeable except for better error messages in some cases. We also now test on some downstream projects; if you are using pyproject-metadata for a backend, you can suggest adding a downstream test to our noxfile. Refactoring: Restructured internals around conversion. Internal and CI: Test on some downstream projects. Remove some PEP 621 terminology [1] https://github.com/pypa/pyproject-metadata/releases/tag/0.11.0 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> --- ...-metadata_0.10.0.bb => python3-pyproject-metadata_0.11.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pyproject-metadata_0.10.0.bb => python3-pyproject-metadata_0.11.0.bb} (90%)