diff --git a/kiwisolver-1.4.8.tar.gz b/kiwisolver-1.4.8.tar.gz deleted file mode 100644 index c3b61f03a191af372922a56b778912115d4635f1..0000000000000000000000000000000000000000 Binary files a/kiwisolver-1.4.8.tar.gz and /dev/null differ diff --git a/kiwisolver-1.4.9.tar.gz b/kiwisolver-1.4.9.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5a5bcbeeff38f3d9a1f07c62b508c2b43a9c2aa6 Binary files /dev/null and b/kiwisolver-1.4.9.tar.gz differ diff --git a/python-kiwisolver.spec b/python-kiwisolver.spec index 05e34ab068e158ea32b5841db17e1d2eed4b0d5b..8bf825b7bbb034d2d642c461d9ed61dfab0385fc 100644 --- a/python-kiwisolver.spec +++ b/python-kiwisolver.spec @@ -1,6 +1,6 @@ Name: python-kiwisolver -Version: 1.4.8 -Release: 2 +Version: 1.4.9 +Release: 1 Summary: A fast implementation of the Cassowary constraint solver License: BSD-3-Clause URL: https://github.com/nucleic/kiwi @@ -42,6 +42,10 @@ PYTHONPATH="%{buildroot}%{python3_sitearch}" py.test-3 py/tests/ %{python3_sitearch}/kiwisolver* %changelog +* Fri Aug 22 2025 openeuler_bot - 1.4.9-1 +- add support for Python 3.14 (version:1.4.9). +- include Python.h, or headers including Python.h, before system headers (version:1.4.9). + * Wed Jun 18 2025 yaoxin <1024769339@qq.com> - 1.4.8-2 - Fix build failure duo to setuptools upgraded