14
0
Commit Graph

7 Commits

Author SHA256 Message Date
Thomas Bechtold
1ce82d5522 Accepting request 330910 from home:sax2:branches:devel:languages:python
Package resubmitted to OBS to keep the changelog entry in
sync with the submission of this package to SLE12 (IBS)

Thanks

OBS-URL: https://build.opensuse.org/request/show/330910
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-APScheduler?expand=0&rev=7
2015-09-14 14:48:17 +00:00
0453f8c467 Accepting request 293863 from home:rjschwei:branches:devel:languages:python
- Update to version 3.0.2
  + Add new upstream dependencies:
    ~ python-futures
    ~ python-pytz
    ~ python-six
    ~ python-tzlocal
  + Contains incompatible changes to previous version
  + Fixed ValueError when the target callable has a default keyword
    argument that wasn’t overridden
  + Fixed wrong job sort order in some job stores
  + Fixed exception when loading all jobs from the redis job store when
    there are paused jobs in it
  + Fixed AttributeError when printing a job list when there were pending jobs
  + Added setuptools as an explicit requirement in install requirements
  + A wider variety of target callables can now be scheduled so that the
    jobs are still serializable (static methods on Python 3.3+, unbound
    methods on all except Python 3.2)
  + Attempting to serialize a non-serializable Job now raises a helpful
    exception during serialization. Thanks to Jeremy Morgan for pointing
    this out.
  + Fixed table creation with SQLAlchemyJobStore on MySQL/InnoDB
  + Fixed start date getting set too far in the future with a timezone
    different from the local one
  + Fixed _run_job_error() being called with the incorrect number of
    arguments in most executors
  + Added support for timezones (special thanks to Curtis Vogt for help
    with this one)
  + Split the old Scheduler class into BlockingScheduler and
    BackgroundScheduler and added integration for asyncio (PEP 3156), Gevent,
    Tornado, Twisted and Qt event loops

OBS-URL: https://build.opensuse.org/request/show/293863
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-APScheduler?expand=0&rev=6
2015-04-02 07:51:38 +00:00
Denisart Benjamin
d2c70240d8 Accepting request 220458 from home:posophe:branches:devel:languages:python
Update

OBS-URL: https://build.opensuse.org/request/show/220458
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-APScheduler?expand=0&rev=5
2014-01-31 10:35:01 +00:00
Sascha Peilicke
da1e2ed797 Accepting request 200569 from home:posophe:branches:devel:languages:python
update

OBS-URL: https://build.opensuse.org/request/show/200569
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-APScheduler?expand=0&rev=4
2013-09-26 07:51:12 +00:00
Sascha Peilicke
1d862516da - Disable failing datetime tests for now
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-APScheduler?expand=0&rev=3
2012-12-18 14:28:52 +00:00
Sascha Peilicke
753069b989 - Update to version 2.0.3:
+ The scheduler now closes the job store that is being removed, and all job stores on shutdown() by default
  + Added the last expression in the day field of CronTrigger (thanks rcaselli)
  + Raise a TypeError when fields with invalid names are passed to CronTrigger (thanks Christy O’Reilly)
  + Fixed the persistent.py example by shutting down the scheduler on Ctrl+C
  + Added PyPy 1.8 and CPython 3.3 to the test suite
  + Dropped PyPy 1.4 - 1.5 and CPython 3.1 from the test suite
  + Updated setup.cfg for compatibility with distutils2/packaging
  + Examples, documentation sources and unit tests are now packaged in the source distribution

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-APScheduler?expand=0&rev=2
2012-06-22 12:24:25 +00:00
Sascha Peilicke
5e142eeee5 Accepting request 79011 from home:babelworx:python
Advanced Python Scheduler (APScheduler) is a light but powerful in-process task scheduler that lets you schedule jobs.

Packaged with py2pack. Added README.rst to %doc

OBS-URL: https://build.opensuse.org/request/show/79011
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-APScheduler?expand=0&rev=1
2011-08-16 08:59:30 +00:00