From ca85148df7ca9094952c36a200fd73738064a3d2bcb45ac03bc90920b5a262e5 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 17 Oct 2024 08:17:40 +0000 Subject: [PATCH] Accepting request 1208134 from home:glaubitz:branches:devel:languages:python - 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/1208134 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asv?expand=0&rev=22 --- asv-0.6.3.tar.gz | 3 --- asv-0.6.4.tar.gz | 3 +++ python-asv.changes | 14 ++++++++++++++ python-asv.spec | 9 +++++++-- 4 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 asv-0.6.3.tar.gz create mode 100644 asv-0.6.4.tar.gz diff --git a/asv-0.6.3.tar.gz b/asv-0.6.3.tar.gz deleted file mode 100644 index 1e39ad3..0000000 --- a/asv-0.6.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6fec11fc34222019d9f1b33ab93f2728113e6b494051ffe4bfbf2fced346d35c -size 384404 diff --git a/asv-0.6.4.tar.gz b/asv-0.6.4.tar.gz new file mode 100644 index 0000000..fe40dcc --- /dev/null +++ b/asv-0.6.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d124184171cfe106e3e57ac04e3221b8d4571c9bd6ca2c6498a8c7407339df1 +size 389611 diff --git a/python-asv.changes b/python-asv.changes index d40d98a..89d0269 100644 --- a/python-asv.changes +++ b/python-asv.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Oct 15 12:55:21 UTC 2024 - John Paul Adrian 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 + ------------------------------------------------------------------- Sat Apr 27 12:57:50 UTC 2024 - Dirk Müller diff --git a/python-asv.spec b/python-asv.spec index a805de0..12cff7d 100644 --- a/python-asv.spec +++ b/python-asv.spec @@ -16,8 +16,9 @@ # +%{?sle15_python_module_pythons} Name: python-asv -Version: 0.6.3 +Version: 0.6.4 Release: 0 Summary: Airspeed Velocity: A Python history benchmarking tool License: BSD-3-Clause AND MIT @@ -32,10 +33,15 @@ BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: python-rpm-macros +Requires: python-PyYAML +Requires: python-Pympler +Requires: python-asv-runner >= 0.2.1 Requires: python-build Requires: python-json5 Requires: python-tabulate +%if %{python_version_nodots} < 311 Requires: python-tomli +%endif Requires: python-virtualenv Requires(post): update-alternatives Requires(postun): update-alternatives @@ -69,7 +75,6 @@ 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,docs} %python_expand rm %{buildroot}%{$python_sitearch}/asv/_rangemedian.cpp %check