15
0
forked from pool/python-aioftp

Accepting request 997724 from home:bnavigator:branches:devel:languages:python

- Update to 0.21.3
  * server/LIST: prevent broken links are listed, but can't be used
    with stat
  * server: make User.get_permissions async
- Release 0.21.2
  + tests: remove exception representation check
- Release 0.21.1
  * tests: replace more specific ConnectionRefusedError with
    OSError for compatibility with FreeBSD (#152)
- Release 0.21.0
  * server: support PASV response with custom address (#150)
- Release 0.20.1
  * server: fix real directory resolve for windows (#147)
- Release 0.20.0
  * add client argument to set priority of custom list parser
    (parse_list_line_custom_first) (#145)
  * do not ignore failed parsing of list response (#144)
- Enforce legacy pytest-asyncio mode
  * gh#aio-libs/aioftp#155
  * works around gh#pytest-dev/pytest-asyncio#390

OBS-URL: https://build.opensuse.org/request/show/997724
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioftp?expand=0&rev=12
This commit is contained in:
2022-08-19 06:50:00 +00:00
committed by Git OBS Bridge
parent 9bd89fc07e
commit 70588401c9
4 changed files with 32 additions and 10 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Thu Aug 18 10:42:42 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 0.21.3
* server/LIST: prevent broken links are listed, but can't be used
with stat
* server: make User.get_permissions async
- Release 0.21.2
+ tests: remove exception representation check
- Release 0.21.1
* tests: replace more specific ConnectionRefusedError with
OSError for compatibility with FreeBSD (#152)
- Release 0.21.0
* server: support PASV response with custom address (#150)
- Release 0.20.1
* server: fix real directory resolve for windows (#147)
- Release 0.20.0
* add client argument to set priority of custom list parser
(parse_list_line_custom_first) (#145)
* do not ignore failed parsing of list response (#144)
- Enforce legacy pytest-asyncio mode
* gh#aio-libs/aioftp#155
* works around gh#pytest-dev/pytest-asyncio#390
-------------------------------------------------------------------
Wed Nov 3 09:47:36 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>