commit python-kiwisolver for openSUSE:Factory

2020-04-22 Thread root
Hello community,

here is the log from the commit of package python-kiwisolver for 
openSUSE:Factory checked in at 2020-04-22 20:41:08

Comparing /work/SRC/openSUSE:Factory/python-kiwisolver (Old)
 and  /work/SRC/openSUSE:Factory/.python-kiwisolver.new.2738 (New)


Package is "python-kiwisolver"

Wed Apr 22 20:41:08 2020 rev:4 rq:794516 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-kiwisolver/python-kiwisolver.changes  
2019-07-28 10:20:13.560601639 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-kiwisolver.new.2738/python-kiwisolver.changes
2020-04-22 20:41:10.230003585 +0200
@@ -1,0 +2,7 @@
+Thu Apr 16 08:10:34 UTC 2020 - pgaj...@suse.com
+
+- version update to 1.2.0
+  * setup.py: proper python version pinning and cut 1.2.0 release
+- python3 only, e. g. requires cppy, which is python3 only
+
+---

Old:

  1.1.0.tar.gz

New:

  1.2.0.tar.gz



Other differences:
--
++ python-kiwisolver.spec ++
--- /var/tmp/diff_new_pack.24n3Qs/_old  2020-04-22 20:41:10.778004658 +0200
+++ /var/tmp/diff_new_pack.24n3Qs/_new  2020-04-22 20:41:10.786004674 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-kiwisolver
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,16 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:   python-kiwisolver
-Version:1.1.0
+Version:1.2.0
 Release:0
 Summary:An implementation of the Cassowary constraint solver
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:https://github.com/nucleic/kiwi
+URL:https://github.com/nucleic/kiwi
 Source: https://github.com/nucleic/kiwi/archive/%{version}.tar.gz
+BuildRequires:  %{python_module cppy >= 1.1.0}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}

++ 1.1.0.tar.gz -> 1.2.0.tar.gz ++
 6282 lines of diff (skipped)




commit python-kiwisolver for openSUSE:Factory

2019-07-28 Thread root
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 
+
+- 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)




commit python-kiwisolver for openSUSE:Factory

2018-03-29 Thread root
Hello community,

here is the log from the commit of package python-kiwisolver for 
openSUSE:Factory checked in at 2018-03-29 11:57:50

Comparing /work/SRC/openSUSE:Factory/python-kiwisolver (Old)
 and  /work/SRC/openSUSE:Factory/.python-kiwisolver.new (New)


Package is "python-kiwisolver"

Thu Mar 29 11:57:50 2018 rev:2 rq:592125 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/python-kiwisolver/python-kiwisolver.changes  
2018-03-24 16:16:42.968607881 +0100
+++ /work/SRC/openSUSE:Factory/.python-kiwisolver.new/python-kiwisolver.changes 
2018-03-29 11:57:53.353439002 +0200
@@ -1,0 +2,5 @@
+Wed Mar 28 15:28:16 UTC 2018 - jeng...@inai.de
+
+- Quantify speeds in description.
+
+---



Other differences:
--
++ python-kiwisolver.spec ++
--- /var/tmp/diff_new_pack.MrMCfx/_old  2018-03-29 11:57:54.069413159 +0200
+++ /var/tmp/diff_new_pack.MrMCfx/_new  2018-03-29 11:57:54.069413159 +0200
@@ -20,7 +20,7 @@
 Name:   python-kiwisolver
 Version:1.0.1
 Release:0
-Summary:A fast implementation of the Cassowary constraint solver
+Summary:An implementation of the Cassowary constraint solver
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:https://github.com/nucleic/kiwi
@@ -35,12 +35,12 @@
 %python_subpackages
 
 %description
-Kiwi is an efficient C++ implementation of the Cassowary constraint solving
-algorithm. Kiwi is an implementation of the algorithm based on the seminal
-Cassowary paper. It is *not* a refactoring of the original C++ solver. Kiwi
-has been designed from the ground up to be lightweight and fast. Kiwi ranges
-from 10x to 500x faster than the original Cassowary solver with typical use
-cases gaining a 40x improvement. Memory savings are consistently > 5x.
+Kiwi is a C++ implementation of the Cassowary constraint solving
+algorithm. Kiwi is an implementation of the algorithm based on the
+seminal Cassowary paper, but it is not a refactoring of the original
+C++ solver. Kiwi ranges from 10x to 500x faster processing than the
+original Cassowary solver with the same input set, with typical use
+cases gaining a 40x improvement. Memory savings are consistently >5x.
 
 In addition to the C++ solver, Kiwi ships with hand-rolled Python bindings.