15
0

- update to 0.5.1:

- update to 0.5.0:

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiostream?expand=0&rev=4
This commit is contained in:
2023-12-15 12:06:05 +00:00
committed by Git OBS Bridge
parent b7ba3879ae
commit 45d7c10971
2 changed files with 7 additions and 7 deletions

View File

@@ -4,10 +4,10 @@ Thu Dec 14 09:13:36 UTC 2023 - Petr Gajdos <pgajdos@suse.com>
- update to 0.5.2:
* Properly expose pipe methods in `aiostream.pipe` (PR #88,
issue #87)
update to 0.5.1:
- update to 0.5.1:
* Expose `pipable_operator` at package level (46ddb24)
* Modernize examples (a704e9a)
update to 0.5.0:
- update to 0.5.0:
* Drop python 3.7 support
* Add type annotations (issue #36, PR #84)
* Add task_limit argument to action operator (issue #85, PR