15
0
forked from pool/python-attr

Accepting request 990219 from devel:languages:python

- update to 0.3.2:
  * adds license declaration

OBS-URL: https://build.opensuse.org/request/show/990219
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-attr?expand=0&rev=4
This commit is contained in:
2022-07-19 15:19:58 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9091548058d17f132596e61fa7518e504f76b9a4c61ca7d86e1f96dbf7d4775d
size 1714

3
attr-0.3.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1ceebca768181cdcce9827611b1d728e592be5d293911539ea3d0b0bfa1146f4
size 2649

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jul 19 11:22:58 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.3.2:
* adds license declaration
-------------------------------------------------------------------
Tue Dec 4 12:45:47 UTC 2018 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-attr
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-attr
Version: 0.3.1
Version: 0.3.2
Release: 0
Summary: Python module for setting attributes of target functions or classes
License: MIT
Group: Development/Languages/Python
Url: https://github.com/denis-ryzhkov/attr
URL: https://github.com/denis-ryzhkov/attr
Source: https://files.pythonhosted.org/packages/source/a/attr/attr-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -45,10 +45,11 @@ A decorator to set attributes of target function or class in a DRY way.
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%check
%python_exec dry_attr.py
%files %{python_files}
%license LICENSE
%doc README.md
%{python_sitelib}/*