15
0
forked from pool/python-aioftp

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

- Update to 0.21.4
  * setup/tests: set low bound for version of `async-timeout`
  * docs: fix rst link markup
  * docs: add `LIST` parsing warning explanation
  * tests: use `pytest_asyncio` `strict` mode and proper decorations (fixes #155)

OBS-URL: https://build.opensuse.org/request/show/1012070
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioftp?expand=0&rev=14
This commit is contained in:
2022-10-17 12:25:27 +00:00
committed by Git OBS Bridge
parent 70588401c9
commit 2d1e37dcb5
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Oct 17 11:31:51 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.21.4
* setup/tests: set low bound for version of `async-timeout`
* docs: fix rst link markup
* docs: add `LIST` parsing warning explanation
* tests: use `pytest_asyncio` `strict` mode and proper decorations (fixes #155)
-------------------------------------------------------------------
Thu Aug 18 10:42:42 UTC 2022 - Ben Greiner <code@bnavigator.de>