forked from pool/python-APScheduler
This branch is 7 commits behind pool/python-APScheduler:factory
- 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/request/show/1112069
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-APScheduler?expand=0&rev=22
Description
No description provided
Languages
RPM Spec
100%