From ad52a7d1245a2a8d1e0bff9cc6a01e95e64d41fe Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 2 Dec 2025 17:51:22 +0800 Subject: python3-mlcommons-loadgen: upgrade 5.1.1 -> 5.1.2 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python3-mlcommons-loadgen_5.1.1.bb | 27 ---------------------- .../python3-mlcommons-loadgen_5.1.2.bb | 27 ++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.1.1.bb create mode 100644 meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.1.2.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.1.1.bb b/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.1.1.bb deleted file mode 100644 index f607dcbcc1..0000000000 --- a/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.1.1.bb +++ /dev/null @@ -1,27 +0,0 @@ -SUMMARY = "MLPerf Inference LoadGen python bindings" -DESCRIPTION = "The LoadGen is a reusable module that efficiently and fairly \ - measures the performance of inference systems. It generates \ - traffic for scenarios as formulated by a diverse set of experts \ - in the MLCommons working group, to emulate the workloads seen in \ - mobile devices, autonomous vehicles, robotics, and cloud-based \ - setups." -HOMEPAGE = "https://mlcommons.org/" -BUGTRACKER = "https://github.com/mlcommons/inference/issues" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://setup.py;beginline=1;endline=14;md5=2c6e34309ef8d57d59ce119f63bc1b76" - -DEPENDS = "python3-pybind11-native" - -inherit setuptools3 pypi - -SRC_URI += " \ - file://source-date-epoch.patch \ -" - -PYPI_PACKAGE = "mlcommons_loadgen" -UPSTREAM_CHECK_PYPI_PACKAGE = "mlcommons_loadgen" - -SRC_URI[sha256sum] = "4059adc2c3cf3655d605f90c510aaf49bf5017fba7c0d85501bc22a90794e4f9" - -# Because the pyproject.toml contains invalid requirements. -INSANE_SKIP += "pep517-backend" diff --git a/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.1.2.bb b/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.1.2.bb new file mode 100644 index 0000000000..79687290f5 --- /dev/null +++ b/meta-python/recipes-devtools/python3-mlcommons-loadgen/python3-mlcommons-loadgen_5.1.2.bb @@ -0,0 +1,27 @@ +SUMMARY = "MLPerf Inference LoadGen python bindings" +DESCRIPTION = "The LoadGen is a reusable module that efficiently and fairly \ + measures the performance of inference systems. It generates \ + traffic for scenarios as formulated by a diverse set of experts \ + in the MLCommons working group, to emulate the workloads seen in \ + mobile devices, autonomous vehicles, robotics, and cloud-based \ + setups." +HOMEPAGE = "https://mlcommons.org/" +BUGTRACKER = "https://github.com/mlcommons/inference/issues" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://setup.py;beginline=1;endline=14;md5=2c6e34309ef8d57d59ce119f63bc1b76" + +DEPENDS = "python3-pybind11-native" + +inherit setuptools3 pypi + +SRC_URI += " \ + file://source-date-epoch.patch \ +" + +PYPI_PACKAGE = "mlcommons_loadgen" +UPSTREAM_CHECK_PYPI_PACKAGE = "mlcommons_loadgen" + +SRC_URI[sha256sum] = "cd686a6223c978d1056e38a417e4807bfa21c855189f7882d24c8313174bca74" + +# Because the pyproject.toml contains invalid requirements. +INSANE_SKIP += "pep517-backend" -- cgit v1.2.3-54-g00ecf