Add buildRequires python3-toml

This commit is contained in:
caodongxia 2023-01-18 16:02:55 +08:00
parent 70c0e5f210
commit 9446a8779f

View File

@ -1,12 +1,12 @@
Name: python-kiwisolver Name: python-kiwisolver
Version: 1.4.4 Version: 1.4.4
Release: 1 Release: 2
Summary: A fast implementation of the Cassowary constraint solver Summary: A fast implementation of the Cassowary constraint solver
License: BSD-3-Clause License: BSD-3-Clause
URL: https://github.com/nucleic/kiwi URL: https://github.com/nucleic/kiwi
Source0: https://github.com/nucleic/kiwi/archive/%{version}/kiwisolver-%{version}.tar.gz Source0: https://github.com/nucleic/kiwi/archive/%{version}/kiwisolver-%{version}.tar.gz
Patch0: fix-kiwisolver-version.patch Patch0: fix-kiwisolver-version.patch
BuildRequires: gcc-c++ python3-cppy python3-pip python3-setuptools_scm python3-wheel BuildRequires: gcc-c++ python3-cppy python3-pip python3-setuptools_scm python3-wheel python3-toml
%description %description
Kiwi is an efficient C++ implementation of the Cassowary constraint solving algorithm. Kiwi is an efficient C++ implementation of the Cassowary constraint solving algorithm.
@ -41,6 +41,9 @@ PYTHONPATH="%{buildroot}%{python3_sitearch}" py.test-3 py/tests/
%{python3_sitearch}/kiwisolver-%{version}-*.egg-info %{python3_sitearch}/kiwisolver-%{version}-*.egg-info
%changelog %changelog
* Wed Jan 18 2023 caodongxia <caodongxia@h-partners.com> - 1.4.4-2
- Add buildRequires python3-toml
* Wed Aug 03 2022 fushanqing <fushanqing@kylinos.cn> - 1.4.4-1 * Wed Aug 03 2022 fushanqing <fushanqing@kylinos.cn> - 1.4.4-1
- update to 1.4.4 - update to 1.4.4