1
0
Commit Graph

10 Commits

Author SHA256 Message Date
Steve Kowalik
6495b5e907 - 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
2023-11-20 06:36:58 +00:00
fdf55c5c9d Accepting request 1081465 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081465
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.itertools?expand=0&rev=14
2023-04-21 14:27:20 +00:00
Markéta Machová
bfd0df4777 Accepting request 1000018 from home:bnavigator:branches:devel:languages:python
- Update to 6.2.1:
  #15: Fixed broken test in ensure_unique.
- v6.2.0: Added accumulate function.
- v6.1.1: Fixed typo in ensure_unique doctest.
- v6.1.0: Add ensure_unique function.
- v6.0.3: #13: Fixed doc build errors.
- v6.0.2: Minor fixes.
- v6.0.1: Switch to PEP 420 for namespace package.
- v6.0.0: Remove Counter.GetCount. Remove flatten and iflatten.
- Switch to PEP517 and remove obsolete jaraco.base requirement

OBS-URL: https://build.opensuse.org/request/show/1000018
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.itertools?expand=0&rev=12
2022-08-29 19:37:28 +00:00
2a7a4016f6 - add six dependency for testsuite
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.itertools?expand=0&rev=11
2021-11-08 11:05:35 +00:00
Tomáš Chvátal
b5908d419d Accepting request 782982 from home:mcalabkova:branches:devel:languages:python
- Update to 5.0.0
  * infinite_call is superseded by more_itertools.repeatfunc
  * Require Python 3.6 or later.

OBS-URL: https://build.opensuse.org/request/show/782982
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.itertools?expand=0&rev=9
2020-03-09 15:00:37 +00:00
Tomáš Chvátal
0a7282a6da - 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/package/show/devel:languages:python/python-jaraco.itertools?expand=0&rev=7
2019-04-05 11:27:24 +00:00
Tomáš Chvátal
95539ac215 Accepting request 679682 from home:jayvdb:noflake8
- Remove bcond_with test, allowing tests suite to run
- Add LICENSE
- Compile manually due to switch to pkgutil namespace technique
- Set minimum version more-itertools >= 4.0.0
- Update to v4.4.1
  * Fixed issue in ``collate_revs`` when objects being merged were non-True
- from 4.4
  * Add ``collate_revs`` and ``partition_dict``
- from 4.3
  * Nicer error message in ``assert_ordered`` when the assertion fails.
    Now reports the full supplied items and not just the keys in the errors.
    When ``<`` or ``>`` are used, the error message renders more directly.
- from 4.2
  * The ``duplicates`` function now takes an arbitrary number of iterables
  * Added ``assert_ordered`` function
- from 4.1
  * Added ``duplicates`` function
- from 4.0.0
  * Switch to pkgutil namespace technique for the ``jaraco`` namespace
- from 3.0.0
  * Refreshed project metadata, now built using declarative config.
    Installation from sdist now requires setuptools 34.4.
- from 2.5.2
  * Fix deprecation warning in ``always_iterable``
  * Leverage base_type parameter in ``more_itertools.always_iterable``
- from 2.5.1
  * Set stacklevel in deprecated functions for better visibility of the call.
- from 2.5
  * Added new ``maybe_single`` function
  * Deprecated ``list_or_iterable`` in favor of ``maybe_single``
- from 2.4
  * Deprecated ``flatten`` and ``iflatten`` in favor of
    ``more_itertools.collapse``. Deprecated ``iterable_test``,
    only used by deprecated functions.
  * Bump dependency on more_itertools 4.0.0.
- from 2.3
  * Added ``self_product``.
- from 2.2
  * ``first`` now accepts a default value, same as ``next``.

OBS-URL: https://build.opensuse.org/request/show/679682
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.itertools?expand=0&rev=5
2019-02-27 08:26:14 +00:00
Todd R
e1e137a6e6 Accepting request 541582 from home:TheBlackCat:branches:devel:languages:python
- Properly handle namespace package structure.
  This guarantees the module is importable.

OBS-URL: https://build.opensuse.org/request/show/541582
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.itertools?expand=0&rev=3
2017-11-13 18:48:49 +00:00
6f2c17dffa Accepting request 508204 from home:alois:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/508204
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.itertools?expand=0&rev=2
2017-07-05 11:46:50 +00:00
22f50cb42b Accepting request 416583 from home:XRevan86
OBS-URL: https://build.opensuse.org/request/show/416583
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.itertools?expand=0&rev=1
2016-08-07 12:17:06 +00:00