diff --git a/apscheduler-3.11.0.tar.gz b/apscheduler-3.11.0.tar.gz deleted file mode 100644 index 563614baea97277c808624c20fac23909c829106..0000000000000000000000000000000000000000 Binary files a/apscheduler-3.11.0.tar.gz and /dev/null differ diff --git a/apscheduler-3.11.1.tar.gz b/apscheduler-3.11.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..baac3d11157d7c54dae172227923a4d791c36077 Binary files /dev/null and b/apscheduler-3.11.1.tar.gz differ diff --git a/python-APScheduler.spec b/python-APScheduler.spec index 6bd683ffa2ef6f86e7e2eb1952abdccfb6a1186e..47902a94dab016f217bfd2675c9451de6e45d493 100644 --- a/python-APScheduler.spec +++ b/python-APScheduler.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-APScheduler -Version: 3.11.0 +Version: 3.11.1 Release: 1 Summary: In-process task scheduler with Cron-like capabilities License: MIT @@ -50,6 +50,11 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Tue Nov 04 2025 Yu Peng - 3.11.1-1 +- Upgrade 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 + * Mon Aug 11 2025 wangkai <13474090681@163.com> - 3.11.0-1 - Update package to version 3.11.0