forked from pool/python-decorator
Accepting request 597252 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/597252 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-decorator?expand=0&rev=35
This commit is contained in:
committed by
Git OBS Bridge
parent
129b505470
commit
5f401a9f10
@@ -18,22 +18,19 @@
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-decorator
|
||||
Version: 4.2.1
|
||||
Version: 4.3.0
|
||||
Release: 0
|
||||
Url: http://pypi.python.org/pypi/decorator
|
||||
Summary: Better living through Python with decorators
|
||||
License: BSD-2-Clause
|
||||
Group: Development/Languages/Python
|
||||
URL: http://pypi.python.org/pypi/decorator
|
||||
Source: https://files.pythonhosted.org/packages/source/d/decorator/decorator-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildArch: noarch
|
||||
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@@ -59,8 +56,8 @@ sed -i 's/\r//' docs/README.rst # Fix EOL encoding
|
||||
%python_install
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root,-)
|
||||
%doc CHANGES.md LICENSE.txt docs/README.rst
|
||||
%license LICENSE.txt
|
||||
%doc CHANGES.md docs/README.rst
|
||||
%{python_sitelib}/decorator.py*
|
||||
%pycache_only %{python_sitelib}/__pycache__/decorator.*.py*
|
||||
%{python_sitelib}/decorator-%{version}-py*.egg-info
|
||||
|
||||
Reference in New Issue
Block a user