15
0

Accepting request 592125 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/592125
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kiwisolver?expand=0&rev=2
This commit is contained in:
2018-03-29 09:57:50 +00:00
committed by Git OBS Bridge
2 changed files with 12 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 28 15:28:16 UTC 2018 - jengelh@inai.de
- Quantify speeds in description.
-------------------------------------------------------------------
Fri Mar 23 12:00:31 UTC 2018 - tchvatal@suse.com

View File

@@ -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 @@ BuildRequires: python-rpm-macros
%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.