forked from pool/python-kiwisolver
Accepting request 857111 from devel:languages:python
- update to 1.3.1: - allow to avoid linking against VC2014_1 on windows PR #97 - do not mark move constructor / assignment operator of expression as noexcept PR #97 This is to circumvent a suspected bug in the GCC compiler in the manylinux1 image. - add c++ benchmarks and run them on CIs PR #91 - modernize the c++ code by using more c++11 features PR #90 - introduce move semantic in some c++ constructors to improve performances PR #89 - add support for Python 3.9 PR #88 OBS-URL: https://build.opensuse.org/request/show/857111 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kiwisolver?expand=0&rev=5
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 20 09:32:53 UTC 2020 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.3.1:
|
||||
- allow to avoid linking against VC2014_1 on windows PR #97
|
||||
- do not mark move constructor / assignment operator of expression as noexcept PR #97
|
||||
This is to circumvent a suspected bug in the GCC compiler in the manylinux1
|
||||
image.
|
||||
- add c++ benchmarks and run them on CIs PR #91
|
||||
- modernize the c++ code by using more c++11 features PR #90
|
||||
- introduce move semantic in some c++ constructors to improve performances PR #89
|
||||
- add support for Python 3.9 PR #88
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 16 08:10:34 UTC 2020 - pgajdos@suse.com
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-kiwisolver
|
||||
Version: 1.2.0
|
||||
Version: 1.3.1
|
||||
Release: 0
|
||||
Summary: An implementation of the Cassowary constraint solver
|
||||
License: BSD-3-Clause
|
||||
|
||||
LFS
BIN
Binary file not shown.
LFS
BIN
Binary file not shown.
Reference in New Issue
Block a user