From: Wang Mingyu <[email protected]> Changelog: ============= - Modernize type annotations - Fix pypy CI by skipping redundant mypy runs on it - Fix IndexError on source mixing lone CR with LF line endings - Release modernization, and publish to PyPI from CI via trusted publishing
Signed-off-by: Wang Mingyu <[email protected]> --- .../{python3-asttokens_3.0.1.bb => python3-asttokens_3.0.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-asttokens_3.0.1.bb => python3-asttokens_3.0.2.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-asttokens_3.0.1.bb b/meta-python/recipes-devtools/python/python3-asttokens_3.0.2.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-asttokens_3.0.1.bb rename to meta-python/recipes-devtools/python/python3-asttokens_3.0.2.bb index 5b6cf0624f..8f460cee8d 100644 --- a/meta-python/recipes-devtools/python/python3-asttokens_3.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-asttokens_3.0.2.bb @@ -7,7 +7,7 @@ PYPI_PACKAGE = "asttokens" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "71a4ee5de0bde6a31d64f6b13f2293ac190344478f081c3d1bccfcf5eacb0cb7" +SRC_URI[sha256sum] = "3ecdbd8f2cc195f53ccada3a613538bb5f9ef6f6869129f13e03c30a677b8fe2" DEPENDS += "python3-setuptools-scm-native" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#128184): https://lists.openembedded.org/g/openembedded-devel/message/128184 Mute This Topic: https://lists.openembedded.org/mt/120278918/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
