15
0
forked from pool/python-aioftp

Accepting request 765078 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/765078
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aioftp?expand=0&rev=3
This commit is contained in:
2020-01-17 15:08:33 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5711c03433b510c101e9337069033133cca19b508b5162b414bed24320de6c18
size 87069

3
aioftp-0.15.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dd59b80d2406a99af56229ec743d53ce23c0445dc1f30c267ca3f054178a87a0
size 48036

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Jan 16 15:52:14 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- 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 <mcepl@suse.com>

View File

@@ -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