14
0
forked from pool/python-txaio

Accepting request 686488 from home:jayvdb:branches:devel:languages:python

- Fix invocation of test suite, previously silently not running
- Add missing runtime dependencies
- Update to v18.8.1
  * add API to support cancellation; this means passing a 1-argument
    callable to ``create_future`` and ``txaio.cancel`` to actually
    cancel a future
  * support Python 3.7 (CI / testing added)
- from v18.7.1
  * move to calver
  * deprecate Python 3.3 support and CI testing
- from v2.10.0
  * the asyncio version of ``make_logger`` now deduces a proper
    namespace instead of using the root

OBS-URL: https://build.opensuse.org/request/show/686488
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-txaio?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2019-03-19 18:10:52 +00:00
committed by Git OBS Bridge
parent 4290ef45c0
commit 4892d9df81
4 changed files with 34 additions and 7 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Mar 19 12:35:11 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Fix invocation of test suite, previously silently not running
- Add missing runtime dependencies
- Update to v18.8.1
* add API to support cancellation; this means passing a 1-argument
callable to ``create_future`` and ``txaio.cancel`` to actually
cancel a future
* support Python 3.7 (CI / testing added)
- from v18.7.1
* move to calver
* deprecate Python 3.3 support and CI testing
- from v2.10.0
* the asyncio version of ``make_logger`` now deduces a proper
namespace instead of using the root
-------------------------------------------------------------------
Tue Dec 4 12:55:27 UTC 2018 - Matej Cepl <mcepl@suse.com>