diff --git a/python-attr.changes b/python-attr.changes index aa34316..04aaa41 100644 --- a/python-attr.changes +++ b/python-attr.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jul 29 13:12:14 UTC 2018 - jengelh@inai.de + +- Use noun phrase in summary. + ------------------------------------------------------------------- Thu May 24 17:27:19 UTC 2018 - toddrme2178@gmail.com diff --git a/python-attr.spec b/python-attr.spec index ab8382c..21c2ce4 100644 --- a/python-attr.spec +++ b/python-attr.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-attr Version: 0.3.1 Release: 0 +Summary: Python module for setting attributes of target functions or classes License: MIT -Summary: Set attributes of target function or class -Url: https://github.com/denis-ryzhkov/attr Group: Development/Languages/Python +Url: https://github.com/denis-ryzhkov/attr Source: https://files.pythonhosted.org/packages/source/a/attr/attr-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} @@ -33,7 +34,7 @@ BuildArch: noarch %python_subpackages %description -A simple decorator to set attributes of target function or class in a DRY way. +A decorator to set attributes of target function or class in a DRY way. %prep %setup -q -n attr-%{version}