diff mbox series

[meta-python,38/67] python3-janus: upgrade 1.1.0 -> 2.0.0

Message ID 1735032421-13513-38-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe,01/67] ctags: upgrade 6.1.20241215.0 -> 6.1.20241222.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Dec. 24, 2024, 9:26 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Optimize internal implementation for a little speedup
- Make not-full and not-empty notifications faster
- Add .aclose() async method
- Reduce notifications for a minor speedup
- Allow janus.Queue() instantiation without running asyncio event loop
- Remove sync notifiers for a major speedup
- Fix hang in AsyncQueue.join()
- Implement .shutdown(immediate=False) for both sync and async APIs

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-janus_1.1.0.bb => python3-janus_2.0.0.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-janus_1.1.0.bb => python3-janus_2.0.0.bb} (80%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-janus_1.1.0.bb b/meta-python/recipes-devtools/python/python3-janus_2.0.0.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-janus_1.1.0.bb
rename to meta-python/recipes-devtools/python/python3-janus_2.0.0.bb
index a5f251f62c..9209f96d66 100644
--- a/meta-python/recipes-devtools/python/python3-janus_1.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-janus_2.0.0.bb
@@ -3,7 +3,7 @@  SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=23878c357ebb4c8ce1109be365043349"
 
-SRC_URI[sha256sum] = "0634df8b2b31f8afda4311abcf7fea912686fef717d13769eeaa01ae08d2b84c"
+SRC_URI[sha256sum] = "0970f38e0e725400496c834a368a67ee551dc3b5ad0a257e132f5b46f2e77770"
 
 inherit pypi python_setuptools_build_meta