Hello community, here is the log from the commit of package python-kiwisolver for openSUSE:Leap:15.2 checked in at 2020-03-09 18:07:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-kiwisolver (Old) and /work/SRC/openSUSE:Leap:15.2/.python-kiwisolver.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-kiwisolver" Mon Mar 9 18:07:25 2020 rev:11 rq:776727 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-kiwisolver/python-kiwisolver.changes 2020-01-15 15:49:48.095472660 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-kiwisolver.new.26092/python-kiwisolver.changes 2020-03-09 18:07:28.900880546 +0100 @@ -1,0 +2,10 @@ +Wed Jul 24 08:28:43 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 1.1.0: + * prevent attempting a dual optimize on a dummy row PR #56 closes #15 + * add dump and dumps methods to inspect the internal state of the solver PR #56 + * test on Python 3.7 PR #51 + * improvemnts to setup.py and tests PR #46 #50 + + +------------------------------------------------------------------- Old: ---- 1.0.1.tar.gz New: ---- 1.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-kiwisolver.spec ++++++ --- /var/tmp/diff_new_pack.41dLr2/_old 2020-03-09 18:07:29.500880844 +0100 +++ /var/tmp/diff_new_pack.41dLr2/_new 2020-03-09 18:07:29.504880846 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-kiwisolver # -# 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,13 +12,13 @@ # 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/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-kiwisolver -Version: 1.0.1 +Version: 1.1.0 Release: 0 Summary: An implementation of the Cassowary constraint solver License: BSD-3-Clause @@ -47,7 +47,7 @@ %prep %setup -q -n kiwi-%{version} # Fix wrong-file-end-of-line-encoding -dos2unix COPYING.txt README.rst releasenotes.rst +dos2unix LICENSE README.rst releasenotes.rst %build export CFLAGS="%{optflags}" @@ -58,14 +58,10 @@ %python_expand %fdupes %{buildroot}%{$python_sitearch} %check -pushd py -%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch} -py.test-%{$python_bin_suffix} tests/ -} -popd +%pytest_arch %files %{python_files} -%license COPYING.txt +%license LICENSE %doc README.rst releasenotes.rst %{python_sitearch}/* ++++++ 1.0.1.tar.gz -> 1.1.0.tar.gz ++++++ ++++ 2837 lines of diff (skipped)
