forked from pool/python-kiwisolver
Accepting request 718128 from devel:languages:python
- 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/request/show/718128 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kiwisolver?expand=0&rev=3
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8e7fc64fea6d3af96aed63391d35bbbd292a429c8e463277dac839b735503a28
|
||||
size 34783
|
||||
3
1.1.0.tar.gz
Normal file
3
1.1.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:48168c0ace18319c649e31907f6d8586f648e503560f506f128798b99393bcdb
|
||||
size 55086
|
||||
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 24 08:28:43 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
|
||||
@@ -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}/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user