Changelog for
python3-schedule-0.5.0-lp150.5.4.noarch.rpm :
* Wed May 16 2018 toddrme2178AATTgmail.com- Update to version 0.5.0
* Keep partially scheduled jobs from breaking the scheduler (#125)
* Add support for random intervals (Thanks AATTgrampajoe and AATTgilbsgilbs)- 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 AATTalaingilbert.
* Add ability to tag jobs and to cancel jobs by tag. Thanks AATTZerrossetto.
* Improve schedule docs. Thanks AATTZerrossetto.
* Additional docs fixes by AATTfkromer and AATTyetingsky.- Implement single-spec version
* Tue Jan 19 2016 hpjAATTurpla.net- reduce log level from info to debug
* Tue Jan 19 2016 hpjAATTurpla.net- version 0.3.2: initial build