17
0

Accepting request 796576 from home:mcalabkova:branches:devel:languages:python

- update to 1.5.0
  * Fixed ``weave`` to stop reading attributes that don't match the method selector.
    Contributed by Jonas Maurus in `#14 <https://github.com/ionelmc/python-aspectlib/pull/14>`_.
  * Added support for Python 3.7 and 3.8 (``async def`` functions and generators).
  * Added a convenience ``weave`` fixture for pytest.
- Launch tests and pin tornado (one test fails with tornado >= 6)

OBS-URL: https://build.opensuse.org/request/show/796576
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aspectlib?expand=0&rev=5
This commit is contained in:
Tomáš Chvátal
2020-04-23 14:53:59 +00:00
committed by Git OBS Bridge
parent 21d5a9a571
commit 61de56ea84
4 changed files with 18 additions and 8 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Apr 17 11:20:50 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 1.5.0
* Fixed ``weave`` to stop reading attributes that don't match the method selector.
Contributed by Jonas Maurus in `#14 <https://github.com/ionelmc/python-aspectlib/pull/14>`_.
* Added support for Python 3.7 and 3.8 (``async def`` functions and generators).
* Added a convenience ``weave`` fixture for pytest.
- Launch tests and pin tornado (one test fails with tornado >= 6)
-------------------------------------------------------------------
Mon Mar 16 06:39:42 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>