From 262bccf80a8a93e83ea7a0988e99af5bfe681aae Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 12 May 2025 17:03:18 +0800 Subject: python3-calver: upgrade 2025.04.02 -> 2025.04.17 Changelog: - test: Delete SOURCE_DATE_EPOCH envvar if already present for robustness (From OE-Core rev: ac2ea906568bdb6aaf1f0ca4d35da87ceb39304d) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- .../python/python3-calver_2025.04.02.bb | 17 ----------------- .../python/python3-calver_2025.04.17.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-calver_2025.04.02.bb create mode 100644 meta/recipes-devtools/python/python3-calver_2025.04.17.bb diff --git a/meta/recipes-devtools/python/python3-calver_2025.04.02.bb b/meta/recipes-devtools/python/python3-calver_2025.04.02.bb deleted file mode 100644 index 3f169e1f7c..0000000000 --- a/meta/recipes-devtools/python/python3-calver_2025.04.02.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "Setuptools extension for CalVer package versions" -HOMEPAGE = "https://github.com/di/calver" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" - -SRC_URI = "git://github.com/di/calver;branch=master;protocol=https;tag=${PV}" -SRCREV = "e9c8017caf3e3aff214fbb581ee7f366de55f629" - -inherit python_setuptools_build_meta ptest-python-pytest - -S = "${WORKDIR}/git" - -RDEPENDS:${PN}-ptest += " \ - python3-pretend \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-calver_2025.04.17.bb b/meta/recipes-devtools/python/python3-calver_2025.04.17.bb new file mode 100644 index 0000000000..290be21ce2 --- /dev/null +++ b/meta/recipes-devtools/python/python3-calver_2025.04.17.bb @@ -0,0 +1,17 @@ +SUMMARY = "Setuptools extension for CalVer package versions" +HOMEPAGE = "https://github.com/di/calver" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" + +SRC_URI = "git://github.com/di/calver;branch=master;protocol=https;tag=${PV}" +SRCREV = "3b74bdce35f2814eb2b65db39a133d5c849ddea7" + +inherit python_setuptools_build_meta ptest-python-pytest + +S = "${WORKDIR}/git" + +RDEPENDS:${PN}-ptest += " \ + python3-pretend \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf