15
0

Accepting request 626107 from home:jengelh:branches:devel:languages:python

- Update summary.

OBS-URL: https://build.opensuse.org/request/show/626107
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ftputil?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2018-07-30 07:36:31 +00:00
committed by Git OBS Bridge
parent 12885dc24b
commit 9a8a4968b9
2 changed files with 8 additions and 2 deletions

View File

@@ -13,16 +13,17 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-ftputil
Version: 3.4
Release: 0
Summary: High-level FTP client library (virtual file system and more) for Python
License: BSD-3-Clause
Summary: High-level FTP client library (virtual file system and more)
Url: http://ftputil.sschwarzer.net/
Group: Development/Languages/Python
Url: http://ftputil.sschwarzer.net/
Source: https://files.pythonhosted.org/packages/source/f/ftputil/ftputil-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}