Compare commits
No commits in common. "6032297874eca6e61354ccc6f20faa65753faf6c" and "457c43bebd4b1ff09ab11f2191a81d0ca675221d" have entirely different histories.
6032297874
...
457c43bebd
BIN
kiwisolver-1.1.0.tar.gz
Normal file
BIN
kiwisolver-1.1.0.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
Name: python-kiwisolver
|
Name: python-kiwisolver
|
||||||
Version: 1.4.1
|
Version: 1.1.0
|
||||||
Release: 2
|
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
|
||||||
URL: https://github.com/nucleic/kiwi
|
URL: https://github.com/nucleic/kiwi
|
||||||
Source0: https://files.pythonhosted.org/packages/source/k/kiwisolver/kiwisolver-%{version}.tar.gz
|
Source0: https://github.com/nucleic/kiwi/archive/%{version}/kiwisolver-%{version}.tar.gz
|
||||||
BuildRequires: gcc-c++ python3-cppy python3-pip python3-setuptools_scm python3-wheel
|
BuildRequires: gcc-c++
|
||||||
|
|
||||||
%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.
|
||||||
@ -15,14 +15,14 @@ up to be lightweight and fast.
|
|||||||
|
|
||||||
%package -n python3-kiwisolver
|
%package -n python3-kiwisolver
|
||||||
Summary: Kiwisolver for Python 3 Package
|
Summary: Kiwisolver for Python 3 Package
|
||||||
%python_provide python3-kiwisolver
|
%{?python_provide:%python_provide python3-kiwisolver}
|
||||||
BuildRequires: python3-devel python3-setuptools python3-pytest
|
BuildRequires: python3-devel python3-setuptools python3-pytest
|
||||||
|
|
||||||
%description -n python3-kiwisolver
|
%description -n python3-kiwisolver
|
||||||
Kiwisolver for Python 3 Package.
|
Kiwisolver for Python 3 Package.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n kiwisolver-%{version} -p1
|
%autosetup -n kiwi-%{version}
|
||||||
rm -rf kiwisolver.egg-info
|
rm -rf kiwisolver.egg-info
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -36,22 +36,10 @@ PYTHONPATH="%{buildroot}%{python3_sitearch}" py.test-3 py/tests/
|
|||||||
|
|
||||||
%files -n python3-kiwisolver
|
%files -n python3-kiwisolver
|
||||||
%doc README.rst LICENSE
|
%doc README.rst LICENSE
|
||||||
%{python3_sitearch}/kiwisolver/*
|
%{python3_sitearch}/kiwisolver.cpython-*.so
|
||||||
%{python3_sitearch}/kiwisolver-%{version}-*.egg-info
|
%{python3_sitearch}/kiwisolver-%{version}-*.egg-info
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Mar 9 2020 Ling Yang <lingyang2@huawei.com> - 1.1.0-2
|
||||||
- Fixed format for spec file
|
- Fixed format for spec file
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +0,0 @@
|
|||||||
version_control: github
|
|
||||||
src_repo: nucleic/kiwi
|
|
||||||
tag_prefix: ^
|
|
||||||
seperator: .
|
|
||||||
Loading…
x
Reference in New Issue
Block a user