1
0

- 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
This commit is contained in:
Tomáš Chvátal
2019-04-05 11:27:24 +00:00
committed by Git OBS Bridge
parent 95539ac215
commit 0a7282a6da
4 changed files with 12 additions and 9 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Apr 5 11:25:30 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 4.4.2:
* Fixed RuntimeError in takewhile_peek on later Pythons where StopIteration is no longer allowed in a generator.
-------------------------------------------------------------------
Tue Feb 26 09:32:46 UTC 2019 - John Vandenberg <jayvdb@gmail.com>