From c1c08a983a6f8dc6200b0db66ce72467707c31b8e62fd318b3b93e30a1d82b36 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 18 Sep 2023 19:33:50 +0000 Subject: [PATCH] - 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 --- APScheduler-3.10.1.tar.gz | 3 --- APScheduler-3.10.4.tar.gz | 3 +++ python-APScheduler.changes | 28 ++++++++++++++++++++++++---- python-APScheduler.spec | 2 +- 4 files changed, 28 insertions(+), 8 deletions(-) delete mode 100644 APScheduler-3.10.1.tar.gz create mode 100644 APScheduler-3.10.4.tar.gz diff --git a/APScheduler-3.10.1.tar.gz b/APScheduler-3.10.1.tar.gz deleted file mode 100644 index 2cf4fb5..0000000 --- a/APScheduler-3.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0293937d8f6051a0f493359440c1a1b93e882c57daf0197afeff0e727777b96e -size 100376 diff --git a/APScheduler-3.10.4.tar.gz b/APScheduler-3.10.4.tar.gz new file mode 100644 index 0000000..969d2f4 --- /dev/null +++ b/APScheduler-3.10.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6df071b27d9be898e486bc7940a7be50b4af2e9da7c08f0744a96d4bd4cef4a +size 100832 diff --git a/python-APScheduler.changes b/python-APScheduler.changes index c072654..d97b23d 100644 --- a/python-APScheduler.changes +++ b/python-APScheduler.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Sep 18 19:32:28 UTC 2023 - Dirk Müller + +- 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 @@ -17,12 +37,12 @@ Thu Feb 23 14:31:39 UTC 2023 - Dirk Müller - update to 3.10.0: * Fixed compatibility with SQLAlchemy 2.0 and bumped minimum supported version to 1.4 - * Dropped support for Python versions older than 3.6 + * Dropped support for Python versions older than 3.6 ------------------------------------------------------------------- Thu Dec 1 17:48:48 UTC 2022 - Yogalakshmi Arunachalam -- version update to 3.9.1.post1 +- version update to 3.9.1.post1 * Dropped Python 2.7 from the list of supported Python versions Relates to #666. @@ -58,7 +78,7 @@ Sat Oct 16 19:01:07 UTC 2021 - Dirk Müller - update to 3.8.0: * Allowed passing through keyword arguments to the underlying stdlib executors in the thread/process pool executors (PR by Albert Xu) - + ------------------------------------------------------------------- Mon Feb 1 17:38:33 UTC 2021 - Dirk Müller @@ -611,5 +631,5 @@ Tue Aug 16 08:28:29 UTC 2011 - cfarrell@novell.com ---- * Fixed a corner case where the combination of hour and day_of_week parameters - would cause incorrect timing for a cron trigger + would cause incorrect timing for a cron trigger diff --git a/python-APScheduler.spec b/python-APScheduler.spec index a8121e1..69e18d4 100644 --- a/python-APScheduler.spec +++ b/python-APScheduler.spec @@ -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