15
0
forked from pool/python-aioftp

Accepting request 928978 from home:glaubitz:branches:devel:languages:python

- Update to 0.19.0
  * add client connection timeout
  * remove explicit coroutine passing to `asyncio.wait`

OBS-URL: https://build.opensuse.org/request/show/928978
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioftp?expand=0&rev=11
This commit is contained in:
2021-11-06 10:26:20 +00:00
committed by Git OBS Bridge
parent 8424bc718f
commit 9bd89fc07e
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Nov 3 09:47:36 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.19.0
* add client connection timeout
* remove explicit coroutine passing to `asyncio.wait`
-------------------------------------------------------------------
Fri Jan 22 13:48:55 UTC 2021 - andy great <andythe_great@pm.me>