Hello community, here is the log from the commit of package python-hankel for openSUSE:Factory checked in at 2020-06-16 13:45:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-hankel (Old) and /work/SRC/openSUSE:Factory/.python-hankel.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-hankel" Tue Jun 16 13:45:41 2020 rev:7 rq:814779 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-hankel/python-hankel.changes 2020-04-23 18:37:23.860886650 +0200 +++ /work/SRC/openSUSE:Factory/.python-hankel.new.3606/python-hankel.changes 2020-06-16 13:46:16.706057864 +0200 @@ -1,0 +2,11 @@ +Wed Jun 10 02:35:57 UTC 2020 - Atri Bhattacharya <[email protected]> + +- Update to version 1.1.0: + * Adds ability to transform complex-valued functions. +- Use %{name}-%{version} naming scheme for source tarball. +- Update package versions in Requires and BuildRequires in keeping + with upstream. +- Don't run tests for i586 arch where they take too long leading to + the obs worker shutting down assuming a stuck job. + +------------------------------------------------------------------- Old: ---- 1.0.2.tar.gz New: ---- python-hankel-1.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-hankel.spec ++++++ --- /var/tmp/diff_new_pack.2DCe7f/_old 2020-06-16 13:46:18.130069317 +0200 +++ /var/tmp/diff_new_pack.2DCe7f/_new 2020-06-16 13:46:18.134069349 +0200 @@ -19,26 +19,26 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-hankel -Version: 1.0.2 +Version: 1.1.0 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/%{version}.tar.gz +Source: https://github.com/steven-murray/hankel/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: %{python_module setuptools_scm} 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 +Requires: python-mpmath >= 1.0.0 +Requires: python-numpy >= 1.9.3 +Requires: python-scipy >= 0.16.1 BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module mpmath >= 0.18} -BuildRequires: %{python_module numpy >= 1.6.1} +BuildRequires: %{python_module mpmath >= 1.0.0} +BuildRequires: %{python_module numpy >= 1.9.3} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module scipy >= 0.12.0} +BuildRequires: %{python_module scipy >= 0.16.1} # /SECTION %python_subpackages @@ -56,8 +56,11 @@ %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +# TESTS TAKE TOO LONG ON i586 LEADING TO OBS WORKER TIMING OUT +%if "%{_lib}" != "lib" %check %pytest +%endif %files %{python_files} %doc README.rst CHANGELOG.rst
