14
0
forked from pool/python-pyperf

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
This commit is contained in:
2025-02-03 11:14:50 +00:00
committed by Git OBS Bridge
parent 24c7c69ca4
commit 8cf5735b41
4 changed files with 18 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b30a20465819daf102b6543b512f6799a5a879ff2a123981e6cd732d0e6a7a79
size 225186

3
pyperf-2.8.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ef103e21a4d04999315003026a2d659c48a7cfce5e1440f03d6e72591400713a
size 225161

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Feb 3 09:45:35 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <dmueller@suse.com>

View File

@@ -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