Compare commits

1 Commits
main ... 1.1

4 changed files with 11 additions and 27 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,22 +1,3 @@
-------------------------------------------------------------------
Tue Apr 1 15:35:10 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Make it compatible with older setuptools
-------------------------------------------------------------------
Wed Mar 26 05:48:33 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Normalize metadata directory name.
-------------------------------------------------------------------
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> Fri Apr 21 12:27:21 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-jaraco.itertools # spec file for package python-jaraco.itertools
# #
# Copyright (c) 2025 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,14 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-jaraco.itertools Name: python-jaraco.itertools
Version: 6.4.1 Version: 6.2.1
Release: 0 Release: 0
Summary: Tools to work with iterables Summary: Tools to work with iterables
License: MIT License: MIT
Group: Development/Languages/Python
URL: https://github.com/jaraco/jaraco.itertools URL: https://github.com/jaraco/jaraco.itertools
Source0: https://files.pythonhosted.org/packages/source/j/jaraco.itertools/jaraco.itertools-%{version}.tar.gz Source0: https://files.pythonhosted.org/packages/source/j/jaraco.itertools/jaraco.itertools-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module inflect} BuildRequires: %{python_module inflect}
BuildRequires: %{python_module more-itertools >= 4.0.0} BuildRequires: %{python_module more-itertools >= 4.0.0}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
@@ -55,13 +56,15 @@ rm -r jaraco.itertools.egg-info
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %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 %pytest --doctest-modules
%files %{python_files} %files %{python_files}
%license LICENSE %license LICENSE
%doc docs/*.rst README.rst NEWS.rst %doc docs/*.rst README.rst CHANGES.rst
%dir %{python_sitelib}/jaraco %dir %{python_sitelib}/jaraco
%{python_sitelib}/jaraco[_.]itertools-%{version}.dist-info %{python_sitelib}/jaraco.itertools-%{version}*-info
%{python_sitelib}/jaraco/itertools.py* %{python_sitelib}/jaraco/itertools.py*
%pycache_only %dir %{python_sitelib}/jaraco/__pycache__ %pycache_only %dir %{python_sitelib}/jaraco/__pycache__
%pycache_only %{python_sitelib}/jaraco/__pycache__/itertools*.py* %pycache_only %{python_sitelib}/jaraco/__pycache__/itertools*.py*