diff --git a/python-hankel.changes b/python-hankel.changes index f1dab1d..e78ba1b 100644 --- a/python-hankel.changes +++ b/python-hankel.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 12 10:01:25 UTC 2019 - Tomáš Chvátal + +- Update to 0.3.9: + * Fixed SymmetricFourierTransform default N to be dynamic, like HankelTransform. + ------------------------------------------------------------------- Mon Mar 4 13:40:35 UTC 2019 - Tomáš Chvátal diff --git a/python-hankel.spec b/python-hankel.spec index 4159c0b..22c8596 100644 --- a/python-hankel.spec +++ b/python-hankel.spec @@ -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 diff --git a/v0.3.8.tar.gz b/v0.3.8.tar.gz deleted file mode 100644 index 8b8a59d..0000000 --- a/v0.3.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d3055ac006c4960fca16d6aa902312426f87b4cec8b3e26eadeda9b2ef485bd -size 6296681 diff --git a/v0.3.9.tar.gz b/v0.3.9.tar.gz new file mode 100644 index 0000000..752729d --- /dev/null +++ b/v0.3.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb7e8c9d73d4f7e69dbd3d11574ceb3771be574d4dcd79684bb27ce51b2d0551 +size 6382055