forked from pool/python-pytest-benchmark
update to 5.2.1
This commit is contained in:
BIN
pytest-benchmark-5.1.0.tar.gz
(Stored with Git LFS)
BIN
pytest-benchmark-5.1.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
pytest_benchmark-5.2.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
pytest_benchmark-5.2.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 5 12:35:00 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Update to 5.2.1
|
||||
* Added support for a per-round teardown function to pedantic mode.
|
||||
* Added --benchmark-time-unit option.
|
||||
* Fixed deprecated hook examples in docstrings.
|
||||
* Changed --benchmark-compare-fail to accept percentages higher than 100%.
|
||||
* Replaced the complicated and broken code of pytest_benchmark.utils.clonefunc
|
||||
with a simple return of the input.
|
||||
* Add markers so pytest doesn’t try to assert-rewrite the plugin internals
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 21 15:41:07 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
|
||||
@@ -23,12 +23,12 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pytest-benchmark
|
||||
Version: 5.1.0
|
||||
Version: 5.2.1
|
||||
Release: 0
|
||||
Summary: A py.test fixture for benchmarking code
|
||||
License: BSD-2-Clause
|
||||
URL: https://github.com/ionelmc/pytest-benchmark
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pytest-benchmark/pytest-benchmark-%{version}.tar.gz
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pytest_benchmark/pytest_benchmark-%{version}.tar.gz
|
||||
# PATCH-FIX-OPENSUSE Ignore DeprecationWarning, some of our dependancies use
|
||||
# pkg_resources.
|
||||
Patch2: ignore-deprecationwarning.patch
|
||||
@@ -66,7 +66,7 @@ A py.test fixture for benchmarking code. It will group the tests into
|
||||
rounds that are calibrated to the chosen timer.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n pytest-benchmark-%{version}
|
||||
%autosetup -p1 -n pytest_benchmark-%{version}
|
||||
# skip nbmake
|
||||
rm pytest.ini
|
||||
# skip cli tests as we use update-alternatives
|
||||
|
||||
Reference in New Issue
Block a user