diff mbox series

[meta-python,2/2] python3-pika: Upgrade 1.4.1 -> 1.4.2

Message ID 20260730151527.3241842-2-leon.anavi@konsulko.com
State Under Review
Headers show
Series [meta-python,1/2] python3-wrapt: Upgrade 2.2.2 -> 2.3.0 | expand

Commit Message

Leon Anavi July 30, 2026, 3:15 p.m. UTC
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 <leon.anavi@konsulko.com>
---
 .../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 mbox series

Patch

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