From 2ba338c70e669ffbfec2d95220fdbd7c4d520e6f04a4d8f76f806351ff778e10 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:10 +0000 Subject: [PATCH] Accepting request 626104 from home:jengelh:branches:devel:languages:python - Use noun phrase in summary. OBS-URL: https://build.opensuse.org/request/show/626104 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-attr?expand=0&rev=6 --- python-attr.changes | 5 +++++ python-attr.spec | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) 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}