1
0

Compare commits

..

10 Commits

Author SHA256 Message Date
47f9b0fcad Accepting request 1266234 from devel:languages:python
- Make it compatible with older setuptools

- Normalize metadata directory name.

OBS-URL: https://build.opensuse.org/request/show/1266234
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.itertools?expand=0&rev=9
2025-04-11 14:45:08 +00:00
bc388d4830 - Make it compatible with older setuptools
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.itertools?expand=0&rev=19
2025-04-01 15:39:19 +00:00
354b327d9b - Normalize metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.itertools?expand=0&rev=18
2025-03-26 05:50:30 +00:00
356a3a8f98 Accepting request 1127625 from devel:languages:python
- 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/request/show/1127625
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.itertools?expand=0&rev=8
2023-11-21 20:31:12 +00:00
7ad53ef96c Accepting request 1081873 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1081873
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.itertools?expand=0&rev=7
2023-04-22 20:00:13 +00:00
885ee6341d Accepting request 1000108 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1000108
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.itertools?expand=0&rev=6
2022-08-31 16:08:28 +00:00
cdb42ee767 Accepting request 930152 from devel:languages:python
- add six dependency for testsuite

OBS-URL: https://build.opensuse.org/request/show/930152
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.itertools?expand=0&rev=5
2021-11-10 20:45:58 +00:00
81ca791521 Accepting request 784209 from devel:languages:python
Staging:I

OBS-URL: https://build.opensuse.org/request/show/784209
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.itertools?expand=0&rev=4
2020-04-19 19:39:31 +00:00
73e9cfebe4 Accepting request 691788 from devel:languages:python
- Update to 4.4.2:
  * Fixed RuntimeError in takewhile_peek on later Pythons where StopIteration is no longer allowed in a generator.

OBS-URL: https://build.opensuse.org/request/show/691788
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.itertools?expand=0&rev=3
2019-04-08 18:53:04 +00:00
6dcea6271e Accepting request 679744 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/679744
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.itertools?expand=0&rev=2
2019-03-04 08:21:27 +00:00
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
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>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-jaraco.itertools
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -61,7 +61,7 @@ rm -r jaraco.itertools.egg-info
%license LICENSE
%doc docs/*.rst README.rst NEWS.rst
%dir %{python_sitelib}/jaraco
%{python_sitelib}/jaraco.itertools-%{version}.dist-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*