From 9a8a4968b92c3f6b92bcefaec72499bed94c502898410a4303e8d4db654a48b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 30 Jul 2018 07:36:31 +0000 Subject: [PATCH] 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 --- python-ftputil.changes | 5 +++++ python-ftputil.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-ftputil.changes b/python-ftputil.changes index b3dd9a0..30a9cec 100644 --- a/python-ftputil.changes +++ b/python-ftputil.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jul 29 13:16:07 UTC 2018 - jengelh@inai.de + +- Update summary. + ------------------------------------------------------------------- Wed May 16 16:08:53 UTC 2018 - toddrme2178@gmail.com diff --git a/python-ftputil.spec b/python-ftputil.spec index 694232b..41462aa 100644 --- a/python-ftputil.spec +++ b/python-ftputil.spec @@ -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}