diff --git a/1.2.0.tar.gz b/1.2.0.tar.gz deleted file mode 100644 index 30061f1..0000000 --- a/1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc828278d71b1ac385ebb1cf4c56113fe38e8101731541646c90eb812be9c0ef -size 54244 diff --git a/1.3.1.tar.gz b/1.3.1.tar.gz new file mode 100644 index 0000000..4104ce7 --- /dev/null +++ b/1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91d56ec628be2513a02c3721d4d8173416daf37c49423fe7a41a0e30c1101269 +size 86948 diff --git a/python-kiwisolver.changes b/python-kiwisolver.changes index ba5b95b..568d7f1 100644 --- a/python-kiwisolver.changes +++ b/python-kiwisolver.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Dec 20 09:32:53 UTC 2020 - Dirk Müller + +- 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 diff --git a/python-kiwisolver.spec b/python-kiwisolver.spec index b1afdfc..e5a4df2 100644 --- a/python-kiwisolver.spec +++ b/python-kiwisolver.spec @@ -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