Hello community, here is the log from the commit of package python-hankel for openSUSE:Factory checked in at 2019-03-06 15:47:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-hankel (Old) and /work/SRC/openSUSE:Factory/.python-hankel.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-hankel" Wed Mar 6 15:47:10 2019 rev:3 rq:681681 version:0.3.8 Changes: -------- --- /work/SRC/openSUSE:Factory/python-hankel/python-hankel.changes 2018-12-24 11:37:58.565633992 +0100 +++ /work/SRC/openSUSE:Factory/.python-hankel.new.28833/python-hankel.changes 2019-03-06 15:47:12.988453529 +0100 @@ -1,0 +2,13 @@ +Mon Mar 4 13:40:35 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 0.3.8: + * Swapped to pytest from nose for all testing + * Removed warnings of overflow for cosh and sinh functions + * Improved documentation in many areas. + * Swapped out default 3.2/h for pi/h, which sounds way cooler :-) + * Fixed an error in tests such that the wrong analytic function was being tested. + * Removed a check for deltaG in get_h, which sometimes fails spectacularly. + * Fixed issue in Py3 in which dim=2 would not run the fast function (thanks @MuellerSeb) + * Added support for transforms with nu=-0.5 (thanks @MuellerSeb) + +------------------------------------------------------------------- Old: ---- v0.3.5.tar.gz New: ---- v0.3.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-hankel.spec ++++++ --- /var/tmp/diff_new_pack.fM109w/_old 2019-03-06 15:47:17.008452463 +0100 +++ /var/tmp/diff_new_pack.fM109w/_new 2019-03-06 15:47:17.044452454 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-hankel # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,27 +18,30 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-hankel -Version: 0.3.5 +Version: 0.3.8 Release: 0 Summary: Hankel Transformations using method of Ogata 2005 License: MIT Group: Development/Languages/Python -Url: https://github.com/steven-murray/hankel -Source: https://github.com/steven-murray/hankel/archive/v0.3.5.tar.gz +URL: https://github.com/steven-murray/hankel +Source: https://github.com/steven-murray/hankel/archive/v%{version}.tar.gz BuildRequires: %{python_module setuptools} +BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-mpmath >= 0.18 +Requires: python-numpy >= 1.6.1 +Requires: python-scipy >= 0.12.0 +BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module mpmath >= 0.18} -BuildRequires: %{python_module nose} BuildRequires: %{python_module numpy >= 1.6.1} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module scipy >= 0.12.0} +BuildRequires: python-future # /SECTION -BuildRequires: fdupes -Requires: python-mpmath >= 0.18 -Requires: python-numpy >= 1.6.1 -Requires: python-scipy >= 0.12.0 -BuildArch: noarch - +%ifpython2 +Requires: python-future +%endif %python_subpackages %description @@ -56,7 +59,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec %{_bindir}/nosetests +%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} -v %files %{python_files} %doc README.rst CHANGELOG.rst ++++++ v0.3.5.tar.gz -> v0.3.8.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-hankel/v0.3.5.tar.gz /work/SRC/openSUSE:Factory/.python-hankel.new.28833/v0.3.8.tar.gz differ: char 13, line 1
