From 1a9ab4af155ca9ff462a3d7971764bdf33e41e204269259bf729402e8d3fef9e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 23 Oct 2024 20:09:10 +0000 Subject: [PATCH] Accepting request 1217346 from home:glaubitz:branches:devel:languages:python - 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 OBS-URL: https://build.opensuse.org/request/show/1217346 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioftp?expand=0&rev=20 --- aioftp-0.22.3.tar.gz | 3 --- aioftp-0.23.1.tar.gz | 3 +++ python-aioftp.changes | 9 +++++++++ python-aioftp.spec | 5 +++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 aioftp-0.22.3.tar.gz create mode 100644 aioftp-0.23.1.tar.gz diff --git a/aioftp-0.22.3.tar.gz b/aioftp-0.22.3.tar.gz deleted file mode 100644 index a681860..0000000 --- a/aioftp-0.22.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:baa2b13186aa01622e4b82f27c2f48f4dafb48e457a6b18fcda99a925e0dc270 -size 62210 diff --git a/aioftp-0.23.1.tar.gz b/aioftp-0.23.1.tar.gz new file mode 100644 index 0000000..c4aa3a6 --- /dev/null +++ b/aioftp-0.23.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b80eadd8ca95d2bbbcfabe7de15cbe01ac117b2e7467717374de467bad93570b +size 62481 diff --git a/python-aioftp.changes b/python-aioftp.changes index d02584c..2640f44 100644 --- a/python-aioftp.changes +++ b/python-aioftp.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Oct 23 11:58:36 UTC 2024 - John Paul Adrian Glaubitz + +- 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 7 12:07:24 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-aioftp.spec b/python-aioftp.spec index 19d29f0..c8e31bd 100644 --- a/python-aioftp.spec +++ b/python-aioftp.spec @@ -15,9 +15,10 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + %{?sle15_python_module_pythons} Name: python-aioftp -Version: 0.22.3 +Version: 0.23.1 Release: 0 Summary: FTP client/server for asyncio License: Apache-2.0 @@ -32,8 +33,8 @@ Requires: python-siosocks >= 0.2.0 BuildArch: noarch BuildRequires: %{python_module async_timeout >= 4.0.0} BuildRequires: %{python_module pytest-asyncio} -BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest-cov} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module siosocks >= 0.2.0} BuildRequires: %{python_module trustme} %python_subpackages