diff mbox series

[meta-python] python3-pyperf: upgrade 2.4.1 -> 2.5.0

Message ID 1669616722-13377-5-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-pyperf: upgrade 2.4.1 -> 2.5.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Nov. 28, 2022, 6:25 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
Recognize new name of Graal-based Python as jitted
Collect specialization statistics from running benchmarks
Add support for Python 3.11

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-pyperf_2.4.1.bb => python3-pyperf_2.5.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pyperf_2.4.1.bb => python3-pyperf_2.5.0.bb} (89%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pyperf_2.4.1.bb b/meta-python/recipes-devtools/python/python3-pyperf_2.5.0.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-pyperf_2.4.1.bb
rename to meta-python/recipes-devtools/python/python3-pyperf_2.5.0.bb
index cb8282566..d5eaa4f60 100644
--- a/meta-python/recipes-devtools/python/python3-pyperf_2.4.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pyperf_2.5.0.bb
@@ -13,7 +13,7 @@  Features: \
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=78bc2e6e87c8c61272937b879e6dc2f8"
 
-SRC_URI[sha256sum] = "38cf5e90c56f906a8320ce82a50bfa92c902b93affd72e4dc81580115f355853"
+SRC_URI[sha256sum] = "9fd9be5b57224e68b5a5b88f7126f15b6c8667573f62a0a39faf14d6fdd13909"
 
 DEPENDS += "${PYTHON_PN}-six-native"