17
0

Accepting request 609872 from devel:languages:python:misc

Job scheduling for humans

OBS-URL: https://build.opensuse.org/request/show/609872
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-schedule?expand=0&rev=1
This commit is contained in:
Todd R
2018-05-16 17:36:41 +00:00
committed by Git OBS Bridge
commit dd64134bc2
5 changed files with 121 additions and 0 deletions

29
python-schedule.changes Normal file
View File

@@ -0,0 +1,29 @@
-------------------------------------------------------------------
Wed May 16 15:35:22 UTC 2018 - toddrme2178@gmail.com
- Update to version 0.5.0
* Keep partially scheduled jobs from breaking the scheduler (#125)
* Add support for random intervals (Thanks @grampajoe and @gilbsgilbs)
- Update to version 0.4.3
* Improve docs & clean up docstrings
- Update to version 0.4.2
* Publish to PyPI as a universal (py2/py3) wheel
- Update to version 0.4.0
* Add proper HTML (Sphinx) docs available at https://schedule.readthedocs.io/
* CI builds now run against Python 2.7 and 3.5 (3.3 and 3.4 should work fine but are untested)
* Fixed an issue with ``run_all()`` and having more than one job that deletes itself in the same iteration. Thanks @alaingilbert.
* Add ability to tag jobs and to cancel jobs by tag. Thanks @Zerrossetto.
* Improve schedule docs. Thanks @Zerrossetto.
* Additional docs fixes by @fkromer and @yetingsky.
- Implement single-spec version
-------------------------------------------------------------------
Tue Jan 19 19:40:31 UTC 2016 - hpj@urpla.net
- reduce log level from info to debug
-------------------------------------------------------------------
Tue Jan 19 15:34:57 UTC 2016 - hpj@urpla.net
- version 0.3.2: initial build