From 481db4204e5a346df4c95d15116783edf613aea9 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 8 Mar 2021 18:18:08 +0200 Subject: python3-huey: Upgrade 2.3.0 -> 2.3.1 Upgrade to release 2.3.1: - Add SIGNAL_INTERRUPTED to signal when a task is interrupted when a consumer exits abruptly. - Use the Huey.create_consumer() API within the Django management command, to allow Django users to customize the creation of the Consumer instance. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-huey_2.3.0.bb | 12 ------------ meta-python/recipes-devtools/python/python3-huey_2.3.1.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-huey_2.3.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-huey_2.3.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-huey_2.3.0.bb b/meta-python/recipes-devtools/python/python3-huey_2.3.0.bb deleted file mode 100644 index f70a349fd5..0000000000 --- a/meta-python/recipes-devtools/python/python3-huey_2.3.0.bb +++ /dev/null @@ -1,12 +0,0 @@ -SUMMARY = "a little task queue for python" -SECTION = "devel/python" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=5cac039fcc82f01141cc170b48f315d4" - -PYPI_PACKAGE = "huey" - -SRC_URI[md5sum] = "aa9f2a8f54cb68c62690c5e28589f49c" -SRC_URI[sha256sum] = "76978840a875607cd77c283c4ebf3ea5071b2ec06a1ac428d63be0d88f1e7070" - -inherit pypi setuptools3 - diff --git a/meta-python/recipes-devtools/python/python3-huey_2.3.1.bb b/meta-python/recipes-devtools/python/python3-huey_2.3.1.bb new file mode 100644 index 0000000000..d8141c8e81 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-huey_2.3.1.bb @@ -0,0 +1,11 @@ +SUMMARY = "a little task queue for python" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=5cac039fcc82f01141cc170b48f315d4" + +PYPI_PACKAGE = "huey" + +SRC_URI[sha256sum] = "de9b6d0fd59794378fe05813d302be68038044ef3b68274b84ca8d285e20f803" + +inherit pypi setuptools3 + -- cgit v1.2.3-54-g00ecf