Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
812e8a7ae3
!16 Update package to version 1.4.5
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2024-02-21 09:30:24 +00:00
jxy_git
0fa6f3efb5 Update package to version 1.4.5 2024-02-21 17:18:32 +08:00
openeuler-ci-bot
84f11e0305
!15 Adapting to the pyproject.toml compilation mode
From: @caodongxia 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
2023-05-05 06:38:12 +00:00
caodongxia
2accd5780d Adapting to the pyproject.toml compilation mode 2023-05-04 17:08:13 +08:00
openeuler-ci-bot
4ccfeeb0a0
!14 Add buildRequires python3-toml
From: @caodongxia 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
2023-01-18 08:37:40 +00:00
caodongxia
9446a8779f Add buildRequires python3-toml 2023-01-18 16:02:55 +08:00
openeuler-ci-bot
70c0e5f210
!11 update to 1.4.4
From: @fu-shanqing 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-08-08 10:41:38 +00:00
fu-shanqing
0dd5c84bb7 update to 1.4.4 2022-08-03 23:55:07 +08:00
openeuler-ci-bot
f9781e1178
!10 Package upgrade
From: @wk333 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2022-07-05 07:42:02 +00:00
wk333
8abb364980 Package upgrade 2022-07-05 15:31:49 +08:00
3 changed files with 23 additions and 9 deletions

Binary file not shown.

BIN
kiwisolver-1.4.5.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
Name: python-kiwisolver
Version: 1.1.0
Release: 5
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
BuildRequires: gcc-c++
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
Kiwi is an efficient C++ implementation of the Cassowary constraint solving algorithm.
@ -22,24 +22,38 @@ BuildRequires: python3-devel python3-setuptools python3-pytest
Kiwisolver for Python 3 Package.
%prep
%autosetup -n kiwi-%{version}
%autosetup -n kiwisolver-%{version} -p1
rm -rf kiwisolver.egg-info
%build
%py3_build
%pyproject_build
%install
%py3_install
%pyproject_install
%check
PYTHONPATH="%{buildroot}%{python3_sitearch}" py.test-3 py/tests/
%files -n python3-kiwisolver
%doc README.rst LICENSE
%{python3_sitearch}/kiwisolver.cpython-*.so
%{python3_sitearch}/kiwisolver-%{version}-*.egg-info
%{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
* 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