diff --git a/decorator-4.2.1.tar.gz b/decorator-4.2.1.tar.gz deleted file mode 100644 index 16ee486..0000000 --- a/decorator-4.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d46dd9f3ea1cf5f06ee0e4e1277ae618cf48dfb10ada7c8427cd46c42702a0e -size 33376 diff --git a/decorator-4.3.0.tar.gz b/decorator-4.3.0.tar.gz new file mode 100644 index 0000000..75147f2 --- /dev/null +++ b/decorator-4.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c39efa13fbdeb4506c476c9b3babf6a718da943dab7811c206005a4a956c080c +size 33758 diff --git a/python-decorator.changes b/python-decorator.changes index 1d19aaa..5010162 100644 --- a/python-decorator.changes +++ b/python-decorator.changes @@ -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 diff --git a/python-decorator.spec b/python-decorator.spec index 2f2a641..fe659d2 100644 --- a/python-decorator.spec +++ b/python-decorator.spec @@ -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