17
0

2 Commits

Author SHA256 Message Date
1f3c77b6fb Accepting request 1319741 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1319741
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-APScheduler?expand=0&rev=25
2025-11-24 14:53:22 +00:00
4f03c4f416 - Update to 3.11.1
* Fixed scheduler.shutdown() not raising SchedulerNotRunning (or raising
    the wrong exception) for asynchronous schedulers when the scheduler is
    in fact not running
  * Fixed CronTrigger sticking on a folded datetime during the fall-back
    DST transition (#1021).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-APScheduler?expand=0&rev=61
2025-11-24 13:16:17 +00:00
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c622d250b0955a65d5d0eb91c33e6d43fd879834bf541e0a18661ae60460133
size 107347

View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Nov 21 09:53:15 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 3.11.1
* Fixed scheduler.shutdown() not raising SchedulerNotRunning (or raising
the wrong exception) for asynchronous schedulers when the scheduler is
in fact not running
* Fixed CronTrigger sticking on a folded datetime during the fall-back
DST transition (#1021).
-------------------------------------------------------------------
Thu Apr 10 03:43:18 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-APScheduler
Version: 3.11.0
Version: 3.11.1
Release: 0
Summary: In-process task scheduler with Cron-like capabilities
License: MIT