Upgrade to release 4.12.1: - Changed all functions currently raising the private NoCurrentAsyncBackend exception (since v4.12.0) to instead raise the public NoEventLoopError exception - Fixed anyio.functools.lru_cache not working with instance methods
Signed-off-by: Leon Anavi <[email protected]> --- .../python/{python3-anyio_4.12.0.bb => python3-anyio_4.12.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-anyio_4.12.0.bb => python3-anyio_4.12.1.bb} (88%) diff --git a/meta-python/recipes-devtools/python/python3-anyio_4.12.0.bb b/meta-python/recipes-devtools/python/python3-anyio_4.12.1.bb similarity index 88% rename from meta-python/recipes-devtools/python/python3-anyio_4.12.0.bb rename to meta-python/recipes-devtools/python/python3-anyio_4.12.1.bb index 500c1bd3dc..40312c761a 100644 --- a/meta-python/recipes-devtools/python/python3-anyio_4.12.0.bb +++ b/meta-python/recipes-devtools/python/python3-anyio_4.12.1.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c0a769411d2af7894099e8ff75058c9f" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "73c693b567b0c55130c104d0b43a9baf3aa6a31fc6110116509f27bf75e21ec0" +SRC_URI[sha256sum] = "41cfcc3a4c85d3f05c932da7c26d0201ac36f72abd4435ba90d0464a3ffed703" DEPENDS += " \ python3-setuptools-scm-native \ -- 2.47.3
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#123189): https://lists.openembedded.org/g/openembedded-devel/message/123189 Mute This Topic: https://lists.openembedded.org/mt/117131660/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
