File python-schedule.changes of Package python-schedule
-------------------------------------------------------------------
Tue Sep 29 13:42:24 UTC 2020 - Hans-Peter Jansen <hpj@urpla.net>
- Update to version 0.6.0 (2019-01-20)
+ Make at() accept timestamps with 1 second precision (#267).
Thanks @NathanWailes!
+ Introduce proper exception hierarchy (#271). Thanks
@ConnorSkees!
- Update to version 0.5.0 (2017-11-16)
+ Keep partially scheduled jobs from breaking the scheduler
(#125)
+ Add support for random intervals (Thanks @grampajoe and
@gilbsgilbs)
- Update to version 0.4.3 (2017-06-10)
+ Improve docs & clean up docstrings
- Update to version 0.4.2 (2016-11-29)
+ Publish to PyPI as a universal (py2/py3) wheel
- Update to version 0.4.0 (2016-11-28)
+ 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.
- removed schedule-quiet-option.diff
-------------------------------------------------------------------
Thu Jan 21 14:45:01 UTC 2016 - hpj@urpla.net
- add quiet option
-------------------------------------------------------------------
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