From 65fedef3bd16cffd4fa0e246fa1d0234730c3acfed2d7ead193f3c34a4bfbffc Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 27 Nov 2023 19:32:54 +0000 Subject: [PATCH] - update to 1.4.5: * implement exceptions in Python * add missing signature of Constraint.violated for Python wrapper * add support for Python 3.12 - revert use of nullpointer introduced in #142 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kiwisolver?expand=0&rev=22 --- kiwisolver-1.4.4.tar.gz | 3 --- kiwisolver-1.4.5.tar.gz | 3 +++ python-kiwisolver.changes | 13 +++++++++++-- python-kiwisolver.spec | 2 +- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 kiwisolver-1.4.4.tar.gz create mode 100644 kiwisolver-1.4.5.tar.gz diff --git a/kiwisolver-1.4.4.tar.gz b/kiwisolver-1.4.4.tar.gz deleted file mode 100644 index cb5ee37..0000000 --- a/kiwisolver-1.4.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d41997519fcba4a1e46eb4a2fe31bc12f0ff957b2b81bac28db24744f333e955 -size 97093 diff --git a/kiwisolver-1.4.5.tar.gz b/kiwisolver-1.4.5.tar.gz new file mode 100644 index 0000000..bf08f67 --- /dev/null +++ b/kiwisolver-1.4.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e57e563a57fb22a142da34f38acc2fc1a5c864bc29ca1517a88abc963e60d6ec +size 97552 diff --git a/python-kiwisolver.changes b/python-kiwisolver.changes index 0ba6627..57a2b83 100644 --- a/python-kiwisolver.changes +++ b/python-kiwisolver.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Nov 27 19:31:31 UTC 2023 - Dirk Müller + +- update to 1.4.5: + * implement exceptions in Python + * add missing signature of Constraint.violated for Python + wrapper + * add support for Python 3.12 + ------------------------------------------------------------------- Fri Apr 21 12:27:43 UTC 2023 - Dirk Müller @@ -13,7 +22,7 @@ Sun Jul 24 09:16:28 UTC 2022 - Dirk Müller - update to 1.4.4: - fix timing in shared data release procedure PR #149 - - revert use of nullpointer introduced in #142 + - revert use of nullpointer introduced in #142 Its use is not necessary anymore in 3.11.0-beta.4 and used to cause issues on some platforms (see #144 ) PR #145 @@ -60,7 +69,7 @@ Sun Dec 20 09:32:53 UTC 2020 - Dirk Müller - 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 5f408af..21231d5 100644 --- a/python-kiwisolver.spec +++ b/python-kiwisolver.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-kiwisolver -Version: 1.4.4 +Version: 1.4.5 Release: 0 Summary: An implementation of the Cassowary constraint solver License: BSD-3-Clause