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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9afce3008094209b7e87b7b880bc6b8f2da303fdc6dd665c7be9f1057ecd5753
size 373512

3
asv-0.6.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4eaf7b2ff825d841c819b15de8753d10dc0cc5da4082dc3e0de2707fc71d7ea4
size 376306

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>

View File

@@ -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