forked from pool/python-more-itertools
Accepting request 980899 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/980899 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-more-itertools?expand=0&rev=38
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7dc6ad46f05f545f900dd59e8dfb4e84a4827b97b3cfecb175ea0c7d247f6064
|
|
||||||
size 108698
|
|
||||||
3
more-itertools-8.13.0.tar.gz
Normal file
3
more-itertools-8.13.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a42901a0a5b169d925f6f217cd5a190e32ef54360905b9c39ee7db5313bfec0f
|
||||||
|
size 101264
|
||||||
@@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 5 14:27:12 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- specfile:
|
||||||
|
* build with flit
|
||||||
|
|
||||||
|
- update to version 8.13.0:
|
||||||
|
* New functions
|
||||||
|
+ The :func:`subslices` recipe from the itertools docs was added
|
||||||
|
(thanks to rhettinger)
|
||||||
|
* Changes to existing functions
|
||||||
|
+ The :func:`ichunked` function is now more efficient (thanks to
|
||||||
|
hjtran0 and seanmacavaney)
|
||||||
|
+ The :func:`difference` function is now more efficient (thanks to
|
||||||
|
Masynchin)
|
||||||
|
+ The :func:`grouper` recipe now has more features, mirroring the
|
||||||
|
one in the itertools docs (thanks to rhettinger)
|
||||||
|
* Other changes
|
||||||
|
+ Some documentation issues were fixed (thanks to medvied and
|
||||||
|
Freed-Wu)
|
||||||
|
+ The more_itertools package is now built with flit (thanks to
|
||||||
|
mgorny)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 15 08:49:48 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Tue Mar 15 08:49:48 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-more-itertools
|
Name: python-more-itertools
|
||||||
Version: 8.12.0
|
Version: 8.13.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: More routines for operating on iterables, beyond itertools
|
Summary: More routines for operating on iterables, beyond itertools
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -27,7 +27,10 @@ Group: Development/Languages/Python
|
|||||||
URL: https://github.com/erikrose/more-itertools
|
URL: https://github.com/erikrose/more-itertools
|
||||||
Source: https://files.pythonhosted.org/packages/source/m/more-itertools/more-itertools-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/m/more-itertools/more-itertools-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module base}
|
BuildRequires: %{python_module base}
|
||||||
|
BuildRequires: %{python_module flit}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@@ -42,10 +45,10 @@ Python iterables.
|
|||||||
rm -rf more_itertools.egg-info
|
rm -rf more_itertools.egg-info
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
@@ -55,6 +58,6 @@ rm -rf more_itertools.egg-info
|
|||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/more_itertools/
|
%{python_sitelib}/more_itertools/
|
||||||
%{python_sitelib}/more_itertools-%{version}-py%{python_version}.egg-info
|
%{python_sitelib}/more_itertools-%{version}.dist-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user