forked from pool/python-asv
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 12b2dcdef2 | |||
| cf1bf1640a | |||
| 7f9291be79 | |||
| 684ed1a1ab | |||
| 693a67255c | |||
| 0eb82df7e2 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6fec11fc34222019d9f1b33ab93f2728113e6b494051ffe4bfbf2fced346d35c
|
|
||||||
size 384404
|
|
||||||
3
asv-0.6.5.tar.gz
Normal file
3
asv-0.6.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a8eeb7c5037cd78c146bd727d27203132438d4d62f36e669eb0cd5d63da0cf39
|
||||||
|
size 402650
|
||||||
@@ -1,3 +1,44 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
- Convert to libalternatives
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 15 12:55:21 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 27 12:57:50 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Sat Apr 27 12:57:50 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-asv
|
# spec file for package python-asv
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,8 +16,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%bcond_without libalternatives
|
||||||
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-asv
|
Name: python-asv
|
||||||
Version: 0.6.3
|
Version: 0.6.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Airspeed Velocity: A Python history benchmarking tool
|
Summary: Airspeed Velocity: A Python history benchmarking tool
|
||||||
License: BSD-3-Clause AND MIT
|
License: BSD-3-Clause AND MIT
|
||||||
@@ -29,17 +31,22 @@ BuildRequires: %{python_module pip}
|
|||||||
BuildRequires: %{python_module setuptools_scm}
|
BuildRequires: %{python_module setuptools_scm}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
|
BuildRequires: alts
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Requires: alts
|
||||||
|
Requires: python-PyYAML
|
||||||
|
Requires: python-Pympler
|
||||||
|
Requires: python-asv-runner >= 0.2.1
|
||||||
Requires: python-build
|
Requires: python-build
|
||||||
Requires: python-json5
|
Requires: python-json5
|
||||||
Requires: python-tabulate
|
Requires: python-tabulate
|
||||||
Requires: python-tomli
|
|
||||||
Requires: python-virtualenv
|
Requires: python-virtualenv
|
||||||
Requires(post): update-alternatives
|
|
||||||
Requires(postun): update-alternatives
|
|
||||||
Suggests: python-python-hglib >= 1.5
|
Suggests: python-python-hglib >= 1.5
|
||||||
|
%if %{python_version_nodots} < 311
|
||||||
|
Requires: python-tomli
|
||||||
|
%endif
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module json5}
|
BuildRequires: %{python_module json5}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
@@ -69,7 +76,6 @@ export CFLAGS="%{optflags}"
|
|||||||
%pyproject_install
|
%pyproject_install
|
||||||
%python_clone -a %{buildroot}%{_bindir}/asv
|
%python_clone -a %{buildroot}%{_bindir}/asv
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
%python_expand rm -r %{buildroot}%{$python_sitearch}/{benchmarks,test,docs}
|
|
||||||
%python_expand rm %{buildroot}%{$python_sitearch}/asv/_rangemedian.cpp
|
%python_expand rm %{buildroot}%{$python_sitearch}/asv/_rangemedian.cpp
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -77,11 +83,8 @@ export CFLAGS="%{optflags}"
|
|||||||
exit 0
|
exit 0
|
||||||
# % pytest
|
# % pytest
|
||||||
|
|
||||||
%post
|
%pre
|
||||||
%python_install_alternative asv
|
%python_libalternatives_reset_alternative asv
|
||||||
|
|
||||||
%postun
|
|
||||||
%python_uninstall_alternative asv
|
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc CHANGES.rst README.rst
|
%doc CHANGES.rst README.rst
|
||||||
|
|||||||
Reference in New Issue
Block a user