15
0
forked from pool/python-hankel

- Update to 0.3.9:

* Fixed SymmetricFourierTransform default N to be dynamic, like HankelTransform.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hankel?expand=0&rev=7
This commit is contained in:
Tomáš Chvátal
2019-09-12 10:03:35 +00:00
committed by Git OBS Bridge
parent 4b40e965bb
commit 3fefce38e3
4 changed files with 11 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-hankel
Version: 0.3.8
Version: 0.3.9
Release: 0
Summary: Hankel Transformations using method of Ogata 2005
License: MIT
@@ -59,7 +59,7 @@ transformations using the method of Ogata 2005.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v
%pytest
%files %{python_files}
%doc README.rst CHANGELOG.rst