15
0
forked from pool/python-aioftp

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

- 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

OBS-URL: https://build.opensuse.org/request/show/1282110
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioftp?expand=0&rev=24
This commit is contained in:
2025-06-03 13:58:48 +00:00
committed by Git OBS Bridge
parent aef678e12f
commit ba51630a35
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jun 3 06:47:47 UTC 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 10:03:34 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>