Hello community, here is the log from the commit of package python-oct2py for openSUSE:Leap:15.2 checked in at 2020-03-24 19:05:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-oct2py (Old) and /work/SRC/openSUSE:Leap:15.2/.python-oct2py.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oct2py" Tue Mar 24 19:05:26 2020 rev:11 rq:776861 version:5.0.4 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-oct2py/python-oct2py.changes 2020-01-15 15:50:54.483510712 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-oct2py.new.3160/python-oct2py.changes 2020-03-24 19:05:27.293471021 +0100 @@ -1,0 +2,23 @@ +Tue Jul 23 20:26:33 UTC 2019 - Todd R <[email protected]> + +- Update to version 5.0.4 + * update example docs +- Update to version 5.0.3 + * switch to line_handler and add a carriage return test + * remove hardcoded email + +------------------------------------------------------------------- +Wed May 29 20:26:24 UTC 2019 - Todd R <[email protected]> + +- Update to version 5.0.2 + * Removed the ``executable`` argument to ``Oct2Py`` in favor of using + environment variables because we need to instantiate the ``octave`` + convenience instance at startup. + * Add a plot_backend kwarg for eval and clean up default backend selection. + * Add support for Pandas DataFrames and Series + * Remove unwanted octave-workspace files at exit + * Add a backend property to specify the graphics toolkit +- Disable building for python2 since it has python3-only + dependencies + +------------------------------------------------------------------- Old: ---- oct2py-4.0.6.tar.gz New: ---- oct2py-5.0.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-oct2py.spec ++++++ --- /var/tmp/diff_new_pack.8e2Xn0/_old 2020-03-24 19:05:28.069476372 +0100 +++ /var/tmp/diff_new_pack.8e2Xn0/_new 2020-03-24 19:05:28.073476398 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-oct2py # -# 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 @@ -12,34 +12,32 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -# Tests need gui %bcond_with test %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-oct2py -Version: 4.0.6 +Version: 5.0.4 Release: 0 Summary: Python to GNU Octave bridge License: MIT Group: Development/Languages/Python Url: http://github.com/blink1073/oct2py Source: https://files.pythonhosted.org/packages/source/o/oct2py/oct2py-%{version}.tar.gz -BuildRequires: %{python_module devel} -BuildRequires: %{python_module jupyter_octave_kernel >= 0.25} +BuildRequires: %{python_module numpy >= 1.12} +BuildRequires: %{python_module octave-kernel >= 0.30} +BuildRequires: %{python_module scipy >= 0.17} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -%if %{with test} -BuildRequires: %{python_module pytest} -BuildRequires: %{python_module scipy} -BuildRequires: python-mock -%endif BuildRequires: fdupes -Requires: python-jupyter_octave_kernel >= 0.25 +Requires: python-numpy >= 1.12 +Requires: python-octave-kernel >= 0.30 +Requires: python-scipy >= 0.17 BuildArch: noarch %python_subpackages @@ -59,13 +57,12 @@ %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} -%if %{with test} -%check -%python_exec setup.py test -%endif +# Tests need gui +# %%check +# %%python_exec setup.py test +# %%endif %files %{python_files} -%defattr(-,root,root,-) %doc README.rst %license LICENSE.txt licenses licenses/mlabwrap.txt licenses/octavemagic.txt licenses/ompc.txt %{python_sitelib}/* ++++++ oct2py-4.0.6.tar.gz -> oct2py-5.0.4.tar.gz ++++++ ++++ 1727 lines of diff (skipped)
