15
0
forked from pool/python-duet

Accepting request 1006506 from home:yarunachalam:branches:devel:languages:python

- Update to 0.2.7
  * Fix timeout clipping in Scheduler.tick (#67) 
  * Add support for overloaded sync callbacks (#66)
  * Add support for wrapping abstract methods with duet.sync (#63)
  * Drop support for python 3.6 (#62)
  * Update ci.yml (#61)
  * Ensure that duet.sleep raises an exception if outer timeout elapses first (#58)
  * Update to latest version of black (#57)

OBS-URL: https://build.opensuse.org/request/show/1006506
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-duet?expand=0&rev=3
This commit is contained in:
2022-09-27 19:36:34 +00:00
committed by Git OBS Bridge
parent 3c5e7381ff
commit 1fcc111b6c
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Sep 27 19:11:09 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 0.2.7
* Fix timeout clipping in Scheduler.tick (#67)
* Add support for overloaded sync callbacks (#66)
* Add support for wrapping abstract methods with duet.sync (#63)
* Drop support for python 3.6 (#62)
* Update ci.yml (#61)
* Ensure that duet.sleep raises an exception if outer timeout elapses first (#58)
* Update to latest version of black (#57)
-------------------------------------------------------------------
Sun Feb 20 06:53:27 UTC 2022 - Ben Greiner <code@bnavigator.de>