From fca5ac2a37d151960161e3c9ac857ca8e50960a9ddc9f6c3cbfb1f70983ba563 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 31 Oct 2022 13:19:18 +0000 Subject: [PATCH] Accepting request 1032045 from home:yarunachalam:branches:devel:languages:python - Update to Version: 1.5.7 - 2022-10-04 Enhancements * #544: replace Travis with Github Actions for CI testing. Bug fixes * #481: fix [WinError 10038] an operation was attempted on something that is not a socket. (patch by Tailing Yuan) * #578, [critical]: FTPS broke with PyOpenSSL version 22.1.0. - Update to Version: 1.5.6 - 2020-02-16 Enhancements * #467: added pre-fork concurrency model, spawn()ing worker processes to split load. * #520: directory LISTing is now 3.7x times faster. OBS-URL: https://build.opensuse.org/request/show/1032045 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyftpdlib?expand=0&rev=38 --- pyftpdlib-1.5.6.tar.gz | 3 --- pyftpdlib-1.5.7.tar.gz | 3 +++ python-pyftpdlib.changes | 15 +++++++++++++++ python-pyftpdlib.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 pyftpdlib-1.5.6.tar.gz create mode 100644 pyftpdlib-1.5.7.tar.gz diff --git a/pyftpdlib-1.5.6.tar.gz b/pyftpdlib-1.5.6.tar.gz deleted file mode 100644 index 9010ede..0000000 --- a/pyftpdlib-1.5.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fda655d81f29af52885ca2f8a2704134baed540f16d66a0b26e8fdfafd12db5e -size 188099 diff --git a/pyftpdlib-1.5.7.tar.gz b/pyftpdlib-1.5.7.tar.gz new file mode 100644 index 0000000..a42f826 --- /dev/null +++ b/pyftpdlib-1.5.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ea3ce4137db8209af1f6b9ea020590f462c63ed7c7a1240bd596e4d3a7b656e +size 196076 diff --git a/python-pyftpdlib.changes b/python-pyftpdlib.changes index 0acca31..e9c7245 100644 --- a/python-pyftpdlib.changes +++ b/python-pyftpdlib.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Oct 28 20:09:29 UTC 2022 - Yogalakshmi Arunachalam + +- Update to Version: 1.5.7 - 2022-10-04 + Enhancements + * #544: replace Travis with Github Actions for CI testing. + Bug fixes + * #481: fix [WinError 10038] an operation was attempted on something that is not a socket. (patch by Tailing Yuan) + * #578, [critical]: FTPS broke with PyOpenSSL version 22.1.0. + +- Update to Version: 1.5.6 - 2020-02-16 + Enhancements + * #467: added pre-fork concurrency model, spawn()ing worker processes to split load. + * #520: directory LISTing is now 3.7x times faster. + ------------------------------------------------------------------- Wed Jan 19 08:00:32 UTC 2022 - Matej Cepl diff --git a/python-pyftpdlib.spec b/python-pyftpdlib.spec index c82fd90..7a79a59 100644 --- a/python-pyftpdlib.spec +++ b/python-pyftpdlib.spec @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-pyftpdlib -Version: 1.5.6 +Version: 1.5.7 Release: 0 Summary: Asynchronous FTP server library for Python License: MIT