forked from pool/python-APScheduler
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:
committed by
Git OBS Bridge
parent
414fe673e8
commit
b1877b6ce2
@@ -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
|
Wed Jul 12 09:11:33 UTC 2017 - tbechtold@suse.com
|
||||||
|
|
||||||
|
@@ -43,23 +43,16 @@ BuildArch: noarch
|
|||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%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
|
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
|
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
|
APscheduler provides multiple job stores.
|
||||||
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).
|
|
||||||
|
|
||||||
|
|
||||||
* No (hard) external dependencies
|
|
||||||
* Thread-safe API
|
|
||||||
* Excellent test coverage
|
|
||||||
* Configurable scheduling mechanisms (triggers):
|
* Configurable scheduling mechanisms (triggers):
|
||||||
* Cron-like scheduling
|
* Cron-like scheduling
|
||||||
* Delayed scheduling of single run jobs (like the UNIX "at" command)
|
* 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)
|
* SQLAlchemy (any supported RDBMS works)
|
||||||
* MongoDB
|
* MongoDB
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n APScheduler-%{version}
|
%setup -q -n APScheduler-%{version}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user