forked from pool/python-jaraco.itertools
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
This commit is contained in:
committed by
Git OBS Bridge
parent
a41e7dc85b
commit
95539ac215
@@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 26 09:32:46 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
- 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``.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 13 18:26:17 UTC 2017 - toddrme2178@gmail.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user