15
0
forked from pool/python-asv

Accepting request 1170473 from devel:languages:python

- update to 0.6.3:
  * build is now the default backend for asv to install projects.
  * Partially skipped benchmarks will still have their results
    displayed.
  * asv will now correctly prepare all the build backend
    dependencies into base_requirements and the default
    build_command has been modified to allow fetching from PyPI.
  * The asv package no longer prepends the script execution
    directory unconditionally. Now we check for and remove the
    path only if it matches the directory that the runner script
    resides in.
  * The bdist wheels no longer include benchmarks and test.
  * The mamba plugin works correctly for newer versions (>=1.5)
    of libmambapy
  * The mamba plugin respects the MAMBARC environment if set,
    taking channels and channel priority from the file in the
    environment variable.
  * Fixed a bug where matrix requirements were dropped if an
    environment file was specified.
  * conda-forge is no longer a default channel for mamba.
  * asv now depends on virtualenv

OBS-URL: https://build.opensuse.org/request/show/1170473
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-asv?expand=0&rev=10
This commit is contained in:
2024-04-28 19:50:03 +00:00
committed by Git OBS Bridge
4 changed files with 35 additions and 7 deletions

View File

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

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

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

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Sat Apr 27 12:57:50 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.6.3:
* build is now the default backend for asv to install projects.
* Partially skipped benchmarks will still have their results
displayed.
* asv will now correctly prepare all the build backend
dependencies into base_requirements and the default
build_command has been modified to allow fetching from PyPI.
* The asv package no longer prepends the script execution
directory unconditionally. Now we check for and remove the
path only if it matches the directory that the runner script
resides in.
* The bdist wheels no longer include benchmarks and test.
* The mamba plugin works correctly for newer versions (>=1.5)
of libmambapy
* The mamba plugin respects the MAMBARC environment if set,
taking channels and channel priority from the file in the
environment variable.
* Fixed a bug where matrix requirements were dropped if an
environment file was specified.
* conda-forge is no longer a default channel for mamba.
* asv now depends on virtualenv
-------------------------------------------------------------------
Tue Oct 24 12:08:55 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-asv
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python-asv
Version: 0.6.1
Version: 0.6.3
Release: 0
Summary: Airspeed Velocity: A Python history benchmarking tool
License: BSD-3-Clause AND MIT
@@ -32,10 +32,13 @@ BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: python-rpm-macros
Requires: python-build
Requires: python-json5
Requires: python-tabulate
Requires: python-tomli
Requires: python-virtualenv
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
Suggests: python-python-hglib >= 1.5
# SECTION test requirements
BuildRequires: %{python_module json5}
@@ -66,7 +69,7 @@ export CFLAGS="%{optflags}"
%pyproject_install
%python_clone -a %{buildroot}%{_bindir}/asv
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%python_expand rm -r %{buildroot}%{$python_sitearch}/{benchmarks,test}
%python_expand rm -r %{buildroot}%{$python_sitearch}/{benchmarks,test,docs}
%python_expand rm %{buildroot}%{$python_sitearch}/asv/_rangemedian.cpp
%check