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
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d46dd9f3ea1cf5f06ee0e4e1277ae618cf48dfb10ada7c8427cd46c42702a0e
|
||||
size 33376
|
||||
3
decorator-4.3.0.tar.gz
Normal file
3
decorator-4.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c39efa13fbdeb4506c476c9b3babf6a718da943dab7811c206005a4a956c080c
|
||||
size 33758
|
||||
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 17 01:52:09 UTC 2018 - arun@gmx.de
|
||||
|
||||
- update to version 4.3.0:
|
||||
* Extended the decorator family facility to work with positional
|
||||
arguments and updated the documentation. Removed
|
||||
decorator.getargspec and provided decorator.getfullargspec
|
||||
instead. This is convenient for users of Python 2.6/2.7, the
|
||||
others can just use inspect.getfullargspec.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 17 04:02:48 UTC 2018 - arun@gmx.de
|
||||
|
||||
|
||||
@@ -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