diff --git a/pytest-benchmark-4.0.0.tar.gz b/pytest-benchmark-4.0.0.tar.gz deleted file mode 100644 index d7ebb78f71e180b6d8fedfc30f7adba376d9e8a3..0000000000000000000000000000000000000000 Binary files a/pytest-benchmark-4.0.0.tar.gz and /dev/null differ diff --git a/pytest-benchmark-5.1.0.tar.gz b/pytest-benchmark-5.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f6967c8f27ba7b537f30271ef98e5ca61db08ced Binary files /dev/null and b/pytest-benchmark-5.1.0.tar.gz differ diff --git a/python-pytest-benchmark.spec b/python-pytest-benchmark.spec index c58c1d021a85cd50fa57f5c762e51d19a914187a..e8a19fa969948d8ff55cdd1702932955296fa18b 100644 --- a/python-pytest-benchmark.spec +++ b/python-pytest-benchmark.spec @@ -1,7 +1,7 @@ %global srcname pytest-benchmark Name: python-%{srcname} -Version: 4.0.0 +Version: 5.1.0 Release: 1 Summary: A py.test fixture for benchmarking code License: BSD @@ -51,5 +51,12 @@ Requires: python3-pycpuinfo %{python3_sitelib}/pytest_benchmark-%{version}-py*.egg-info %changelog +* Wed May 14 2025 Dongxing Wang - 5.1.0-1 +- Update to version 5.1.0 + Fix datetime.utcnow() deprecated in Python 3.12 + More aggressive ruff refactors (unsafe). Remove that compat commonpath + Add benchmark time unit option to pytest_benchmark plugin + Add --benchmark-cprofile-loops and --benchmark-cprofile-top options + * Mon Jun 5 2023 chaozhangm - 4.0.0-1 - Initial RPM release