Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
6032297874
!13 Change Source
From: @starlet-dx 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2022-11-10 11:34:18 +00:00
starlet-dx
07d71e424e Change Source 2022-11-10 17:49:14 +08:00
openeuler-ci-bot
496f3e8952
!12 Upgrade to version 1.4.1
From: @starlet-dx 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2022-10-31 07:06:24 +00:00
starlet-dx
5dff1bf8d5 Upgrade to version 1.4.1 2022-10-31 14:19:39 +08:00
openeuler-ci-bot
99fd95bcfb !6 remove python2 of package python-kiwisolver
From: @wang--ge
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2020-10-30 09:54:34 +08:00
root
cb747316f9 remove python2 2020-10-29 10:38:39 +08:00
openeuler-ci-bot
3c2fc0a9a6 !4 python-kiwisolver
Merge pull request !4 from wangef/master
2020-05-09 19:15:17 +08:00
wwx913452
3c0d995a86 added python-kiwisolver.yaml 2020-05-07 14:30:59 +08:00
openeuler-ci-bot
94fa9addd9 !3 add python2
Merge pull request !3 from gu-gu-gu/master
2020-03-11 16:28:26 +08:00
gu-gu-gu
8214cd9a99 add python2 2020-03-11 16:12:01 +08:00
4 changed files with 23 additions and 7 deletions

Binary file not shown.

BIN
kiwisolver-1.4.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
Name: python-kiwisolver
Version: 1.1.0
Version: 1.4.1
Release: 2
Summary: A fast implementation of the Cassowary constraint solver
License: BSD
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/source/k/kiwisolver/kiwisolver-%{version}.tar.gz
BuildRequires: gcc-c++ python3-cppy python3-pip python3-setuptools_scm python3-wheel
%description
Kiwi is an efficient C++ implementation of the Cassowary constraint solving algorithm.
@ -15,14 +15,14 @@ up to be lightweight and fast.
%package -n python3-kiwisolver
Summary: Kiwisolver for Python 3 Package
%{?python_provide:%python_provide python3-kiwisolver}
%python_provide python3-kiwisolver
BuildRequires: python3-devel python3-setuptools python3-pytest
%description -n python3-kiwisolver
Kiwisolver for Python 3 Package.
%prep
%autosetup -n kiwi-%{version}
%autosetup -n kiwisolver-%{version} -p1
rm -rf kiwisolver.egg-info
%build
@ -36,10 +36,22 @@ 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/*
%{python3_sitearch}/kiwisolver-%{version}-*.egg-info
%changelog
* Thu Nov 10 2022 yaoxin <yaoxin30@h-partners.com> - 1.4.1-2
- Change Source
* Mon Oct 31 2022 yaoxin <yaoxin30@h-partners.com> - 1.4.1-1
- Upgrade to version 1.4.1
* Wed Oct 21 2020 Ge Wang <wangge20@huawei.com> - 1.1.0-4
- Remove python2
* Wed Mar 11 2020 gulining<gulining1@huawei.com> - 1.1.0-3
- Add python2
* Mon Mar 9 2020 Ling Yang <lingyang2@huawei.com> - 1.1.0-2
- Fixed format for spec file

4
python-kiwisolver.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: nucleic/kiwi
tag_prefix: ^
seperator: .