14
0

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
This commit is contained in:
Thomas Bechtold
2017-07-12 13:27:30 +00:00
committed by Git OBS Bridge
parent 414fe673e8
commit b1877b6ce2
2 changed files with 11 additions and 13 deletions

View File

@@ -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

View File

@@ -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}