Update package to version 1.4.5

This commit is contained in:
jxy_git 2024-02-21 17:18:32 +08:00
parent 84f11e0305
commit 0fa6f3efb5
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
kiwisolver-1.4.5.tar.gz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: python-kiwisolver
Version: 1.4.4
Release: 3
Version: 1.4.5
Release: 1
Summary: A fast implementation of the Cassowary constraint solver
License: BSD-3-Clause
URL: https://github.com/nucleic/kiwi
Source0: https://github.com/nucleic/kiwi/archive/%{version}/kiwisolver-%{version}.tar.gz
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
%description
@ -29,7 +29,7 @@ rm -rf kiwisolver.egg-info
%pyproject_build
%install
%pyproject_install kiwisolver==%{version}
%pyproject_install
%check
PYTHONPATH="%{buildroot}%{python3_sitearch}" py.test-3 py/tests/
@ -39,6 +39,9 @@ PYTHONPATH="%{buildroot}%{python3_sitearch}" py.test-3 py/tests/
%{python3_sitearch}/kiwisolver*
%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