From 06bfd7e45947e046f422540b242d750eec0f9dfa Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 27 Jan 2026 17:43:38 +0800 Subject: python3-ukkonen: upgrade 1.0.1 -> 1.1.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-ukkonen_1.1.0.bb | 18 ++++++++++++++++++ .../recipes-devtools/python/python3-ukkonen_git.bb | 19 ------------------- 2 files changed, 18 insertions(+), 19 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python3-ukkonen_1.1.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-ukkonen_git.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-ukkonen_1.1.0.bb b/meta-python/recipes-devtools/python/python3-ukkonen_1.1.0.bb new file mode 100644 index 0000000000..8fc5af1ef7 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-ukkonen_1.1.0.bb @@ -0,0 +1,18 @@ +SUMMARY = "Implementation of bounded Levenshtein distance (Ukkonen)" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=7e49a187324d5a1a6c4ba2b9c3fd4033" + +PYPI_PACKAGE = "ukkonen" + +inherit setuptools3 + +SRC_URI += "git://github.com/asottile/ukkonen;protocol=https;branch=main;tag=v${PV}" +SRCREV = "5fa9858f0997927d9f9c1794e1741fe8dbd4c1e8" +DEPENDS += " \ + python3-pip-native \ + python3-cffi-native \ +" + +RDEPENDS:${PN} = " \ + python3-cffi \ +" diff --git a/meta-python/recipes-devtools/python/python3-ukkonen_git.bb b/meta-python/recipes-devtools/python/python3-ukkonen_git.bb deleted file mode 100644 index b9e85e78be..0000000000 --- a/meta-python/recipes-devtools/python/python3-ukkonen_git.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "Implementation of bounded Levenshtein distance (Ukkonen)" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=7e49a187324d5a1a6c4ba2b9c3fd4033" - -PYPI_PACKAGE = "ukkonen" - -inherit setuptools3 - -PV = "1.0.1+git" -SRC_URI += "git://github.com/asottile/ukkonen;protocol=https;branch=main" -SRCREV = "ad108a16e8203867f4860287b61149e0bdd838ca" -DEPENDS += " \ - python3-pip-native \ - python3-cffi-native \ -" - -RDEPENDS:${PN} = " \ - python3-cffi \ -" -- cgit v1.2.3-54-g00ecf