diff --git a/1.3.1.tar.gz b/1.3.1.tar.gz deleted file mode 100644 index 4104ce7..0000000 --- a/1.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91d56ec628be2513a02c3721d4d8173416daf37c49423fe7a41a0e30c1101269 -size 86948 diff --git a/1.3.2.tar.gz b/1.3.2.tar.gz new file mode 100644 index 0000000..2eca23c --- /dev/null +++ b/1.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36f3ceecd52aa16d5aebf5a6b6f3ba4e471de5bc95e634066393e4ef1f0d6ff1 +size 89133 diff --git a/python-kiwisolver.changes b/python-kiwisolver.changes index 568d7f1..8d9b000 100644 --- a/python-kiwisolver.changes +++ b/python-kiwisolver.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jan 5 10:27:23 UTC 2022 - Dirk Müller + +- update to 1.3.2: + - Add support for Python 3.10, drop official support Python 3.6 + - Remove direct accesses to ob_type in C-API use Py_TYPE instead + ------------------------------------------------------------------- Sun Dec 20 09:32:53 UTC 2020 - Dirk Müller diff --git a/python-kiwisolver.spec b/python-kiwisolver.spec index e5a4df2..8d667cc 100644 --- a/python-kiwisolver.spec +++ b/python-kiwisolver.spec @@ -1,7 +1,7 @@ # # spec file for package python-kiwisolver # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,8 +18,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 +%global skip_python36 1 Name: python-kiwisolver -Version: 1.3.1 +Version: 1.3.2 Release: 0 Summary: An implementation of the Cassowary constraint solver License: BSD-3-Clause