14
0
forked from pool/python-pykka

- update to 4.0.2:

* Make `get_all()` generic over the futures' type.
  * Format with `ruff format` instead of `black`.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pykka?expand=0&rev=12
This commit is contained in:
2024-02-22 09:56:41 +00:00
committed by Git OBS Bridge
parent f080d97da0
commit bf9e81e3c4
4 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Feb 22 09:56:04 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 4.0.2:
* Make `get_all()` generic over the futures' type.
* Format with `ruff format` instead of `black`.
-------------------------------------------------------------------
Thu Dec 14 21:40:09 UTC 2023 - Dirk Müller <dmueller@suse.com>