From 25b9efc9b098b2faf8572b69d035a914a961534d Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 10 Jan 2022 18:31:46 +0200 Subject: python3-huey: Upgrade 2.4.2 -> 2.4.3 Upgrade to release 2.4.3: - Fix compatibility issue with new redis-py Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-huey_2.4.2.bb | 18 ------------------ .../recipes-devtools/python/python3-huey_2.4.3.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-huey_2.4.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-huey_2.4.3.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-huey_2.4.2.bb b/meta-python/recipes-devtools/python/python3-huey_2.4.2.bb deleted file mode 100644 index 865e9ff772..0000000000 --- a/meta-python/recipes-devtools/python/python3-huey_2.4.2.bb +++ /dev/null @@ -1,18 +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[sha256sum] = "20683288e27e851f786b38465784c5d0e7e2b93b8791cc826898f9555a320cb4" - -RDEPENDS:${PN} += " \ - python3-datetime \ - python3-logging \ - python3-multiprocessing \ - python3-json \ -" - -inherit pypi setuptools3 - diff --git a/meta-python/recipes-devtools/python/python3-huey_2.4.3.bb b/meta-python/recipes-devtools/python/python3-huey_2.4.3.bb new file mode 100644 index 0000000000..f8f4062a64 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-huey_2.4.3.bb @@ -0,0 +1,18 @@ +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] = "4fa2f6055d581778c3bcf93fc8c9ce87aecc2a345d5ff35bd955da152c02ef37" + +RDEPENDS:${PN} += " \ + python3-datetime \ + python3-logging \ + python3-multiprocessing \ + python3-json \ +" + +inherit pypi setuptools3 + -- cgit v1.2.3-54-g00ecf