| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python311-aioftp | Distribution: openSUSE Tumbleweed |
| Version: 0.26.2 | Vendor: openSUSE |
| Release: 1.1 | Build date: Sat Jul 12 10:30:03 2025 |
| Group: Unspecified | Build host: reproducible |
| Size: 470274 | Source RPM: python-aioftp-0.26.2-1.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/aio-libs/aioftp | |
| Summary: FTP client/server for asyncio | |
aioftp is a python FTP client/server based on asyncio.
Apache-2.0
* Sat Jul 12 2025 Dirk Müller <dmueller@suse.com>
- update to 0.26.2:
* fix type hinting
* fix minor documentaion bugs
* add type annotations
* Wed Jun 25 2025 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.25.2
* adjust codebase for python 3.14 (#190)
* client: resolve tls issues (fixes #186) (#187)
* Tue Jun 03 2025 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.25.1
* do not start explicit tls if implicit mode used (fixes #184) (#185)
- from version 0.25.0
* client: add partial client support for explicit tls (#183)
- Update BuildRequires from pyproject.toml
* Wed Jan 22 2025 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.24.1
* server: use single line pasv response (fix #142)
- from versiom 0.24.0
* remove documentation dependencies from pyproject.toml
(moved to docs/requirements.txt)
* include symlink destination in path info for unix legacy mode (#169)
* update documentation links (#180)
* Wed Oct 23 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.23.1
* Update ci
- from version 0.23.0
* server: fix pathlib `relative_to` issue (#179)
* minimal python version upgraded to 3.9
* Mon Oct 07 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.22.3
* minimal python version downgraded to 3.8
- from version 0.22.2
* ci: separate build and publish jobs
- from version 0.22.1
* docs: update/fix readthedocs configuration
* ci: fix workflow file extension from `yaml` to `yml`
- from version 0.22.0
* client.list: fix infinite symlink loop for `.` and `..` on FTP servers
with UNIX-like filesystem for `client.list(path, recursive=True)`
* project file structure: refactor to use `pyproject.toml`
* minimal python version bumped to 3.11
* ci: update publish/deploy job (#171)
- Switch build system from setuptools to pyproject.toml
* Add python-pip and python-wheel to BuildRequires
* Replace %python_build with %pyproject_wheel
* Replace %python_install with %pyproject_install
- Update BuildRequires from pyproject.toml
* Sat Jan 07 2023 Ben Greiner <code@bnavigator.de>
- Remove 'legacy' pytest-asyncio mode command line argument. It is
not available anymore, meanwhile upstream uses 'strict' from
config file.
* Mon Oct 17 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 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 03 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`
/usr/lib/python3.11/site-packages/aioftp /usr/lib/python3.11/site-packages/aioftp-0.26.2.dist-info /usr/lib/python3.11/site-packages/aioftp-0.26.2.dist-info/INSTALLER /usr/lib/python3.11/site-packages/aioftp-0.26.2.dist-info/METADATA /usr/lib/python3.11/site-packages/aioftp-0.26.2.dist-info/RECORD /usr/lib/python3.11/site-packages/aioftp-0.26.2.dist-info/REQUESTED /usr/lib/python3.11/site-packages/aioftp-0.26.2.dist-info/WHEEL /usr/lib/python3.11/site-packages/aioftp-0.26.2.dist-info/top_level.txt /usr/lib/python3.11/site-packages/aioftp/__init__.py /usr/lib/python3.11/site-packages/aioftp/__main__.py /usr/lib/python3.11/site-packages/aioftp/__pycache__ /usr/lib/python3.11/site-packages/aioftp/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/aioftp/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/aioftp/__pycache__/__main__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/aioftp/__pycache__/__main__.cpython-311.pyc /usr/lib/python3.11/site-packages/aioftp/__pycache__/client.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/aioftp/__pycache__/client.cpython-311.pyc /usr/lib/python3.11/site-packages/aioftp/__pycache__/common.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/aioftp/__pycache__/common.cpython-311.pyc /usr/lib/python3.11/site-packages/aioftp/__pycache__/errors.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/aioftp/__pycache__/errors.cpython-311.pyc /usr/lib/python3.11/site-packages/aioftp/__pycache__/pathio.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/aioftp/__pycache__/pathio.cpython-311.pyc /usr/lib/python3.11/site-packages/aioftp/__pycache__/server.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/aioftp/__pycache__/server.cpython-311.pyc /usr/lib/python3.11/site-packages/aioftp/client.py /usr/lib/python3.11/site-packages/aioftp/common.py /usr/lib/python3.11/site-packages/aioftp/errors.py /usr/lib/python3.11/site-packages/aioftp/pathio.py /usr/lib/python3.11/site-packages/aioftp/py.typed /usr/lib/python3.11/site-packages/aioftp/server.py /usr/share/doc/packages/python311-aioftp /usr/share/doc/packages/python311-aioftp/README.rst /usr/share/licenses/python311-aioftp /usr/share/licenses/python311-aioftp/license.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Oct 25 22:22:47 2025