15
0
forked from pool/python-attr

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
This commit is contained in:
Tomáš Chvátal
2018-07-30 07:36:10 +00:00
committed by Git OBS Bridge
parent 72553634d1
commit 2ba338c70e
2 changed files with 9 additions and 3 deletions

View File

@@ -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}