From 2d1e37dcb54aa2f88e7a5b5e44135b428162314a912c77040c44e81401afa8cf Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Mon, 17 Oct 2022 12:25:27 +0000 Subject: [PATCH] Accepting request 1012070 from home:glaubitz:branches:devel:languages:python - Update to 0.21.4 * setup/tests: set low bound for version of `async-timeout` * docs: fix rst link markup * docs: add `LIST` parsing warning explanation * tests: use `pytest_asyncio` `strict` mode and proper decorations (fixes #155) OBS-URL: https://build.opensuse.org/request/show/1012070 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aioftp?expand=0&rev=14 --- aioftp-0.21.3.tar.gz | 3 --- aioftp-0.21.4.tar.gz | 3 +++ python-aioftp.changes | 9 +++++++++ python-aioftp.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 aioftp-0.21.3.tar.gz create mode 100644 aioftp-0.21.4.tar.gz diff --git a/aioftp-0.21.3.tar.gz b/aioftp-0.21.3.tar.gz deleted file mode 100644 index 8e84056..0000000 --- a/aioftp-0.21.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6dae50b3aa07f095b2d93a837d636dd93f235aaafe54adef82be0f8e5567fd2 -size 51776 diff --git a/aioftp-0.21.4.tar.gz b/aioftp-0.21.4.tar.gz new file mode 100644 index 0000000..82c07ee --- /dev/null +++ b/aioftp-0.21.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28bb26d4616c7c381a1543281f987051b8d2d1d5bfaf023d9e7e2c2105c51bb9 +size 52587 diff --git a/python-aioftp.changes b/python-aioftp.changes index e48ecaf..3980054 100644 --- a/python-aioftp.changes +++ b/python-aioftp.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Oct 17 11:31:51 UTC 2022 - John Paul Adrian Glaubitz + +- Update to 0.21.4 + * setup/tests: set low bound for version of `async-timeout` + * docs: fix rst link markup + * docs: add `LIST` parsing warning explanation + * tests: use `pytest_asyncio` `strict` mode and proper decorations (fixes #155) + ------------------------------------------------------------------- Thu Aug 18 10:42:42 UTC 2022 - Ben Greiner diff --git a/python-aioftp.spec b/python-aioftp.spec index c61b413..2854bf4 100644 --- a/python-aioftp.spec +++ b/python-aioftp.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-aioftp -Version: 0.21.3 +Version: 0.21.4 Release: 0 Summary: FTP client/server for asyncio License: Apache-2.0