diff --git a/aioftp-0.13.0.tar.gz b/aioftp-0.13.0.tar.gz deleted file mode 100644 index 266ae0c..0000000 --- a/aioftp-0.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5711c03433b510c101e9337069033133cca19b508b5162b414bed24320de6c18 -size 87069 diff --git a/aioftp-0.15.0.tar.gz b/aioftp-0.15.0.tar.gz new file mode 100644 index 0000000..32e3d22 --- /dev/null +++ b/aioftp-0.15.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd59b80d2406a99af56229ec743d53ce23c0445dc1f30c267ca3f054178a87a0 +size 48036 diff --git a/python-aioftp.changes b/python-aioftp.changes index 557c8d5..65e97ca 100644 --- a/python-aioftp.changes +++ b/python-aioftp.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Jan 16 15:52:14 UTC 2020 - Marketa Calabkova + +- update to 0.15.0 + * server: use explicit mapping of available commands for security reasons + * client: add socks proxy support via siosocks + * client: add custom list parser + ------------------------------------------------------------------- Thu Nov 7 16:12:05 UTC 2019 - Matej Cepl diff --git a/python-aioftp.spec b/python-aioftp.spec index 6b638cd..c6dacb3 100644 --- a/python-aioftp.spec +++ b/python-aioftp.spec @@ -1,7 +1,7 @@ # # spec file for package python-aioftp # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-aioftp -Version: 0.13.0 +Version: 0.15.0 Release: 0 Summary: FTP client/server for asyncio License: Apache-2.0 @@ -28,12 +28,14 @@ Source: https://files.pythonhosted.org/packages/source/a/aioftp/aioftp-% BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-siosocks BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module async_timeout} BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module siosocks} BuildRequires: %{python_module trustme} # /SECTION %python_subpackages