diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-08-24 16:10:52 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-08-26 17:32:44 -0700 |
| commit | 6347f1f53c634901b2ad0e64b379ca6256641d58 (patch) | |
| tree | 55220dc9f5ee1d740439c44db8b77a5b007188d7 /meta-python/recipes-devtools/python/python3-awesomeversion_23.8.0.bb | |
| parent | 38aed977103d1967390622b4df6e3f4ac1d2448a (diff) | |
| download | meta-openembedded-6347f1f53c634901b2ad0e64b379ca6256641d58.tar.gz | |
python3-awesomeversion: upgrade 23.5.0 -> 23.8.0
Changelog:
===========
Remove support for Python 3.7
Add hash dunder
Use OIDC for PyPI release
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-awesomeversion_23.8.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-awesomeversion_23.8.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-awesomeversion_23.8.0.bb b/meta-python/recipes-devtools/python/python3-awesomeversion_23.8.0.bb new file mode 100644 index 0000000000..6fd1364ada --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-awesomeversion_23.8.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] = "d788b2917a716adb912ba1c31b831aedd4c37858fcfe080105dc8da30c2e21c3" | ||
| 8 | |||
| 9 | RDEPENDS:${PN} += "python3-profile python3-logging" | ||
| 10 | |||
| 11 | inherit pypi python_poetry_core | ||
