15
0
forked from pool/python-asv

Compare commits

6 Commits

Author SHA256 Message Date
12b2dcdef2 Accepting request 1304680 from devel:languages:python
- update to 0.6.5:
  * ASV supports the py-rattler backend through the rattler
    option
  *  ASV_USE_CONDARC can be set to load the options in the
    CONDARC environment variable
  * JSONC fixes
  * Multiple python versions are now handled correctly
  * Environment types can be specified for pytest
  * ASV_PYTHONPATH is now applied for the discovery phase.
  * Fix virtualenv setup for virtualenv 20.31
  * Indicate when benchmarks start passing with *
  * Internally consistent with ScientificPython guidelines
  * Ruff used for styles
  * New documentation design
  * The mamba backend has been removed, with rattler as the
    suggested replacement
  * rattler is also expected to be the default in the next
    release

OBS-URL: https://build.opensuse.org/request/show/1304680
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-asv?expand=0&rev=13
2025-09-15 17:52:14 +00:00
cf1bf1640a - update to 0.6.5:
* ASV supports the py-rattler backend through the rattler
    option
  *  ASV_USE_CONDARC can be set to load the options in the
    CONDARC environment variable
  * JSONC fixes
  * Multiple python versions are now handled correctly
  * Environment types can be specified for pytest
  * ASV_PYTHONPATH is now applied for the discovery phase.
  * Fix virtualenv setup for virtualenv 20.31
  * Indicate when benchmarks start passing with *
  * Internally consistent with ScientificPython guidelines
  * Ruff used for styles
  * New documentation design
  * The mamba backend has been removed, with rattler as the
    suggested replacement
  * rattler is also expected to be the default in the next
    release

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asv?expand=0&rev=26
2025-09-14 20:37:38 +00:00
7f9291be79 Accepting request 1286132 from devel:languages:python
- Convert to libalternatives

OBS-URL: https://build.opensuse.org/request/show/1286132
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-asv?expand=0&rev=12
2025-06-17 16:21:44 +00:00
684ed1a1ab - Convert to libalternatives
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asv?expand=0&rev=24
2025-06-16 14:21:20 +00:00
693a67255c Accepting request 1208561 from devel:languages:python
Forwarded request #1208134 from glaubitz

- Update to 0.6.4
    * ASV supports using JSONC as a configuration file (#1420)
    * Update deprecation for latest conda versions (#1403)
    * Fix runs for profiles commit results (#1404)
    * Internal pip parser now works for git URLs with branches and tags (#1431)
    * ``asv`` defaults to ``--force-reinstall`` now to facilitate ``compare`` and
      ``continuous`` for manually versioned projects (#1421)
  - Drop removal of benchmark, docs and test directories from %install section
  - Update Requires from pyproject.toml
  - Use Python 3.11 on SLE-15 by default

OBS-URL: https://build.opensuse.org/request/show/1208561
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-asv?expand=0&rev=11
2024-10-17 16:40:29 +00:00
0eb82df7e2 - Update to 0.6.4
* ASV supports using JSONC as a configuration file (#1420)
  * Update deprecation for latest conda versions (#1403)
  * Fix runs for profiles commit results (#1404)
  * Internal pip parser now works for git URLs with branches and tags (#1431)
  * ``asv`` defaults to ``--force-reinstall`` now to facilitate ``compare`` and
    ``continuous`` for manually versioned projects (#1421)
- Drop removal of benchmark, docs and test directories from %install section
- Update Requires from pyproject.toml
- Use Python 3.11 on SLE-15 by default

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asv?expand=0&rev=22
2024-10-17 08:17:40 +00:00
4 changed files with 27 additions and 5 deletions

View File

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

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

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

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sun Sep 14 20:37:24 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.6.5:
* ASV supports the py-rattler backend through the rattler
option
* ASV_USE_CONDARC can be set to load the options in the
CONDARC environment variable
* JSONC fixes
* Multiple python versions are now handled correctly
* Environment types can be specified for pytest
* ASV_PYTHONPATH is now applied for the discovery phase.
* Fix virtualenv setup for virtualenv 20.31
* Indicate when benchmarks start passing with *
* Internally consistent with ScientificPython guidelines
* Ruff used for styles
* New documentation design
* The mamba backend has been removed, with rattler as the
suggested replacement
* rattler is also expected to be the default in the next
release
-------------------------------------------------------------------
Mon Jun 16 14:21:00 UTC 2025 - Markéta Machová <mmachova@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-asv
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%bcond_without libalternatives
%{?sle15_python_module_pythons}
Name: python-asv
Version: 0.6.4
Version: 0.6.5
Release: 0
Summary: Airspeed Velocity: A Python history benchmarking tool
License: BSD-3-Clause AND MIT