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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a49fc23269218416f0e41890eea7a75ed6b284f10630dcfe866ab659621a3696
size 100353

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0293937d8f6051a0f493359440c1a1b93e882c57daf0197afeff0e727777b96e
size 100376

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>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2
Name: python-APScheduler
Version: 3.10.0
Version: 3.10.1
Release: 0
Summary: In-process task scheduler with Cron-like capabilities
License: MIT