forked from pool/python-aioftp
Accepting request 1282358 from devel:languages:python
Forwarded request #1282110 from glaubitz - 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/1282358 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aioftp?expand=0&rev=12
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74ac7c6ee4855e4db8ffa2c2fb1597789a697817c47ba21a54eb9039f43568af
|
||||
size 62609
|
||||
3
aioftp-0.25.1.tar.gz
Normal file
3
aioftp-0.25.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d2fb0b77d3fda4282cffcd05ba70567d8940cd9fdeedf10bdf788a001208016
|
||||
size 64687
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-aioftp
|
||||
Version: 0.24.1
|
||||
Version: 0.25.1
|
||||
Release: 0
|
||||
Summary: FTP client/server for asyncio
|
||||
License: Apache-2.0
|
||||
@@ -34,6 +34,7 @@ BuildArch: noarch
|
||||
BuildRequires: %{python_module async_timeout >= 4.0.0}
|
||||
BuildRequires: %{python_module pytest-asyncio}
|
||||
BuildRequires: %{python_module pytest-cov}
|
||||
BuildRequires: %{python_module pytest-mock}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module siosocks >= 0.2.0}
|
||||
BuildRequires: %{python_module trustme}
|
||||
|
||||
Reference in New Issue
Block a user