14
0

- update to 3.10.1:

* Fixed ``TypeError: arguments did not match any overloaded
    call:`` in QtScheduler due to ``wait_time`` being float
    and not an integer which QT needs it to be

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-APScheduler?expand=0&rev=50
This commit is contained in:
2023-03-14 22:18:10 +00:00
committed by Git OBS Bridge
parent 0e7ef83ac8
commit b0acf4a018
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Mar 14 22:16:50 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.10.1:
* Fixed ``TypeError: arguments did not match any overloaded
call:`` in QtScheduler due to ``wait_time`` being float
and not an integer which QT needs it to be
-------------------------------------------------------------------
Thu Feb 23 14:31:39 UTC 2023 - Dirk Müller <dmueller@suse.com>