summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-11-06 14:30:48 +0800
committerKhem Raj <raj.khem@gmail.com>2024-11-05 22:45:21 -0800
commitc16959073b000bcf070745d8ed832ffb6769bfd3 (patch)
tree173771e0cbd0b6f318f9bd2a23626cb8024ce575 /meta-python/recipes-devtools/python
parentb834a2c4ba2e47a018f154b3a1bd25e1be6f9aa1 (diff)
downloadmeta-openembedded-c16959073b000bcf070745d8ed832ffb6769bfd3.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pytest-codspeed_3.0.0.bb (renamed from meta-python/recipes-devtools/python/python3-pytest-codspeed_2.2.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest-codspeed_2.2.1.bb b/meta-python/recipes-devtools/python/python3-pytest-codspeed_3.0.0.bb
index b7b5461f6b..b731e77f17 100644
--- a/meta-python/recipes-devtools/python/python3-pytest-codspeed_2.2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pytest-codspeed_3.0.0.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=2856cbe664e8843cd4fd4c1d1d85c2c3" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=2856cbe664e8843cd4fd4c1d1d85c2c3"
5 5
6DEPENDS = "python3-hatchling-native" 6DEPENDS = "python3-hatchling-native"
7SRC_URI[sha256sum] = "0adc24baf01c64a6ca0a0b83b3cd704351708997e09ec086b7776c32227d4e0a" 7SRC_URI[sha256sum] = "c5b80100ea32dd44079bb2db298288763eb8fe859eafa1650a8711bd2c32fd06"
8 8
9inherit pypi python_hatchling 9inherit pypi python_hatchling
10 10