diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2026-06-12 18:34:02 +0300 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-06-14 23:13:32 -0700 |
| commit | f4116069927f6159b15764577f4bb959ee1e6b99 (patch) | |
| tree | 96ad8f7e5b50055f22edc1cb8f9fb350e659a0c6 /meta-python/recipes-devtools/python | |
| parent | 05b6de0a7e97b88b3c3260cd814a805356f40b7e (diff) | |
| download | meta-openembedded-f4116069927f6159b15764577f4bb959ee1e6b99.tar.gz | |
python3-dunamai: Add recipe
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>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-dunamai_1.26.1.bb | 9 |
1 files changed, 9 insertions, 0 deletions
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 @@ | |||
| 1 | SUMMARY = "Dynamic version generation" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=059eed55dbfd3fea022510ea62c95dc1" | ||
| 4 | |||
| 5 | SRC_URI[sha256sum] = "3b46007bd65b00b4824ead0a1aee365fd22d0ec2b9c219497d4fd48f52860c8b" | ||
| 6 | |||
| 7 | inherit pypi python_poetry_core | ||
| 8 | |||
| 9 | BBCLASSEXTEND = "native nativesdk" | ||
