diff options
| author | Trevor Gamblin <tgamblin@baylibre.com> | 2023-07-21 15:25:22 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-07-23 16:36:14 -0700 |
| commit | b968197cf377de2c648fb1381d6f239c21c92038 (patch) | |
| tree | 2af27ea7114cfcef119d2c28b5105935a9d6b1bf /meta-python/recipes-devtools/python/python3-awesomeversion_23.5.0.bb | |
| parent | f2c2894f20d917e06afbf596e67f0527c85cca1e (diff) | |
| download | meta-openembedded-b968197cf377de2c648fb1381d6f239c21c92038.tar.gz | |
python3-awesomeversion: upgrade 22.9.0 -> 23.5.0
The project has stopped using setuptools in favor of poetry, so inherit
python_poetry_core instead.
Changelog (https://github.com/ludeeus/awesomeversion/releases/tag/23.5.0):
- Add CI for Python 3.11 by @ludeeus in #191
- Add demo page by @ludeeus in #195
- Add better styles to demo by @ludeeus in #197
- Remove setuptools from dev-dependencies by @ludeeus in #202
- Update demo with compare by @ludeeus in #219
- Add Python 3.12 to CI by @ludeeus in #222
- Add in_range helper method by @ludeeus in #224
- Restructure README contents by @ludeeus in #225
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-awesomeversion_23.5.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-awesomeversion_23.5.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-awesomeversion_23.5.0.bb b/meta-python/recipes-devtools/python/python3-awesomeversion_23.5.0.bb new file mode 100644 index 0000000000..bcd959cb27 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-awesomeversion_23.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] = "a505558316010d2d10d487226f79c1157204af00fa462fdcf948e347011dd491" | ||
| 8 | |||
| 9 | RDEPENDS:${PN} += "python3-profile python3-logging" | ||
| 10 | |||
| 11 | inherit pypi python_poetry_core | ||
