14
0
forked from pool/python-txaio

- update to 22.2.1:

* fix: cancel handling in python 3.8/3.9. (#175)
  * fix: gracefully fail if coroutine called with wrong args (#176)
  * fix: eliminate redundant dep. on mock (#170)
  * fix: doc note that twisted supports native coroutines (#172)
- remove-mock.patch: upstream

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-txaio?expand=0&rev=25
This commit is contained in:
2022-06-04 15:15:34 +00:00
committed by Git OBS Bridge
parent f6b682e89e
commit 4a8e5a2e29
5 changed files with 15 additions and 44 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Jun 4 15:12:30 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 22.2.1:
* fix: cancel handling in python 3.8/3.9. (#175)
* fix: gracefully fail if coroutine called with wrong args (#176)
* fix: eliminate redundant dep. on mock (#170)
* fix: doc note that twisted supports native coroutines (#172)
- remove-mock.patch: upstream
-------------------------------------------------------------------
Tue Mar 2 00:23:51 UTC 2021 - Dirk Müller <dmueller@suse.com>