summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-huey_2.4.4.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-10-24 14:55:41 +0800
committerArmin Kuster <akuster808@gmail.com>2022-11-05 13:55:15 -0400
commit4b006e829005f0023a4159c77959c5e6dc0c06d2 (patch)
tree05425012b0170aed3b93e9d529397d7dabe87660 /meta-python/recipes-devtools/python/python3-huey_2.4.4.bb
parent0bface73cb739452278397e0dfae6f93f5cd16c8 (diff)
downloadmeta-openembedded-4b006e829005f0023a4159c77959c5e6dc0c06d2.tar.gz
python3-huey: upgrade 2.4.3 -> 2.4.4
Changelog: =========== Add is_locked(lock_name) to test whether lock is held. Allow raising CancelExecution within a Task, and override retries. Add a very basic redis-backed lock that can be acquired more than once (to provide a rudimentary semaphore). Add a periodic_task() wrapper for MiniHuey class. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit e7c7c60edde10932912d4e729c4bc827cb80413c) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-huey_2.4.4.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-huey_2.4.4.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-huey_2.4.4.bb b/meta-python/recipes-devtools/python/python3-huey_2.4.4.bb
new file mode 100644
index 0000000000..2f433814ee
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-huey_2.4.4.bb
@@ -0,0 +1,18 @@
1SUMMARY = "a little task queue for python"
2SECTION = "devel/python"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=5cac039fcc82f01141cc170b48f315d4"
5
6PYPI_PACKAGE = "huey"
7
8SRC_URI[sha256sum] = "6a27a7862a7a982c0508ad4e548d95765e3b0d97093a51106f07540837a09c86"
9
10RDEPENDS:${PN} += " \
11 python3-datetime \
12 python3-logging \
13 python3-multiprocessing \
14 python3-json \
15"
16
17inherit pypi setuptools3
18