15
0
forked from pool/python-aioftp

Accepting request 746352 from devel:languages:python

- Run through spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/746352
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-aioftp?expand=0&rev=2
This commit is contained in:
2019-11-13 12:14:41 +00:00
committed by Git OBS Bridge
2 changed files with 11 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 7 16:12:05 UTC 2019 - Matej Cepl <mcepl@suse.com>
- Run through spec-cleaner
-------------------------------------------------------------------
Tue Jul 23 17:00:03 UTC 2019 - Todd R <toddrme2178@gmail.com>

View File

@@ -12,7 +12,8 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
@@ -20,23 +21,21 @@
Name: python-aioftp
Version: 0.13.0
Release: 0
License: Apache-2.0
Summary: FTP client/server for asyncio
Url: https://github.com/aio-libs/aioftp
Group: Development/Languages/Python
License: Apache-2.0
URL: https://github.com/aio-libs/aioftp
Source: https://files.pythonhosted.org/packages/source/a/aioftp/aioftp-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module async_timeout}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module trustme}
# /SECTION
BuildArch: noarch
%python_subpackages
%description