summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-01-27 17:43:38 +0800
committerKhem Raj <raj.khem@gmail.com>2026-01-27 11:58:35 -0800
commit06bfd7e45947e046f422540b242d750eec0f9dfa (patch)
tree441a7ee517f18f1caebee61aa3d8c06e23043f01 /meta-python/recipes-devtools/python
parenta83ff1a2bdedb8c169b76b54f6e17457f9ab0c31 (diff)
downloadmeta-openembedded-06bfd7e45947e046f422540b242d750eec0f9dfa.tar.gz
python3-ukkonen: upgrade 1.0.1 -> 1.1.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-ukkonen_1.1.0.bb (renamed from meta-python/recipes-devtools/python/python3-ukkonen_git.bb)5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ukkonen_git.bb b/meta-python/recipes-devtools/python/python3-ukkonen_1.1.0.bb
index b9e85e78be..8fc5af1ef7 100644
--- a/meta-python/recipes-devtools/python/python3-ukkonen_git.bb
+++ b/meta-python/recipes-devtools/python/python3-ukkonen_1.1.0.bb
@@ -6,9 +6,8 @@ PYPI_PACKAGE = "ukkonen"
6 6
7inherit setuptools3 7inherit setuptools3
8 8
9PV = "1.0.1+git" 9SRC_URI += "git://github.com/asottile/ukkonen;protocol=https;branch=main;tag=v${PV}"
10SRC_URI += "git://github.com/asottile/ukkonen;protocol=https;branch=main" 10SRCREV = "5fa9858f0997927d9f9c1794e1741fe8dbd4c1e8"
11SRCREV = "ad108a16e8203867f4860287b61149e0bdd838ca"
12DEPENDS += " \ 11DEPENDS += " \
13 python3-pip-native \ 12 python3-pip-native \
14 python3-cffi-native \ 13 python3-cffi-native \