diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2025-06-02 12:41:32 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-06-02 14:13:09 -0700 |
| commit | 5206d24b416abc81b4dd2fcc4996b52d0b515e5c (patch) | |
| tree | 54aead1fb8dea232162a45e11384729feb95b675 /meta-python/recipes-devtools/python/python3-awesomeversion_25.5.0.bb | |
| parent | bf555c2a62afba319fb7967be4d888ac45975414 (diff) | |
| download | meta-openembedded-5206d24b416abc81b4dd2fcc4996b52d0b515e5c.tar.gz | |
python3-awesomeversion: Upgrade 24.6.0 -> 25.5.0
Upgrade to release 25.5.0:
- Add testing for Python 3.13
- Remove support for EOL Python 3.8
- Break after first hit with find_first_match
- Use cached_property for the prefix property
- Use cached_property for the major property
- Use cached_property for the minor property
- Use cached_property for the simple property
- Use cached_property for the strategy property
- Set full tag names in actions
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-awesomeversion_25.5.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-awesomeversion_25.5.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-awesomeversion_25.5.0.bb b/meta-python/recipes-devtools/python/python3-awesomeversion_25.5.0.bb new file mode 100644 index 0000000000..ae600a48b6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-awesomeversion_25.5.0.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | DESCRIPTION = "One version package to rule them all, One version package to find them, One version package to bring them all, and in the darkness bind them." | ||
| 2 | HOMEPAGE = "https://pypi.org/project/awesomeversion/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENCE.md;md5=92622b5a8e216099be741d78328bae5d" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "d64c9f3579d2f60a5aa506a9dd0b38a74ab5f45e04800f943a547c1102280f31" | ||
| 8 | |||
| 9 | RDEPENDS:${PN} += "python3-profile python3-logging" | ||
| 10 | |||
| 11 | inherit pypi python_poetry_core | ||
