diff --git a/asv-0.4.1.tar.gz b/asv-0.4.1.tar.gz deleted file mode 100644 index 1ff8800..0000000 --- a/asv-0.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9dd9b97f4bebfb363a42c1ca72233a7e8428fcd12e3626e4e256151799e5038f -size 470151 diff --git a/asv-0.4.2.tar.gz b/asv-0.4.2.tar.gz new file mode 100644 index 0000000..048ce80 --- /dev/null +++ b/asv-0.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9134f56b7a2f465420f17b5bb0dee16047a70f01029c996b7ab3f197de2d0779 +size 476823 diff --git a/python-asv.changes b/python-asv.changes index aafc967..2e02702 100644 --- a/python-asv.changes +++ b/python-asv.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue May 18 06:44:31 UTC 2021 - pgajdos@suse.com + +- version update to 0.4.2 + * Do not supply ``--no-site-packages`` to virtualenv, as it is on by + default and no longer supported. (#917) + ------------------------------------------------------------------- Wed May 27 09:36:06 UTC 2020 - Petr Gajdos diff --git a/python-asv.spec b/python-asv.spec index 6e217b2..aa6d088 100644 --- a/python-asv.spec +++ b/python-asv.spec @@ -1,7 +1,7 @@ # # spec file for package python-asv # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-asv -Version: 0.4.1 +Version: 0.4.2 Release: 0 Summary: Airspeed Velocity: A Python history benchmarking tool License: BSD-3-Clause AND MIT @@ -32,7 +32,7 @@ BuildRequires: gcc-c++ BuildRequires: python-rpm-macros Requires: python-six >= 1.4 Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives Suggests: python-python-hglib >= 1.5 # SECTION test requirements BuildRequires: %{python_module pip} @@ -66,7 +66,7 @@ export CFLAGS="%{optflags}" %check #MVY: there are so MANY tests failing inside OBS - like test_continuous calling pip and building bad command line exit 0 -# % python_exec setup.py test +# % pytest %post %python_install_alternative asv