Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
d83d869d00 |
BIN
kiwisolver-1.4.4.tar.gz
(Stored with Git LFS)
Normal file
BIN
kiwisolver-1.4.4.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
kiwisolver-1.4.7.tar.gz
(Stored with Git LFS)
BIN
kiwisolver-1.4.7.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,20 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Wed Oct 23 20:27:18 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
||||||
|
|
||||||
- update to 1.4.7:
|
|
||||||
* no library changes only fixes to the build infrastructure
|
|
||||||
* drop support for Python 3.7
|
|
||||||
* add support for Python 3.13
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Nov 27 19:31:31 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
||||||
|
|
||||||
- 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 <dmueller@suse.com>
|
Fri Apr 21 12:27:43 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
@@ -30,7 +13,7 @@ Sun Jul 24 09:16:28 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|||||||
|
|
||||||
- update to 1.4.4:
|
- update to 1.4.4:
|
||||||
- fix timing in shared data release procedure PR #149
|
- 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
|
Its use is not necessary anymore in 3.11.0-beta.4 and used to cause issues on
|
||||||
some platforms (see #144 ) PR #145
|
some platforms (see #144 ) PR #145
|
||||||
|
|
||||||
@@ -77,7 +60,7 @@ Sun Dec 20 09:32:53 UTC 2020 - Dirk Müller <dmueller@suse.com>
|
|||||||
- modernize the c++ code by using more c++11 features PR #90
|
- modernize the c++ code by using more c++11 features PR #90
|
||||||
- introduce move semantic in some c++ constructors to improve performances PR #89
|
- introduce move semantic in some c++ constructors to improve performances PR #89
|
||||||
- add support for Python 3.9 PR #88
|
- add support for Python 3.9 PR #88
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 16 08:10:34 UTC 2020 - pgajdos@suse.com
|
Thu Apr 16 08:10:34 UTC 2020 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-kiwisolver
|
# spec file for package python-kiwisolver
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-kiwisolver
|
Name: python-kiwisolver
|
||||||
Version: 1.4.7
|
Version: 1.4.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An implementation of the Cassowary constraint solver
|
Summary: An implementation of the Cassowary constraint solver
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Reference in New Issue
Block a user