forked from pool/python-pyperf
Accepting request 1242788 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1242788 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyperf?expand=0&rev=12
This commit is contained in:
@@ -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
3
pyperf-2.8.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ef103e21a4d04999315003026a2d659c48a7cfce5e1440f03d6e72591400713a
|
||||||
|
size 225161
|
@@ -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>
|
Fri Oct 18 10:45:53 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pyperf
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-pyperf
|
Name: python-pyperf
|
||||||
Version: 2.8.0
|
Version: 2.8.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python module to run and analyze benchmarks
|
Summary: Python module to run and analyze benchmarks
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -44,6 +44,7 @@ Python module to run and analyze benchmarks.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n pyperf-%{version}
|
%setup -q -n pyperf-%{version}
|
||||||
|
sed -i '/\/usr\/bin\/env\ python3/d' pyperf/tests/mult_list_bench.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
@@ -66,6 +67,8 @@ Python module to run and analyze benchmarks.
|
|||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%python_alternative %{_bindir}/pyperf
|
%python_alternative %{_bindir}/pyperf
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/pyperf
|
||||||
|
%{python_sitelib}/pyperf
|
||||||
|
%{python_sitelib}/pyperf-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user