15
0
forked from pool/python-param

Accepting request 845214 from home:badshah400:branches:devel:languages:python:numeric

* Update to version 1.10.0.
* Update denose.patch from latest pull request, plus rebasing to apply cleanly for `tests/API0/testparameterizedobject.py` and `tests/API1/testparameterizedobject.py`.
* Run tests only for python3 as they fail for python2.

OBS-URL: https://build.opensuse.org/request/show/845214
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-param?expand=0&rev=31
This commit is contained in:
2020-11-02 20:55:17 +00:00
committed by Git OBS Bridge
parent d59bec42a6
commit 5193b3383d
5 changed files with 703 additions and 510 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-param
Version: 1.9.3
Version: 1.10.0
Release: 0
Summary: Declarative Python programming using Parameters
License: BSD-3-Clause
@@ -62,9 +62,11 @@ echo '{"git_describe": "v%{version}", "version_string": "%{version}"}' > param/.
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%ifpython3
%check
# Exclusion documented in gh#holoviz/param#423
%pytest -k 'not test_abstract_class' tests/*/*.py
%endif
%files %{python_files}
%license LICENSE.txt