1
0

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
This commit is contained in:
2017-07-05 11:46:50 +00:00
committed by Git OBS Bridge
parent 22f50cb42b
commit 6f2c17dffa
4 changed files with 41 additions and 19 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Jul 4 18:21:32 UTC 2017 - aloisio@gmx.com
- Update to version 2.0.1
* Refresh package.
2.0:
* In ``always_iterable``, mappings are now considered
singletons. It seems that the way ``always_iterable``
is generally used, one wouldn't expect to only iterate
on a mapping, but there are cases where a dictionary
should behave like a singleton object.
1.8:
* Deprecated ``infiniteCall`` and replaced it with
``infinite_call`` which only takes a single argument
(the function to call).
- Converted to single-spec
-------------------------------------------------------------------
Tue Aug 2 13:24:18 UTC 2016 - sor.alexei@meowr.ru