diff mbox series

[meta-python,6/8] python3-dunamai: Add recipe

Message ID 20260612153404.3213552-6-leon.anavi@konsulko.com
State Under Review
Headers show
Series [meta-python,1/8] python3-tornado: Upgrade 6.5.6 -> 6.5.7 | expand

Commit Message

Leon Anavi June 12, 2026, 3:34 p.m. UTC
Add recipe for release 1.26.1:

- Fixed: The highest_tag argument was ignored in Version.from_any_vcs()
- Fixed: Compatibility with Pijul 1.0.0-beta.11

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../recipes-devtools/python/python3-dunamai_1.26.1.bb    | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-dunamai_1.26.1.bb
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-dunamai_1.26.1.bb b/meta-python/recipes-devtools/python/python3-dunamai_1.26.1.bb
new file mode 100644
index 0000000000..a94120c740
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-dunamai_1.26.1.bb
@@ -0,0 +1,9 @@ 
+SUMMARY = "Dynamic version generation"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=059eed55dbfd3fea022510ea62c95dc1"
+
+SRC_URI[sha256sum] = "3b46007bd65b00b4824ead0a1aee365fd22d0ec2b9c219497d4fd48f52860c8b"
+
+inherit pypi python_poetry_core
+
+BBCLASSEXTEND = "native nativesdk"