summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-awesomeversion_24.6.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-awesomeversion: Upgrade 24.6.0 -> 25.5.0Leon Anavi2025-06-021-11/+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>
* python3-awesomeversion: upgrade 24.2.0 -> 24.6.0Wang Mingyu2024-07-011-0/+11
Changelog: ========= - Remove deprecated positional arguments - Add timeframe to warning about using find_first_match without ensure_strategy - Split release flow into two jobs (build/publish) - Use correct depth argument for checkout action - Add artifacts group to dependabot config - Extend PEP440 to include (_/-) as dev/post/pre-release separator - Allow local version for PEP440 - Update demo to trigger on input Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>