forked from pool/python-asv
Accepting request 893904 from home:pgajdos:python
- 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)
OBS-URL: https://build.opensuse.org/request/show/893904
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asv?expand=0&rev=8
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user