summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-11-18 17:29:46 +0800
committerKhem Raj <raj.khem@gmail.com>2024-11-19 16:59:14 -0800
commitf81df9e27e72bbfa5b5d9594832e95436e9e77c4 (patch)
treeecb765d6bb93b50eab16ec579e9bc658fe4b5197 /meta-python/recipes-devtools/python
parentd910f9323e862098943c06e10c66ec2725386877 (diff)
downloadmeta-openembedded-f81df9e27e72bbfa5b5d9594832e95436e9e77c4.tar.gz
python3-pyperf: upgrade 2.8.0 -> 2.8.1
Changelog: =========== - Bugfix: Hooks now work correctly in subprocess benchmarks (bench.run_command). - Python 3.8 is now unsupported. 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-pyperf_2.8.1.bb (renamed from meta-python/recipes-devtools/python/python3-pyperf_2.8.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyperf_2.8.0.bb b/meta-python/recipes-devtools/python/python3-pyperf_2.8.1.bb
index 9857701b57..a9f30745bf 100644
--- a/meta-python/recipes-devtools/python/python3-pyperf_2.8.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pyperf_2.8.1.bb
@@ -13,7 +13,7 @@ Features: \
13LICENSE = "MIT" 13LICENSE = "MIT"
14LIC_FILES_CHKSUM = "file://COPYING;md5=78bc2e6e87c8c61272937b879e6dc2f8" 14LIC_FILES_CHKSUM = "file://COPYING;md5=78bc2e6e87c8c61272937b879e6dc2f8"
15 15
16SRC_URI[sha256sum] = "b30a20465819daf102b6543b512f6799a5a879ff2a123981e6cd732d0e6a7a79" 16SRC_URI[sha256sum] = "ef103e21a4d04999315003026a2d659c48a7cfce5e1440f03d6e72591400713a"
17 17
18DEPENDS += "python3-six-native" 18DEPENDS += "python3-six-native"
19 19