From c91033bdc08390d332cae76d9bffc6ff27a71be0 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 10 Feb 2025 12:10:23 +0200 Subject: 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 Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-semver_3.0.2.bb | 14 -------------- .../recipes-devtools/python/python3-semver_3.0.4.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-semver_3.0.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-semver_3.0.4.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-semver_3.0.2.bb b/meta-python/recipes-devtools/python/python3-semver_3.0.2.bb deleted file mode 100644 index b329d65e1f..0000000000 --- a/meta-python/recipes-devtools/python/python3-semver_3.0.2.bb +++ /dev/null @@ -1,14 +0,0 @@ -DESCRIPTION = "Python module for Semantic Versioning" -HOMEPAGE = "https://github.com/python-semver/python-semver" -BUGTRACKER = "https://github.com/python-semver/python-semver" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d9da679db3bdce30a1b4328d5c474f98" - -SRC_URI[sha256sum] = "6253adb39c70f6e51afed2fa7152bcd414c411286088fb4b9effb133885ab4cc" - -inherit pypi python_setuptools_build_meta ptest-python-pytest - -BBCLASSEXTEND = "native nativesdk" - -DEPENDS += " python3-setuptools-scm-native" - 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 @@ +DESCRIPTION = "Python module for Semantic Versioning" +HOMEPAGE = "https://github.com/python-semver/python-semver" +BUGTRACKER = "https://github.com/python-semver/python-semver" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3ce011bad2c5218ddd4973952a6db93a" + +SRC_URI[sha256sum] = "afc7d8c584a5ed0a11033af086e8af226a9c0b206f313e0301f8dd7b6b589602" + +inherit pypi python_setuptools_build_meta ptest-python-pytest + +BBCLASSEXTEND = "native nativesdk" + +DEPENDS += " python3-setuptools-scm-native" + -- cgit v1.2.3-54-g00ecf