From 257ebea97d2f1f46a288abe38c0fa79d46f799c52e18f21c8e24fb90ada99e59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 2 May 2018 10:30:31 +0000 Subject: [PATCH] - Version update to 1.5.3: * implemented SITE MFMT command which changes file modification time. (patch by Tahir Ijaz) * add username and password command line options * documentation moved to readthedocs: http://pyftpdlib.readthedocs.io * fix duplicated output log. (path by PonyPC) * Respond successfully to STOR only after closing file handle. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyftpdlib?expand=0&rev=7 --- pyftpdlib-1.5.2.tar.gz | 3 --- pyftpdlib-1.5.3.tar.gz | 3 +++ python-pyftpdlib.changes | 10 ++++++++++ python-pyftpdlib.spec | 14 +++++++------- 4 files changed, 20 insertions(+), 10 deletions(-) delete mode 100644 pyftpdlib-1.5.2.tar.gz create mode 100644 pyftpdlib-1.5.3.tar.gz diff --git a/pyftpdlib-1.5.2.tar.gz b/pyftpdlib-1.5.2.tar.gz deleted file mode 100644 index 7141930..0000000 --- a/pyftpdlib-1.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bcb1a949848302b4a10623e57966d2bdbcf898bf220b587ea287d14de4b1471e -size 179047 diff --git a/pyftpdlib-1.5.3.tar.gz b/pyftpdlib-1.5.3.tar.gz new file mode 100644 index 0000000..412f2ca --- /dev/null +++ b/pyftpdlib-1.5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b9ea701f91bee280c5a930a9c4ceaea91b6d4aaf82b8b8ede82fb84a32081a7 +size 183189 diff --git a/python-pyftpdlib.changes b/python-pyftpdlib.changes index 541f65b..54d1c1c 100644 --- a/python-pyftpdlib.changes +++ b/python-pyftpdlib.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed May 2 10:27:38 UTC 2018 - tchvatal@suse.com + +- Version update to 1.5.3: + * implemented SITE MFMT command which changes file modification time. (patch by Tahir Ijaz) + * add username and password command line options + * documentation moved to readthedocs: http://pyftpdlib.readthedocs.io + * fix duplicated output log. (path by PonyPC) + * Respond successfully to STOR only after closing file handle. + ------------------------------------------------------------------- Thu Jul 6 00:25:48 UTC 2017 - jengelh@inai.de diff --git a/python-pyftpdlib.spec b/python-pyftpdlib.spec index 5fbdc23..0b53ef3 100644 --- a/python-pyftpdlib.spec +++ b/python-pyftpdlib.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyftpdlib # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -19,21 +19,21 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyftpdlib -Version: 1.5.2 +Version: 1.5.3 Release: 0 Summary: Asynchronous FTP server library for Python License: MIT Group: Development/Languages/Python -Url: https://github.com/giampaolo/pyftpdlib/ +URL: https://github.com/giampaolo/pyftpdlib/ Source: https://files.pythonhosted.org/packages/source/p/pyftpdlib/pyftpdlib-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module mock} BuildRequires: %{python_module nose} BuildRequires: %{python_module pyOpenSSL} BuildRequires: %{python_module setuptools} +BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-pyOpenSSL -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages @@ -49,15 +49,15 @@ write very asynchronous FTP servers with Python. %install %python_install +%python_expand %fdupes -s %{buildroot}%{$python_sitelib} %check -#%%python_exec -m nose #pyftpdlib/test export PYTHONPATH=$PWD %python_exec pyftpdlib/test/runner.py %files %{python_files} -%defattr(-,root,root,-) -%doc README.rst LICENSE +%license LICENSE +%doc README.rst %python3_only %{_bindir}/ftpbench %{python_sitelib}/*