From 160ae231a85de75663a4c4a5297a28cf093c04ef9ac27e332df26042944ddd70 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 28 Apr 2025 16:37:21 +0000 Subject: [PATCH] - update to 2.9.0: * Feature: A new hook, perf_record, is available to turn Linux perf profiling on and off around the benchmark code. To use it, pass --hook perf_record. Patch by Matt Page. * Feature: pyperf will now warn if you are collecting too few or too many samples for stable results. Patch by Michael Droettboom OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyperf?expand=0&rev=25 --- pyperf-2.8.1.tar.gz | 3 --- pyperf-2.9.0.tar.gz | 3 +++ python-pyperf.changes | 11 +++++++++++ python-pyperf.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 pyperf-2.8.1.tar.gz create mode 100644 pyperf-2.9.0.tar.gz diff --git a/pyperf-2.8.1.tar.gz b/pyperf-2.8.1.tar.gz deleted file mode 100644 index 3830bdd..0000000 --- a/pyperf-2.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef103e21a4d04999315003026a2d659c48a7cfce5e1440f03d6e72591400713a -size 225161 diff --git a/pyperf-2.9.0.tar.gz b/pyperf-2.9.0.tar.gz new file mode 100644 index 0000000..2989363 --- /dev/null +++ b/pyperf-2.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbe0feef8ec1a465df191bba2576149762d15a8c9985c9fea93ab625d875c362 +size 227189 diff --git a/python-pyperf.changes b/python-pyperf.changes index c4c060c..2a2632a 100644 --- a/python-pyperf.changes +++ b/python-pyperf.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Apr 28 16:37:10 UTC 2025 - Dirk Müller + +- update to 2.9.0: + * Feature: A new hook, perf_record, is available to turn Linux + perf profiling on and off around the benchmark code. To use + it, pass --hook perf_record. Patch by Matt Page. + * Feature: pyperf will now warn if you are collecting too few + or too many samples for stable results. Patch by Michael + Droettboom + ------------------------------------------------------------------- Mon Feb 3 09:45:35 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-pyperf.spec b/python-pyperf.spec index 8056bf9..dee918a 100644 --- a/python-pyperf.spec +++ b/python-pyperf.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pyperf -Version: 2.8.1 +Version: 2.9.0 Release: 0 Summary: Python module to run and analyze benchmarks License: MIT