Upgrade to 8.12.0

This commit is contained in:
wu-leilei 2022-07-08 10:51:00 +08:00
parent 7dd6401321
commit f868ebd70c
3 changed files with 5 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: python-more-itertools
Version: 8.5.0
Version: 8.12.0
Release: 1
Summary: An opensource python library wrapping around itertools
License: MIT
@ -35,12 +35,15 @@ See https://pythonhosted.org/more-itertools/index.html for more information.
%{__python3} ./setup.py test
%files -n python3-more-itertools
%doc README.rst PKG-INFO LICENSE
%doc README.rst LICENSE
%{python3_sitelib}/more_itertools/
%exclude %{python3_sitelib}/more_itertools/tests
%{python3_sitelib}/more_itertools-%{version}-py%{python3_version}.egg-info
%changelog
* Thu Jul 7 2022 wulei <wulei80@h-partners.com> - 8.12.0-1
- Upgrade to 8.12.0
* Thu Jul 15 2021 huangtianhua <huangtianhua@huawei.com> -8.5.0-1
- Upgrade to 8.5.0 to support OpenStack-W