From b9482e8ac74fe2f9504a077d8af7916031da4940043aea13a49f87686ea1bafa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 24 Jul 2019 08:31:16 +0000 Subject: [PATCH] - 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kiwisolver?expand=0&rev=8 --- 1.0.1.tar.gz | 3 --- 1.1.0.tar.gz | 3 +++ python-kiwisolver.changes | 10 ++++++++++ python-kiwisolver.spec | 16 ++++++---------- 4 files changed, 19 insertions(+), 13 deletions(-) delete mode 100644 1.0.1.tar.gz create mode 100644 1.1.0.tar.gz diff --git a/1.0.1.tar.gz b/1.0.1.tar.gz deleted file mode 100644 index f7b3524..0000000 --- a/1.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e7fc64fea6d3af96aed63391d35bbbd292a429c8e463277dac839b735503a28 -size 34783 diff --git a/1.1.0.tar.gz b/1.1.0.tar.gz new file mode 100644 index 0000000..0441f77 --- /dev/null +++ b/1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48168c0ace18319c649e31907f6d8586f648e503560f506f128798b99393bcdb +size 55086 diff --git a/python-kiwisolver.changes b/python-kiwisolver.changes index 509f92a..fd6dbce 100644 --- a/python-kiwisolver.changes +++ b/python-kiwisolver.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jul 24 08:28:43 UTC 2019 - Tomáš Chvátal + +- 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 + + ------------------------------------------------------------------- Wed Mar 28 15:28:16 UTC 2018 - jengelh@inai.de diff --git a/python-kiwisolver.spec b/python-kiwisolver.spec index bcb43ac..390d31a 100644 --- a/python-kiwisolver.spec +++ b/python-kiwisolver.spec @@ -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 @@ In addition to the C++ solver, Kiwi ships with hand-rolled Python bindings. %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 @@ export CFLAGS="%{optflags}" %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}/*