From 8cf5735b410044d0a16da8d88212bb8686318f0960b32d37494cfaf49b3b2bdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 3 Feb 2025 11:14:50 +0000 Subject: [PATCH] Accepting request 1242549 from home:glaubitz:branches:devel:languages:python - Update to 2.9.0 * Bugfix: Hooks now work correctly in subprocess benchmarks (bench.run_command). * Python 3.8 is now unsupported. - Limit Python files matched in %files section OBS-URL: https://build.opensuse.org/request/show/1242549 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyperf?expand=0&rev=23 --- pyperf-2.8.0.tar.gz | 3 --- pyperf-2.8.1.tar.gz | 3 +++ python-pyperf.changes | 9 +++++++++ python-pyperf.spec | 9 ++++++--- 4 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 pyperf-2.8.0.tar.gz create mode 100644 pyperf-2.8.1.tar.gz diff --git a/pyperf-2.8.0.tar.gz b/pyperf-2.8.0.tar.gz deleted file mode 100644 index ab64044..0000000 --- a/pyperf-2.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b30a20465819daf102b6543b512f6799a5a879ff2a123981e6cd732d0e6a7a79 -size 225186 diff --git a/pyperf-2.8.1.tar.gz b/pyperf-2.8.1.tar.gz new file mode 100644 index 0000000..3830bdd --- /dev/null +++ b/pyperf-2.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef103e21a4d04999315003026a2d659c48a7cfce5e1440f03d6e72591400713a +size 225161 diff --git a/python-pyperf.changes b/python-pyperf.changes index d6648e8..c4c060c 100644 --- a/python-pyperf.changes +++ b/python-pyperf.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Feb 3 09:45:35 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 2.9.0 + * Bugfix: Hooks now work correctly in subprocess benchmarks + (bench.run_command). + * Python 3.8 is now unsupported. +- Limit Python files matched in %files section + ------------------------------------------------------------------- Fri Oct 18 10:45:53 UTC 2024 - Dirk Müller diff --git a/python-pyperf.spec b/python-pyperf.spec index adf2823..8056bf9 100644 --- a/python-pyperf.spec +++ b/python-pyperf.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyperf # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pyperf -Version: 2.8.0 +Version: 2.8.1 Release: 0 Summary: Python module to run and analyze benchmarks License: MIT @@ -44,6 +44,7 @@ Python module to run and analyze benchmarks. %prep %setup -q -n pyperf-%{version} +sed -i '/\/usr\/bin\/env\ python3/d' pyperf/tests/mult_list_bench.py %build %pyproject_wheel @@ -66,6 +67,8 @@ Python module to run and analyze benchmarks. %doc README.rst %license COPYING %python_alternative %{_bindir}/pyperf -%{python_sitelib}/* +%{python_sitelib}/pyperf +%{python_sitelib}/pyperf +%{python_sitelib}/pyperf-%{version}.dist-info %changelog