15
0
forked from pool/python-duet

- update to 0.2.8:

* Test duet against python 3.11 
  * Loosen version requirement on typing_extensions
  * Make Limiter work with cancellation
  * Add support for overloaded sync callbacks 
  * Fix timeout clipping in Scheduler.tick

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-duet?expand=0&rev=7
This commit is contained in:
2023-04-23 20:45:52 +00:00
committed by Git OBS Bridge
parent 9aec15f50e
commit a1ebd47302
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Apr 23 20:44:55 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.2.8:
* Test duet against python 3.11
* Loosen version requirement on typing_extensions
* Make Limiter work with cancellation
* Add support for overloaded sync callbacks
* Fix timeout clipping in Scheduler.tick
-------------------------------------------------------------------
Thu Oct 13 07:17:46 UTC 2022 - Dirk Müller <dmueller@suse.com>