diff --git a/asv-0.4.2.tar.gz b/asv-0.4.2.tar.gz deleted file mode 100644 index 048ce80..0000000 --- a/asv-0.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9134f56b7a2f465420f17b5bb0dee16047a70f01029c996b7ab3f197de2d0779 -size 476823 diff --git a/asv-0.5.1.tar.gz b/asv-0.5.1.tar.gz new file mode 100644 index 0000000..219bcfc --- /dev/null +++ b/asv-0.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:805fc3cc46c0bcf3e7baeaa16a12e4b92f1276c25490db4cb80fc541afa52bfc +size 487183 diff --git a/python-asv.changes b/python-asv.changes index 2e02702..92b78e8 100644 --- a/python-asv.changes +++ b/python-asv.changes @@ -1,3 +1,45 @@ +------------------------------------------------------------------- +Thu Aug 4 08:53:43 UTC 2022 - Otto Hollmann + +- Update to 0.5.1: + * Bug Fixes + * Packaging requirements-dev.txt file, used in setup.py. (#1013) +- Changes from 0.5: + * New Features + * Adding environment variables to build and benchmark commands. (#809, #833) + * Added --strict option to asv run to set exit code on failure. (#865) + * Added --no-stats option to asv compare and asv continuous. (#879) + * Added --durations option to asv run and asv show for displaying benchmark + run durations. (#838) + * Added --date-period option to asv run for running benchmarks for commits + separated by a constant time interval. (#835) + * Web UI button to group regressions by benchmark. (#869) + * Space-saving v2 file format for storing results. (#847) + * timeraw_* benchmarks for measuring e.g. import times. (#832) + * Support for using conda environment files for env setup. (#793) + * API Changes + * Results file format change requires asv update to update old data to v2 + format. + * The configuration syntax for "matrix", "exclude", and "include" in + asv.conf.json has changed. The old syntax is still supported, unless you + are installing packages named req, env, env_nobuild. + * Bug Fixes + * When an asv find step fails due to timeout, assume runtime equal to + timeout to allow bisection to proceed (#768) + * Minor fixes and improvements (#897, #896, #888, #881, #877, #876, #875, + #861, #870, #868, #867, #866, #864, #863, #857, #786, #854, #855, #852, + #850, #844, #843, #842, #839, #841, #840, #837, #836, #834, #831, #830, + #829, #828, #826, #825, #824) + * Other Changes and Additions + * Uniqueness of repr() for param objects is now guaranteed by suffixing + unique identifier corresponding to order of appearance. (#771) + * Memory addresses are now stripped from the repr() of param elements, + allowing comparison across multiple runs. (#771) + * asv dev is now equivalent to asv run with --python=same default. (#874) + * asv continuous by default now records measurement samples, for better + comparison statistics. (#878) + * ASV now uses PEP 518 pyproject.toml in packaging. (#853) + ------------------------------------------------------------------- Tue May 18 06:44:31 UTC 2021 - pgajdos@suse.com diff --git a/python-asv.spec b/python-asv.spec index aa6d088..c85abe8 100644 --- a/python-asv.spec +++ b/python-asv.spec @@ -1,7 +1,7 @@ # # spec file for package python-asv # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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.4.2 +Version: 0.5.1 Release: 0 Summary: Airspeed Velocity: A Python history benchmarking tool License: BSD-3-Clause AND MIT