diff --git a/attr-0.3.1.tar.gz b/attr-0.3.1.tar.gz deleted file mode 100644 index 390d95e..0000000 --- a/attr-0.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9091548058d17f132596e61fa7518e504f76b9a4c61ca7d86e1f96dbf7d4775d -size 1714 diff --git a/attr-0.3.2.tar.gz b/attr-0.3.2.tar.gz new file mode 100644 index 0000000..87d9003 --- /dev/null +++ b/attr-0.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ceebca768181cdcce9827611b1d728e592be5d293911539ea3d0b0bfa1146f4 +size 2649 diff --git a/python-attr.changes b/python-attr.changes index b640f51..6d27d84 100644 --- a/python-attr.changes +++ b/python-attr.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jul 19 11:22:58 UTC 2022 - Dirk Müller + +- update to 0.3.2: + * adds license declaration + ------------------------------------------------------------------- Tue Dec 4 12:45:47 UTC 2018 - Matej Cepl diff --git a/python-attr.spec b/python-attr.spec index 7163266..0fcdab0 100644 --- a/python-attr.spec +++ b/python-attr.spec @@ -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}/*