15
0
forked from pool/python-attr

Accepting request 626407 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/626407
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-attr?expand=0&rev=2
This commit is contained in:
2018-07-31 14:01:45 +00:00
committed by Git OBS Bridge
2 changed files with 9 additions and 3 deletions

View File

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

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}