From: Wang Mingyu <[email protected]>

Changelog:
==========
-Check to ensure the gevent monkeypatch was applied when running the consumer
 with greenlet workers, log warning if it is not.
-Explicitly clear the revoked flag on task instances after execution (#713).
-Add support for delay=, eta= in Huey's .s() and .then()
-Add support for rescheduling callback pipelines when rescheduling a task.
-Add an on_commit_task() decorator for Django extension that will enqueue the
 task after any database changes have been committed.
-Allow overriding the delay and eta when raising a RetryTask exception.
-Add a very simple ResultGroup.as_completed() helper to provide a way to deal
 with multiple results as they become available.
-Add an asyncio helper for resolving task results asynchronously.
-Fix bug in SIGINT and SIGTERM behavior for gevent users.
-Include lock name when a task fails due to TaskLocked exception

Signed-off-by: Wang Mingyu <[email protected]>
---
 .../python/{python3-huey_2.4.5.bb => python3-huey_2.5.0.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-huey_2.4.5.bb => 
python3-huey_2.5.0.bb} (78%)

diff --git a/meta-python/recipes-devtools/python/python3-huey_2.4.5.bb 
b/meta-python/recipes-devtools/python/python3-huey_2.5.0.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-huey_2.4.5.bb
rename to meta-python/recipes-devtools/python/python3-huey_2.5.0.bb
index dbddd6cb80..c6e5606090 100644
--- a/meta-python/recipes-devtools/python/python3-huey_2.4.5.bb
+++ b/meta-python/recipes-devtools/python/python3-huey_2.5.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://LICENSE;md5=5cac039fcc82f01141cc170b48f315d4"
 
 PYPI_PACKAGE = "huey"
 
-SRC_URI[sha256sum] = 
"760cf150deff1fa34b852da37701a5a750d1148f03ea07aa2b3764dc6060b4c3"
+SRC_URI[sha256sum] = 
"2ffb52fb5c46a1b0d53c79d59df3622312b27e2ab68d81a580985a8ea4ca3480"
 
 RDEPENDS:${PN} += " \
        python3-datetime \
-- 
2.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#105670): 
https://lists.openembedded.org/g/openembedded-devel/message/105670
Mute This Topic: https://lists.openembedded.org/mt/102131363/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to