From d18f4ae2ab9f7f1dd51ff9fba9c5bdc36c2f93af30bbbcd7509db6c5d712d8c9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 2 Oct 2023 07:17:40 +0000 Subject: [PATCH] - 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asv?expand=0&rev=14 --- asv-0.6.0.tar.gz | 3 --- asv-0.6.1.tar.gz | 3 +++ python-asv.changes | 18 ++++++++++++++++++ python-asv.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 asv-0.6.0.tar.gz create mode 100644 asv-0.6.1.tar.gz 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