Update to 9.1.0
This commit is contained in:
parent
199caccb0f
commit
7fb647f672
Binary file not shown.
BIN
more-itertools-9.1.0.tar.gz
Normal file
BIN
more-itertools-9.1.0.tar.gz
Normal file
Binary file not shown.
@ -1,5 +1,5 @@
|
|||||||
Name: python-more-itertools
|
Name: python-more-itertools
|
||||||
Version: 8.12.0
|
Version: 9.1.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: An opensource python library wrapping around itertools
|
Summary: An opensource python library wrapping around itertools
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -15,6 +15,8 @@ See https://pythonhosted.org/more-itertools/index.html for more information.
|
|||||||
%package -n python3-more-itertools
|
%package -n python3-more-itertools
|
||||||
Summary: An opensource python library wrapping around itertools
|
Summary: An opensource python library wrapping around itertools
|
||||||
BuildRequires: python3-devel python3-six
|
BuildRequires: python3-devel python3-six
|
||||||
|
BuildRequires: python3-pip python3-wheel
|
||||||
|
BuildRequires: python3-flit-core
|
||||||
%{?python_provide:%python_provide python3-more-itertools}
|
%{?python_provide:%python_provide python3-more-itertools}
|
||||||
|
|
||||||
%description -n python3-more-itertools
|
%description -n python3-more-itertools
|
||||||
@ -26,21 +28,24 @@ See https://pythonhosted.org/more-itertools/index.html for more information.
|
|||||||
%autosetup -n more-itertools-%{version} -p1
|
%autosetup -n more-itertools-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%pyproject_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%py3_install
|
%pyproject_install
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__python3} ./setup.py test
|
export PYTHONPATH=%{buildroot}%{python3_sitelib}
|
||||||
|
%{__python3} -m unittest -v
|
||||||
|
|
||||||
%files -n python3-more-itertools
|
%files -n python3-more-itertools
|
||||||
%doc README.rst LICENSE
|
%doc README.rst LICENSE
|
||||||
%{python3_sitelib}/more_itertools/
|
%{python3_sitelib}/more_itertools/
|
||||||
%exclude %{python3_sitelib}/more_itertools/tests
|
%{python3_sitelib}/more_itertools-%{version}*-info
|
||||||
%{python3_sitelib}/more_itertools-%{version}-py%{python3_version}.egg-info
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 07 2023 yaoxin <yao_xin001@hoperun.com> - 9.1.0-1
|
||||||
|
- Update to 9.1.0
|
||||||
|
|
||||||
* Thu Jul 7 2022 wulei <wulei80@h-partners.com> - 8.12.0-1
|
* Thu Jul 7 2022 wulei <wulei80@h-partners.com> - 8.12.0-1
|
||||||
- Upgrade to 8.12.0
|
- Upgrade to 8.12.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user