diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2025-02-10 12:10:23 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-02-12 09:16:08 -0800 |
| commit | c91033bdc08390d332cae76d9bffc6ff27a71be0 (patch) | |
| tree | 42501704c80da97af8906b032b5bac90c5e79dff /meta-python/recipes-devtools/python/python3-semver_3.0.4.bb | |
| parent | c7a1c55f267c3c23efbf4b1aa00800a7d62940dd (diff) | |
| download | meta-openembedded-c91033bdc08390d332cae76d9bffc6ff27a71be0.tar.gz | |
python3-semver: Upgrade 3.0.2 -> 3.0.4
Upgrade to release 3.0.4:
- Re-enable Trove license identifier
- Fix source dist file
License-Update: Replaced organization placeholder in LICENSE
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-semver_3.0.4.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-semver_3.0.4.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-semver_3.0.4.bb b/meta-python/recipes-devtools/python/python3-semver_3.0.4.bb new file mode 100644 index 0000000000..acac3bf3ca --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-semver_3.0.4.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | DESCRIPTION = "Python module for Semantic Versioning" | ||
| 2 | HOMEPAGE = "https://github.com/python-semver/python-semver" | ||
| 3 | BUGTRACKER = "https://github.com/python-semver/python-semver" | ||
| 4 | LICENSE = "BSD-3-Clause" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3ce011bad2c5218ddd4973952a6db93a" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "afc7d8c584a5ed0a11033af086e8af226a9c0b206f313e0301f8dd7b6b589602" | ||
| 8 | |||
| 9 | inherit pypi python_setuptools_build_meta ptest-python-pytest | ||
| 10 | |||
| 11 | BBCLASSEXTEND = "native nativesdk" | ||
| 12 | |||
| 13 | DEPENDS += " python3-setuptools-scm-native" | ||
| 14 | |||
