From b1877b6ce2aba58a6af36575cbca8d314977c3de474284d3d68b05107308738a Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Wed, 12 Jul 2017 13:27:30 +0000 Subject: [PATCH] Accepting request 509743 from home:jengelh:branches:devel:languages:python - Ensure neutrality of description, and remove unspecific mention of Quartz' features. OBS-URL: https://build.opensuse.org/request/show/509743 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-APScheduler?expand=0&rev=11 --- python-APScheduler.changes | 6 ++++++ python-APScheduler.spec | 18 +++++------------- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/python-APScheduler.changes b/python-APScheduler.changes index 82672cb..a976066 100644 --- a/python-APScheduler.changes +++ b/python-APScheduler.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 12 11:17:56 UTC 2017 - jengelh@inai.de + +- Ensure neutrality of description, and remove unspecific mention + of Quartz' features. + ------------------------------------------------------------------- Wed Jul 12 09:11:33 UTC 2017 - tbechtold@suse.com diff --git a/python-APScheduler.spec b/python-APScheduler.spec index 0fcdbd7..5a25327 100644 --- a/python-APScheduler.spec +++ b/python-APScheduler.spec @@ -43,23 +43,16 @@ BuildArch: noarch %python_subpackages %description -Advanced Python Scheduler (APScheduler) is a light but powerful in-process task +Advanced Python Scheduler (APScheduler) is an in-process task scheduler that lets you schedule jobs (functions or any python callables) to be -executed at times of your choosing. +executed at any time of your choosing. -This can be a far better alternative to externally run cron scripts for +This can be an alternative to externally run cron scripts for long-running applications (e.g. web applications), as it is platform neutral -and can directly access your application's variables and functions. +and can access the application's variables and functions. -The development of APScheduler was heavily influenced by the Quartz -task scheduler written in Java. -APScheduler provides most of the major features that Quartz does, but it also -provides features not present in Quartz (such as multiple job stores). +APscheduler provides multiple job stores. - -* No (hard) external dependencies -* Thread-safe API -* Excellent test coverage * Configurable scheduling mechanisms (triggers): * Cron-like scheduling * Delayed scheduling of single run jobs (like the UNIX "at" command) @@ -70,7 +63,6 @@ provides features not present in Quartz (such as multiple job stores). * SQLAlchemy (any supported RDBMS works) * MongoDB - %prep %setup -q -n APScheduler-%{version}