15
0
forked from pool/python-asv

- 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
This commit is contained in:
2023-10-02 07:17:40 +00:00
committed by Git OBS Bridge
parent 931e5f7a55
commit d18f4ae2ab
4 changed files with 22 additions and 4 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Oct 2 07:17:02 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>