2019-11-29 10:31:35 +08:00
|
|
|
Name: python-more-itertools
|
2022-07-08 10:51:00 +08:00
|
|
|
Version: 8.12.0
|
2021-07-15 02:48:35 +00:00
|
|
|
Release: 1
|
2019-11-29 10:31:35 +08:00
|
|
|
Summary: An opensource python library wrapping around itertools
|
|
|
|
|
License: MIT
|
|
|
|
|
URL: https://github.com/erikrose/more-itertools
|
|
|
|
|
Source0: https://pypi.io/packages/source/m/more-itertools/more-itertools-%{version}.tar.gz
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
This is a python library for efficient use of itertools utility, which also \
|
|
|
|
|
includes implementations of the recipes from the itertools documentation.\
|
|
|
|
|
See https://pythonhosted.org/more-itertools/index.html for more information.
|
|
|
|
|
|
|
|
|
|
%package -n python3-more-itertools
|
|
|
|
|
Summary: An opensource python library wrapping around itertools
|
|
|
|
|
BuildRequires: python3-devel python3-six
|
|
|
|
|
%{?python_provide:%python_provide python3-more-itertools}
|
|
|
|
|
|
|
|
|
|
%description -n python3-more-itertools
|
|
|
|
|
This is a python library for efficient use of itertools utility, which also \
|
|
|
|
|
includes implementations of the recipes from the itertools documentation.\
|
|
|
|
|
See https://pythonhosted.org/more-itertools/index.html for more information.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n more-itertools-%{version} -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%py3_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%py3_install
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
%{__python3} ./setup.py test
|
|
|
|
|
|
|
|
|
|
%files -n python3-more-itertools
|
2022-07-08 10:51:00 +08:00
|
|
|
%doc README.rst LICENSE
|
2019-11-29 10:31:35 +08:00
|
|
|
%{python3_sitelib}/more_itertools/
|
|
|
|
|
%exclude %{python3_sitelib}/more_itertools/tests
|
|
|
|
|
%{python3_sitelib}/more_itertools-%{version}-py%{python3_version}.egg-info
|
|
|
|
|
|
|
|
|
|
%changelog
|
2022-07-08 10:51:00 +08:00
|
|
|
* Thu Jul 7 2022 wulei <wulei80@h-partners.com> - 8.12.0-1
|
|
|
|
|
- Upgrade to 8.12.0
|
|
|
|
|
|
2021-07-15 02:48:35 +00:00
|
|
|
* Thu Jul 15 2021 huangtianhua <huangtianhua@huawei.com> -8.5.0-1
|
|
|
|
|
- Upgrade to 8.5.0 to support OpenStack-W
|
|
|
|
|
|
2020-10-29 14:09:18 +08:00
|
|
|
* Wed Oct 21 2020 Ge Wang <wangge20@huawei.com> - 4.1.0-6
|
|
|
|
|
- remove python2
|
|
|
|
|
|
2019-11-29 10:31:35 +08:00
|
|
|
* Fri Nov 15 2019 sunguoshuai <sunguoshuai@huawei.com> - 4.1.0-5
|
|
|
|
|
- Package init
|