From aef678e12f334ca5f713f588cb2eebc58873212479f67310ae3b0392d916ed10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 22 Jan 2025 12:11:15 +0000 Subject: [PATCH] Accepting request 1239474 from home:glaubitz:branches:devel:languages:python - 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) OBS-URL: https://build.opensuse.org/request/show/1239474 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioftp?expand=0&rev=22 --- aioftp-0.23.1.tar.gz | 3 --- aioftp-0.24.1.tar.gz | 3 +++ python-aioftp.changes | 11 +++++++++++ python-aioftp.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 aioftp-0.23.1.tar.gz create mode 100644 aioftp-0.24.1.tar.gz diff --git a/aioftp-0.23.1.tar.gz b/aioftp-0.23.1.tar.gz deleted file mode 100644 index c4aa3a6..0000000 --- a/aioftp-0.23.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b80eadd8ca95d2bbbcfabe7de15cbe01ac117b2e7467717374de467bad93570b -size 62481 diff --git a/aioftp-0.24.1.tar.gz b/aioftp-0.24.1.tar.gz new file mode 100644 index 0000000..6461a7d --- /dev/null +++ b/aioftp-0.24.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74ac7c6ee4855e4db8ffa2c2fb1597789a697817c47ba21a54eb9039f43568af +size 62609 diff --git a/python-aioftp.changes b/python-aioftp.changes index 2640f44..8754b5f 100644 --- a/python-aioftp.changes +++ b/python-aioftp.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Jan 22 10:03:34 UTC 2025 - John Paul Adrian Glaubitz + +- 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 11:58:36 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-aioftp.spec b/python-aioftp.spec index c8e31bd..c837b3d 100644 --- a/python-aioftp.spec +++ b/python-aioftp.spec @@ -1,7 +1,7 @@ # # spec file for package python-aioftp # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-aioftp -Version: 0.23.1 +Version: 0.24.1 Release: 0 Summary: FTP client/server for asyncio License: Apache-2.0