From 3b35b67f01b917d0456a177d57de97827af57f2f04d2471b6dae33b3392c3cc4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 9 Aug 2017 16:49:30 +0000 Subject: [PATCH] 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 --- decorator-4.0.11.tar.gz | 3 --- decorator-4.1.2.tar.gz | 3 +++ python-decorator.changes | 12 ++++++++++++ python-decorator.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 decorator-4.0.11.tar.gz create mode 100644 decorator-4.1.2.tar.gz diff --git a/decorator-4.0.11.tar.gz b/decorator-4.0.11.tar.gz deleted file mode 100644 index 8864455..0000000 --- a/decorator-4.0.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:953d6bf082b100f43229cf547f4f97f97e970f5ad645ee7601d55ff87afdfe76 -size 70616 diff --git a/decorator-4.1.2.tar.gz b/decorator-4.1.2.tar.gz new file mode 100644 index 0000000..537f54a --- /dev/null +++ b/decorator-4.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cb64d38cb8002971710c8899fbdfb859a23a364b7c99dab19d1f719c2ba16b5 +size 32325 diff --git a/python-decorator.changes b/python-decorator.changes index bb7e17b..2679e03 100644 --- a/python-decorator.changes +++ b/python-decorator.changes @@ -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 diff --git a/python-decorator.spec b/python-decorator.spec index 06d7ed8..b0193ae 100644 --- a/python-decorator.spec +++ b/python-decorator.spec @@ -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