Compare commits

..

No commits in common. "812e8a7ae3582560dfbe87c219677be18cb4750a" and "2f5511963edf04505da7c11a3d41531ee7a90518" have entirely different histories.

3 changed files with 9 additions and 23 deletions

BIN
kiwisolver-1.1.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
Name: python-kiwisolver
Version: 1.4.5
Release: 1
Version: 1.1.0
Release: 5
Summary: A fast implementation of the Cassowary constraint solver
License: BSD-3-Clause
URL: https://github.com/nucleic/kiwi
Source0: https://files.pythonhosted.org/packages/b9/2d/226779e405724344fc678fcc025b812587617ea1a48b9442628b688e85ea/kiwisolver-1.4.5.tar.gz
BuildRequires: gcc-c++ python3-cppy python3-pip python3-setuptools_scm python3-wheel python3-toml
Source0: https://github.com/nucleic/kiwi/archive/%{version}/kiwisolver-%{version}.tar.gz
BuildRequires: gcc-c++
%description
Kiwi is an efficient C++ implementation of the Cassowary constraint solving algorithm.
@ -22,38 +22,24 @@ BuildRequires: python3-devel python3-setuptools python3-pytest
Kiwisolver for Python 3 Package.
%prep
%autosetup -n kiwisolver-%{version} -p1
%autosetup -n kiwi-%{version}
rm -rf kiwisolver.egg-info
%build
%pyproject_build
%py3_build
%install
%pyproject_install
%py3_install
%check
PYTHONPATH="%{buildroot}%{python3_sitearch}" py.test-3 py/tests/
%files -n python3-kiwisolver
%doc README.rst LICENSE
%{python3_sitearch}/kiwisolver*
%{python3_sitearch}/kiwisolver.cpython-*.so
%{python3_sitearch}/kiwisolver-%{version}-*.egg-info
%changelog
* Wed Feb 21 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 1.4.5-1
- Update package to version 1.4.5
* Thu May 4 2023 caodongxia <caodongxia@h-partners.com> - 1.4.4-3
- Adapting to the pyproject.toml compilation mode
* 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
- update to 1.4.4
* Tue Jul 05 2022 SimpleUpdate Robot <tc@openeuler.org> - 1.4.1-1
- Upgrade to version 1.4.1
* Mon May 9 2022 yaoxin <yaoxin30@h-partners.com> - 1.1.0-5
- License compliance rectification