15
0

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:
2020-12-23 13:19:07 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bc828278d71b1ac385ebb1cf4c56113fe38e8101731541646c90eb812be9c0ef
size 54244

3
1.3.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:91d56ec628be2513a02c3721d4d8173416daf37c49423fe7a41a0e30c1101269
size 86948

View File

@@ -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

View File

@@ -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