From 2965f8629e32e19a0c96b9106ee0b21a26c76806cffd6587113c712b4a6d7b92 Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 26 Aug 2019 06:42:47 +0000 Subject: [PATCH] Accepting request 725998 from home:jengelh:branches:devel:languages:python - Use more detailed description. - Initial release of python-asv 0.4.1 OBS-URL: https://build.opensuse.org/request/show/725998 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asv?expand=0&rev=4 --- python-asv.changes | 7 ++++++- python-asv.spec | 12 +++++++++--- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/python-asv.changes b/python-asv.changes index f7d8e9d..33c056c 100644 --- a/python-asv.changes +++ b/python-asv.changes @@ -1,4 +1,9 @@ +------------------------------------------------------------------- +Mon Aug 26 05:24:29 UTC 2019 - Jan Engelhardt + +- Use more detailed description. + ------------------------------------------------------------------- Mon Jul 22 13:15:16 UTC 2019 - Michal Vyskocil -- Initial release of python-asv 0.4.1 +- Initial release of python-asv 0.4.1 diff --git a/python-asv.spec b/python-asv.spec index c64cdb8..098b258 100644 --- a/python-asv.spec +++ b/python-asv.spec @@ -20,10 +20,10 @@ Name: python-asv Version: 0.4.1 Release: 0 -Summary: Airspeed Velocity: A simple Python history benchmarking tool +Summary: Airspeed Velocity: A Python history benchmarking tool License: BSD-3-Clause AND MIT Group: Development/Languages/Python -Url: https://github.com/airspeed-velocity/asv +URL: https://github.com/airspeed-velocity/asv Source: https://files.pythonhosted.org/packages/6e/94/4521cc0183a5656de9470452ddd2b6170a2d04ba9b18b84c597db09b8b0d/asv-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} @@ -42,7 +42,13 @@ Suggests: python-python-hglib >= 1.5 %python_subpackages %description -Airspeed Velocity: A simple Python history benchmarking tool +airspeed velocity (asv) is a tool for benchmarking Python packages +over their lifetime. + +It is designed to benchmark a single project over its lifetime using +a given suite of benchmarks. The results are displayed in an +interactive web frontend that requires only a basic static webserver +to host. %prep %setup -q -n asv-%{version}