Revisions of python-jaraco.itertools
buildservice-autocommit
accepted
request 1127625
from
Steve Kowalik (StevenK)
(revision 17)
baserev update by copy to link target
Steve Kowalik (StevenK)
committed
(revision 16)
- Upate to 6.4.1: * Remove use of ``OrderedDict`` in ``partition_dict``. * Added ``summarize``. * Require Python 3.8 or later. * Added ``find_subseq``.
buildservice-autocommit
accepted
request 1081873
from
Dirk Mueller (dirkmueller)
(revision 15)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
accepted
request 1081465
from
Dirk Mueller (dirkmueller)
(revision 14)
SR for python stack proposal
buildservice-autocommit
accepted
request 1000108
from
Markéta Machová (mcalabkova)
(revision 13)
baserev update by copy to link target
Markéta Machová (mcalabkova)
accepted
request 1000018
from
Benjamin Greiner (bnavigator)
(revision 12)
- 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
Dirk Mueller (dirkmueller)
committed
(revision 11)
- add six dependency for testsuite
buildservice-autocommit
accepted
request 784209
from
Tomáš Chvátal (scarabeus_iv)
(revision 10)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
accepted
request 782982
from
Markéta Machová (mcalabkova)
(revision 9)
- Update to 5.0.0 * infinite_call is superseded by more_itertools.repeatfunc * Require Python 3.6 or later.
buildservice-autocommit
accepted
request 691788
from
Tomáš Chvátal (scarabeus_iv)
(revision 8)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
committed
(revision 7)
- Update to 4.4.2: * Fixed RuntimeError in takewhile_peek on later Pythons where StopIteration is no longer allowed in a generator.
buildservice-autocommit
accepted
request 679744
from
Tomáš Chvátal (scarabeus_iv)
(revision 6)
baserev update by copy to link target
Tomáš Chvátal (scarabeus_iv)
accepted
request 679682
from
John Vandenberg (jayvdb)
(revision 5)
- 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``.
Dominique Leuenberger (dimstar_suse)
accepted
request 583890
from
Antonio Larrosa (alarrosa)
(revision 4)
initialized devel package after accepting 583890
Todd R (TheBlackCat)
accepted
request 541582
from
Todd R (TheBlackCat)
(revision 3)
- Properly handle namespace package structure. This guarantees the module is importable.
Displaying all 17 revisions