14
0
forked from pool/python-txaio

Accepting request 582419 from devel:languages:python

- Initial package

OBS-URL: https://build.opensuse.org/request/show/582419
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-txaio?expand=0&rev=1
This commit is contained in:
2018-03-07 09:34:12 +00:00
committed by Git OBS Bridge
parent 4bba85d5a6
commit 315e6fbc2b
4 changed files with 18 additions and 64 deletions

View File

@@ -1,44 +1,3 @@
-------------------------------------------------------------------
Wed Feb 5 13:11:01 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 20.1.1
- drop pytest4.patch
* new: moved time_ns and perf_counter_ns helper functions here
* drop support for python 3.4 and older
-------------------------------------------------------------------
Fri Sep 13 11:40:25 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Add patch to build with newer pytest releases:
* pytest4.patch
-------------------------------------------------------------------
Thu Sep 5 13:40:10 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Set pytest maximum version.
-------------------------------------------------------------------
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>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Fri Mar 2 22:01:11 UTC 2018 - avvissu@yandex.by