From d85da951a9b516c7f2dfe4f8445c9283bc0b989ee8276ebd1d58492352d42d2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 18 Mar 2020 09:23:34 +0000 Subject: [PATCH] - Update to 1.5.6: - #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/package/show/devel:languages:python/python-pyftpdlib?expand=0&rev=17 --- pyftpdlib-1.5.5.tar.gz | 3 --- pyftpdlib-1.5.6.tar.gz | 3 +++ python-pyftpdlib.changes | 8 ++++++++ python-pyftpdlib.spec | 5 +++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 pyftpdlib-1.5.5.tar.gz create mode 100644 pyftpdlib-1.5.6.tar.gz diff --git a/pyftpdlib-1.5.5.tar.gz b/pyftpdlib-1.5.5.tar.gz deleted file mode 100644 index 9c7ca54..0000000 --- a/pyftpdlib-1.5.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1adf1c03d1508749e7c2f26dc9850ec0ef834318d725b7ae5ac91698f5c86752 -size 184314 diff --git a/pyftpdlib-1.5.6.tar.gz b/pyftpdlib-1.5.6.tar.gz new file mode 100644 index 0000000..9010ede --- /dev/null +++ b/pyftpdlib-1.5.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fda655d81f29af52885ca2f8a2704134baed540f16d66a0b26e8fdfafd12db5e +size 188099 diff --git a/python-pyftpdlib.changes b/python-pyftpdlib.changes index 9b7f7ea..1f94038 100644 --- a/python-pyftpdlib.changes +++ b/python-pyftpdlib.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Mar 18 09:21:28 UTC 2020 - Tomáš Chvátal + +- Update to 1.5.6: + - #467: added pre-fork concurrency model, spawn()ing worker processes to split + load. + - #520: directory LISTing is now 3.7x times faster. + ------------------------------------------------------------------- Tue May 28 11:07:18 UTC 2019 - Tomáš Chvátal diff --git a/python-pyftpdlib.spec b/python-pyftpdlib.spec index a0c59a8..da0ad4a 100644 --- a/python-pyftpdlib.spec +++ b/python-pyftpdlib.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyftpdlib # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2016 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -21,7 +21,7 @@ # Tests randomly fail: https://github.com/giampaolo/pyftpdlib/issues/386 %bcond_with test Name: python-pyftpdlib -Version: 1.5.5 +Version: 1.5.6 Release: 0 Summary: Asynchronous FTP server library for Python License: MIT @@ -57,6 +57,7 @@ write very asynchronous FTP servers with Python. %install %python_install +%python_expand rm -r %{buildroot}%{$python_sitelib}/pyftpdlib/test %python_expand %fdupes %{buildroot}%{$python_sitelib} %if %{with test}