From 45ecceee481c5db8e55222d7027ab7c437fefd766647ff9675239815112a8a88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 25 Jun 2025 11:15:50 +0000 Subject: [PATCH] Accepting request 1288484 from home:glaubitz:branches:devel:languages:python - Update to version 0.25.2 * adjust codebase for python 3.14 (#190) * client: resolve tls issues (fixes #186) (#187) OBS-URL: https://build.opensuse.org/request/show/1288484 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioftp?expand=0&rev=26 --- aioftp-0.25.1.tar.gz | 3 --- aioftp-0.25.2.tar.gz | 3 +++ python-aioftp.changes | 7 +++++++ python-aioftp.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 aioftp-0.25.1.tar.gz create mode 100644 aioftp-0.25.2.tar.gz diff --git a/aioftp-0.25.1.tar.gz b/aioftp-0.25.1.tar.gz deleted file mode 100644 index d9384e2..0000000 --- a/aioftp-0.25.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d2fb0b77d3fda4282cffcd05ba70567d8940cd9fdeedf10bdf788a001208016 -size 64687 diff --git a/aioftp-0.25.2.tar.gz b/aioftp-0.25.2.tar.gz new file mode 100644 index 0000000..57b7861 --- /dev/null +++ b/aioftp-0.25.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8402efe0d4783b9c4d6787446d5e027abe79796951f227241bd2c5d8f3e09d0b +size 64712 diff --git a/python-aioftp.changes b/python-aioftp.changes index 74a18e0..9dad6bb 100644 --- a/python-aioftp.changes +++ b/python-aioftp.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jun 25 09:35:11 UTC 2025 - John Paul Adrian Glaubitz + +- Update to version 0.25.2 + * adjust codebase for python 3.14 (#190) + * client: resolve tls issues (fixes #186) (#187) + ------------------------------------------------------------------- Tue Jun 3 06:47:47 UTC 2025 - John Paul Adrian Glaubitz diff --git a/python-aioftp.spec b/python-aioftp.spec index 19d549d..f42b679 100644 --- a/python-aioftp.spec +++ b/python-aioftp.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-aioftp -Version: 0.25.1 +Version: 0.25.2 Release: 0 Summary: FTP client/server for asyncio License: Apache-2.0