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}