14
0

- update to 3.8.0:

* Allowed passing through keyword arguments to the underlying stdlib executors in the
  thread/process pool executors (PR by Albert Xu)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-APScheduler?expand=0&rev=42
This commit is contained in:
2021-10-16 19:01:18 +00:00
committed by Git OBS Bridge
parent 5cbbe287e6
commit 7ba8bb16a7
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Oct 16 19:01:07 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 3.8.0:
* Allowed passing through keyword arguments to the underlying stdlib executors in the
thread/process pool executors (PR by Albert Xu)
-------------------------------------------------------------------
Mon Feb 1 17:38:33 UTC 2021 - Dirk Müller <dmueller@suse.com>