Hello community,
here is the log from the commit of package python-kiwisolver for
openSUSE:Factory checked in at 2019-07-28 10:20:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-kiwisolver (Old)
and /work/SRC/openSUSE:Factory/.python-kiwisolver.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-kiwisolver"
Sun Jul 28 10:20:09 2019 rev:3 rq:718128 version:1.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-kiwisolver/python-kiwisolver.changes
2018-03-29 11:57:53.353439002 +0200
+++
/work/SRC/openSUSE:Factory/.python-kiwisolver.new.4126/python-kiwisolver.changes
2019-07-28 10:20:13.560601639 +0200
@@ -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.DW6Vvh/_old 2019-07-28 10:20:13.996601639 +0200
+++ /var/tmp/diff_new_pack.DW6Vvh/_new 2019-07-28 10:20:14.000601639 +0200
@@ -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)