diff --git a/asv-0.6.0.tar.gz b/asv-0.6.0.tar.gz deleted file mode 100644 index ada7e60..0000000 --- a/asv-0.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9afce3008094209b7e87b7b880bc6b8f2da303fdc6dd665c7be9f1057ecd5753 -size 373512 diff --git a/asv-0.6.1.tar.gz b/asv-0.6.1.tar.gz new file mode 100644 index 0000000..3d9bd97 --- /dev/null +++ b/asv-0.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eaf7b2ff825d841c819b15de8753d10dc0cc5da4082dc3e0de2707fc71d7ea4 +size 376306 diff --git a/python-asv.changes b/python-asv.changes index 737207c..2ff3852 100644 --- a/python-asv.changes +++ b/python-asv.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Oct 2 07:17:02 UTC 2023 - Dirk Müller + +- update to 0.6.1: + * ``pip`` dependencies in ``environment.yml`` files for the + ``mamba`` plugin are handled correctly (#1326) + * ``asv.config.json`` matrix requirements no longer need + ``pip+`` set explicitly for calling the ``pip`` solver for + ``virtualenv`` + * ``asv`` will now use ``conda_environment_file`` if it exists + (#1325) + * ``asv`` timestamps via ``datetime`` are now Python 3.12 + compatible (#1331) + * ``asv`` now provides ``asv[virtualenv]`` as an installable + target + * ``asv`` now uses Github Actions exclusively for Windows and + Linux + ------------------------------------------------------------------- Mon Sep 4 15:54:12 UTC 2023 - Dirk Müller diff --git a/python-asv.spec b/python-asv.spec index 2297784..cbfbd8d 100644 --- a/python-asv.spec +++ b/python-asv.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-asv -Version: 0.6.0 +Version: 0.6.1 Release: 0 Summary: Airspeed Velocity: A Python history benchmarking tool License: BSD-3-Clause AND MIT