Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 1f3c77b6fb | |||
| 4f03c4f416 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c622d250b0955a65d5d0eb91c33e6d43fd879834bf541e0a18661ae60460133
|
||||
size 107347
|
||||
3
apscheduler-3.11.1.tar.gz
Normal file
3
apscheduler-3.11.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0db77af6400c84d1747fe98a04b8b58f0080c77d11d338c4f507a9752880f221
|
||||
size 108044
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user