15
0

- Update to 0.7.1:

- Fix groupby() not working with empty iterables (#39)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioitertools?expand=0&rev=4
This commit is contained in:
2021-05-13 18:22:36 +00:00
committed by Git OBS Bridge
parent 535b17073d
commit edf7260139
5 changed files with 9 additions and 13 deletions

View File

@@ -1,6 +1,8 @@
-------------------------------------------------------------------
Thu May 13 17:58:59 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Update to 0.7.1:
- Fix groupby() not working with empty iterables (#39)
- Add stdlib-typing_extensions.patch making typing_extensions
package just an optional requirement (gh#omnilib/aioitertools#49).