diff mbox series

[meta-python,24/25] python3-ukkonen: upgrade 1.0.1 -> 1.1.0

Message ID 20260127094339.1081-24-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-filesystems,01/25] bindfs: upgrade 1.18.3 -> 1.18.4 | expand

Commit Message

Wang Mingyu Jan. 27, 2026, 9:43 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-ukkonen_git.bb => python3-ukkonen_1.1.0.bb}     | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-ukkonen_git.bb => python3-ukkonen_1.1.0.bb} (82%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-ukkonen_git.bb b/meta-python/recipes-devtools/python/python3-ukkonen_1.1.0.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-ukkonen_git.bb
rename to 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"
 
 inherit setuptools3
 
-PV = "1.0.1+git"
-SRC_URI += "git://github.com/asottile/ukkonen;protocol=https;branch=main"
-SRCREV = "ad108a16e8203867f4860287b61149e0bdd838ca"
+SRC_URI += "git://github.com/asottile/ukkonen;protocol=https;branch=main;tag=v${PV}"
+SRCREV = "5fa9858f0997927d9f9c1794e1741fe8dbd4c1e8"
 DEPENDS += " \
 	python3-pip-native \
 	python3-cffi-native \