forked from pool/python-APScheduler
- update to 3.10.4:
* Fixed incorrect module name being generated for references to class methods via a subclass where the subclass does not override the method * Fixed ``TypeError`` related to entry point iteration on Python 3.9 * Ensured consistent support for both PySide and PyQt (v6 to v2) on QtScheduler * Replaced uses of the deprecated ``pkg_resources`` module with ``importlib.metadata`` * Fixed scheduling class methods like ``B.methodname`` where the ``B`` class inherits from class ``A`` and ``methodname`` is a class method of class ``A`` * Fixed scheduler sleeping for too long (and thus jobs missing their scheduled run times) if its wakeup cycle takes too much time * Dropped support for Python versions older than 3.6 - version update to 3.9.1.post1 would cause incorrect timing for a cron trigger OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-APScheduler?expand=0&rev=54
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0293937d8f6051a0f493359440c1a1b93e882c57daf0197afeff0e727777b96e
|
||||
size 100376
|
3
APScheduler-3.10.4.tar.gz
Normal file
3
APScheduler-3.10.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e6df071b27d9be898e486bc7940a7be50b4af2e9da7c08f0744a96d4bd4cef4a
|
||||
size 100832
|
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 18 19:32:28 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.10.4:
|
||||
* Fixed incorrect module name being generated for references to
|
||||
class methods via a subclass where the subclass does not
|
||||
override the method
|
||||
* Fixed ``TypeError`` related to entry point iteration on
|
||||
Python 3.9
|
||||
* Ensured consistent support for both PySide and PyQt (v6 to
|
||||
v2) on QtScheduler
|
||||
* Replaced uses of the deprecated ``pkg_resources`` module with
|
||||
``importlib.metadata``
|
||||
* Fixed scheduling class methods like ``B.methodname`` where
|
||||
the ``B`` class inherits from class ``A`` and ``methodname``
|
||||
is a class method of class ``A``
|
||||
* Fixed scheduler sleeping for too long (and thus jobs missing
|
||||
their scheduled run times) if its wakeup cycle takes too much
|
||||
time
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 16 14:41:47 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-APScheduler
|
||||
Version: 3.10.1
|
||||
Version: 3.10.4
|
||||
Release: 0
|
||||
Summary: In-process task scheduler with Cron-like capabilities
|
||||
License: MIT
|
||||
|
Reference in New Issue
Block a user