- Upate to 6.4.1:

* Remove use of ``OrderedDict`` in ``partition_dict``.
  * Added ``summarize``.
  * Require Python 3.8 or later.
  * Added ``find_subseq``.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.itertools?expand=0&rev=16
This commit is contained in:
Steve Kowalik 2023-11-20 06:36:58 +00:00 committed by Git OBS Bridge
parent fdf55c5c9d
commit 6495b5e907
4 changed files with 16 additions and 10 deletions

BIN
jaraco.itertools-6.2.1.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:314fce562ebb45ea4822a98bbd7b22e5feac7d5118dbc1a4f1eb2cd046bffa47
size 18202

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Nov 20 06:36:04 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Upate to 6.4.1:
* Remove use of ``OrderedDict`` in ``partition_dict``.
* Added ``summarize``.
* Require Python 3.8 or later.
* Added ``find_subseq``.
-------------------------------------------------------------------
Fri Apr 21 12:27:21 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -18,14 +18,13 @@
%{?sle15_python_module_pythons}
Name: python-jaraco.itertools
Version: 6.2.1
Version: 6.4.1
Release: 0
Summary: Tools to work with iterables
License: MIT
Group: Development/Languages/Python
URL: https://github.com/jaraco/jaraco.itertools
Source0: https://files.pythonhosted.org/packages/source/j/jaraco.itertools/jaraco.itertools-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module inflect}
BuildRequires: %{python_module more-itertools >= 4.0.0}
BuildRequires: %{python_module pip}
@ -56,15 +55,13 @@ rm -r jaraco.itertools.egg-info
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
# work around for gh#pytest-dev/pytest#3396 until gh#pytest-dev/pytest#10088 lands in a pytest release
touch jaraco/__init__.py
%pytest --doctest-modules
%files %{python_files}
%license LICENSE
%doc docs/*.rst README.rst CHANGES.rst
%doc docs/*.rst README.rst NEWS.rst
%dir %{python_sitelib}/jaraco
%{python_sitelib}/jaraco.itertools-%{version}*-info
%{python_sitelib}/jaraco.itertools-%{version}.dist-info
%{python_sitelib}/jaraco/itertools.py*
%pycache_only %dir %{python_sitelib}/jaraco/__pycache__
%pycache_only %{python_sitelib}/jaraco/__pycache__/itertools*.py*