From 931e5f7a55401999e3a7f0c7bf1a74e36643ee22aebb07d5c0d2a0de65709d1f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 4 Sep 2023 15:55:35 +0000 Subject: [PATCH] - update to 0.6.0: * ``asv_runner`` is now used internally, making the addition of custom benchmark types viable (#1287) * Benchmarks can be skipped, both wholly and in part using new decorators ``skip_benchmark_if`` and ``skip_params_if`` * Benchmarks can be skipped during their execution (after setup) by raising ``SkipNotImplemented`` (#1307) * Added ``default_benchmark_timeout`` to the configuration object, can also be * passed via ``-a timeout=NUMBER`` (#1308) * ``ASV_RUNNER_PATH`` can be set from the terminal to test newer versions of ``asv_runner`` (#1312) * Removed ``asv dev`` in favor of using ``asv run`` with the right arguments (#1200) * ``asv run`` and ``asv continuous`` don't implement the ``--strict`` option anymore, and they will always return a non-zero (i.e. ``2``) exit status if any benchmark fail. * Fixed ``install_timeout`` for ``conda`` (#1310) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asv?expand=0&rev=12 --- asv-0.5.1.tar.gz | 3 --- asv-0.6.0.tar.gz | 3 +++ python-asv.changes | 22 ++++++++++++++++++++++ python-asv.spec | 4 ++-- 4 files changed, 27 insertions(+), 5 deletions(-) delete mode 100644 asv-0.5.1.tar.gz create mode 100644 asv-0.6.0.tar.gz diff --git a/asv-0.5.1.tar.gz b/asv-0.5.1.tar.gz deleted file mode 100644 index 219bcfc..0000000 --- a/asv-0.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:805fc3cc46c0bcf3e7baeaa16a12e4b92f1276c25490db4cb80fc541afa52bfc -size 487183 diff --git a/asv-0.6.0.tar.gz b/asv-0.6.0.tar.gz new file mode 100644 index 0000000..ada7e60 --- /dev/null +++ b/asv-0.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9afce3008094209b7e87b7b880bc6b8f2da303fdc6dd665c7be9f1057ecd5753 +size 373512 diff --git a/python-asv.changes b/python-asv.changes index 92b78e8..737207c 100644 --- a/python-asv.changes +++ b/python-asv.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Mon Sep 4 15:54:12 UTC 2023 - Dirk Müller + +- update to 0.6.0: + * ``asv_runner`` is now used internally, making the addition of + custom benchmark types viable (#1287) + * Benchmarks can be skipped, both wholly and in part using new + decorators ``skip_benchmark_if`` and ``skip_params_if`` + * Benchmarks can be skipped during their execution (after + setup) by raising ``SkipNotImplemented`` (#1307) + * Added ``default_benchmark_timeout`` to the configuration + object, can also be + * passed via ``-a timeout=NUMBER`` (#1308) + * ``ASV_RUNNER_PATH`` can be set from the terminal to test + newer versions of ``asv_runner`` (#1312) + * Removed ``asv dev`` in favor of using ``asv run`` with the + right arguments (#1200) + * ``asv run`` and ``asv continuous`` don't implement the + ``--strict`` option anymore, and they will always return + a non-zero (i.e. ``2``) exit status if any benchmark fail. + * Fixed ``install_timeout`` for ``conda`` (#1310) + ------------------------------------------------------------------- Thu Aug 4 08:53:43 UTC 2022 - Otto Hollmann diff --git a/python-asv.spec b/python-asv.spec index c85abe8..2297784 100644 --- a/python-asv.spec +++ b/python-asv.spec @@ -1,7 +1,7 @@ # # spec file for package python-asv # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-asv -Version: 0.5.1 +Version: 0.6.0 Release: 0 Summary: Airspeed Velocity: A Python history benchmarking tool License: BSD-3-Clause AND MIT