From c16959073b000bcf070745d8ed832ffb6769bfd3 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 6 Nov 2024 14:30:48 +0800 Subject: python3-pytest-codspeed: upgrade 2.2.1 -> 3.0.0 Changelog: https://github.com/CodSpeedHQ/pytest-codspeed/releases/tag/v3.0.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-pytest-codspeed_2.2.1.bb | 12 ------------ .../recipes-devtools/python/python3-pytest-codspeed_3.0.0.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pytest-codspeed_2.2.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-pytest-codspeed_3.0.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-pytest-codspeed_2.2.1.bb b/meta-python/recipes-devtools/python/python3-pytest-codspeed_2.2.1.bb deleted file mode 100644 index b7b5461f6b..0000000000 --- a/meta-python/recipes-devtools/python/python3-pytest-codspeed_2.2.1.bb +++ /dev/null @@ -1,12 +0,0 @@ -SUMMARY = "Pytest plugin to create CodSpeed benchmarks" -HOMEPAGE = "https://codspeed.io/" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2856cbe664e8843cd4fd4c1d1d85c2c3" - -DEPENDS = "python3-hatchling-native" -SRC_URI[sha256sum] = "0adc24baf01c64a6ca0a0b83b3cd704351708997e09ec086b7776c32227d4e0a" - -inherit pypi python_hatchling - -PYPI_PACKAGE = "pytest_codspeed" -RDEPENDS:${PN} = "python3-cffi python3-filelock python3-pytest" diff --git a/meta-python/recipes-devtools/python/python3-pytest-codspeed_3.0.0.bb b/meta-python/recipes-devtools/python/python3-pytest-codspeed_3.0.0.bb new file mode 100644 index 0000000000..b731e77f17 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pytest-codspeed_3.0.0.bb @@ -0,0 +1,12 @@ +SUMMARY = "Pytest plugin to create CodSpeed benchmarks" +HOMEPAGE = "https://codspeed.io/" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=2856cbe664e8843cd4fd4c1d1d85c2c3" + +DEPENDS = "python3-hatchling-native" +SRC_URI[sha256sum] = "c5b80100ea32dd44079bb2db298288763eb8fe859eafa1650a8711bd2c32fd06" + +inherit pypi python_hatchling + +PYPI_PACKAGE = "pytest_codspeed" +RDEPENDS:${PN} = "python3-cffi python3-filelock python3-pytest" -- cgit v1.2.3-54-g00ecf