From 22279a6ed233edcefd767dc787e02d17e0564154c2f97860b9c4607f9f1770f2 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:16 +0000 Subject: [PATCH] Accepting request 626106 from home:jengelh:branches:devel:languages:python - Use noun phrase in summary. OBS-URL: https://build.opensuse.org/request/show/626106 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docformatter?expand=0&rev=5 --- python-docformatter.changes | 5 +++++ python-docformatter.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-docformatter.changes b/python-docformatter.changes index 2301a8f..4f819a5 100644 --- a/python-docformatter.changes +++ b/python-docformatter.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jul 29 13:14:37 UTC 2018 - jengelh@inai.de + +- Use noun phrase in summary. + ------------------------------------------------------------------- Thu May 24 17:31:41 UTC 2018 - toddrme2178@gmail.com diff --git a/python-docformatter.spec b/python-docformatter.spec index 31cbb76..5d92253 100644 --- a/python-docformatter.spec +++ b/python-docformatter.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-docformatter Version: 1.0 Release: 0 +Summary: Utility to re-format docstrings per PEP 257 License: MIT -Summary: Formats docstrings to follow PEP 257 -Url: https://github.com/myint/docformatter Group: Development/Languages/Python +Url: https://github.com/myint/docformatter Source: https://files.pythonhosted.org/packages/source/d/docformatter/docformatter-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools}