[meta-python][PATCH 2/2] python3-pika: Upgrade 1.4.1 -> 1.4.2
Leon Anavi <[email protected]> Thu, 30 Jul 2026 18:15:27 +0300
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
Upgrade to release 1.4.2: - Stop mutating global asyncio event loop policy on import - Importing pika.adapters can break asyncio subprocesses on Windows Signed-off-by: Leon Anavi <[email protected]> --- .../python/{python3-pika_1.4.1.bb => python3-pika_1.4.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pika_1.4.1.bb => python3-pika_1.4.2.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-pika_1.4.1.bb b/meta-python/recipes-devtools/python/python3-pika_1.4.2.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-pika_1.4.1.bb rename to meta-python/recipes-devtools/python/python3-pika_1.4.2.bb index e0313552d0..beb32240c5 100644 --- a/meta-python/recipes-devtools/python/python3-pika_1.4.1.bb +++ b/meta-python/recipes-devtools/python/python3-pika_1.4.2.bb @@ -8,7 +8,7 @@ HOMEPAGE = "https://pika.readthedocs.io" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=678ec81495ba50edf81e84e4f1aa69f3" -SRC_URI[sha256sum] = "e851f3e4992adfbf8eb64e9b86d94e3382f92ba0200055abedbb29676b8e713b" +SRC_URI[sha256sum] = "48d1f50297e76be4fc798fd5232d4d532d7a4758e51f7c0ae6c4004b9808a26b" inherit pypi python_setuptools_build_meta -- 2.47.3