forked from pool/python-APScheduler
- 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:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a49fc23269218416f0e41890eea7a75ed6b284f10630dcfe866ab659621a3696
|
||||
size 100353
|
3
APScheduler-3.10.1.tar.gz
Normal file
3
APScheduler-3.10.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0293937d8f6051a0f493359440c1a1b93e882c57daf0197afeff0e727777b96e
|
||||
size 100376
|
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user