15
0

Accepting request 515732 from home:tbechtold:branches:devel:languages:python

- update to 4.1.2:
  * Made it possible to define decorators converting coroutines into regular
    functions.
  * Changed the documentation build system to sphinx and uploaded the docs
    on readthedocs.org.
  * Support for Python 3.5 coroutines defined with `async def`, thanks to
    Victor-Nicolae Savu who raised the issue of `iscoroutinefunction` not
    giving the right answer for coroutines decorated with the decorator module.

OBS-URL: https://build.opensuse.org/request/show/515732
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-decorator?expand=0&rev=31
This commit is contained in:
2017-08-09 16:49:30 +00:00
committed by Git OBS Bridge
parent 1916da1625
commit 3b35b67f01
4 changed files with 17 additions and 5 deletions

View File

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

3
decorator-4.1.2.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Aug 9 14:14:10 UTC 2017 - tbechtold@suse.com
- update to 4.1.2:
* Made it possible to define decorators converting coroutines into regular
functions.
* Changed the documentation build system to sphinx and uploaded the docs
on readthedocs.org.
* Support for Python 3.5 coroutines defined with `async def`, thanks to
Victor-Nicolae Savu who raised the issue of `iscoroutinefunction` not
giving the right answer for coroutines decorated with the decorator module.
-------------------------------------------------------------------
Wed Apr 5 15:13:12 UTC 2017 - jmatejek@suse.com

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-decorator
Version: 4.0.11
Version: 4.1.2
Release: 0
Url: http://pypi.python.org/pypi/decorator
Summary: Better living through Python with decorators
@@ -57,7 +57,7 @@ sed -i 's/\r//' docs/README.rst # Fix EOL encoding
%files %{python_files}
%defattr(-,root,root,-)
%doc CHANGES.md LICENSE.txt documentation.pdf docs/README.rst
%doc CHANGES.md LICENSE.txt docs/README.rst
%{python_sitelib}/decorator.py*
%pycache_only %{python_sitelib}/__pycache__/decorator.*.py*
%{python_sitelib}/decorator-%{version}-py*.egg-info