From 3b66eea641731cf40c03e66ab9d74bf397c1b6b7 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 16 Apr 2025 17:02:01 +0800 Subject: python3-greenstalk: upgrade 2.0.2 -> 2.1.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-greenstalk_2.0.2.bb | 10 ---------- .../recipes-devtools/python/python3-greenstalk_2.1.0.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-greenstalk_2.0.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-greenstalk_2.1.0.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-greenstalk_2.0.2.bb b/meta-python/recipes-devtools/python/python3-greenstalk_2.0.2.bb deleted file mode 100644 index 33eb62d5d9..0000000000 --- a/meta-python/recipes-devtools/python/python3-greenstalk_2.0.2.bb +++ /dev/null @@ -1,10 +0,0 @@ -SUMMARY = "A Python 3 client for the beanstalkd work queue" -HOMEPAGE = "https://github.com/mayhewj/greenstalk" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=8f98432ba1fce3933c556430fd47298f" - -SRC_URI[sha256sum] = "3ebde5fc9ecf986f96f6779fd6d15a53f33d432c52a2e28012e100a99ee154a4" - -RDEPENDS:${PN} += "python3-io python3-core" - -inherit pypi python_setuptools_build_meta diff --git a/meta-python/recipes-devtools/python/python3-greenstalk_2.1.0.bb b/meta-python/recipes-devtools/python/python3-greenstalk_2.1.0.bb new file mode 100644 index 0000000000..5b87f39f12 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-greenstalk_2.1.0.bb @@ -0,0 +1,10 @@ +SUMMARY = "A Python 3 client for the beanstalkd work queue" +HOMEPAGE = "https://github.com/mayhewj/greenstalk" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=8f98432ba1fce3933c556430fd47298f" + +SRC_URI[sha256sum] = "a731ca15bc3b03dfffc438db08c96d0c4e8ce5f472403573e40a1939791c12a7" + +RDEPENDS:${PN} += "python3-io python3-core" + +inherit pypi python_setuptools_build_meta python_hatchling -- cgit v1.2.3-54-g00ecf