Package Release Info

python-schedule-0.6.0-bp151.1.2

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-schedule
python3-schedule

Change Logs

* Tue Mar 26 2019 pgajdos@suse.com
- version update to 0.6.0
  * Make at() accept timestamps with 1 second precision (#267).
  * Introduce proper exception hierarchy (#271).
* Tue Dec 18 2018 Jan Engelhardt <jengelh@inai.de>
- Replace filler wording from description.
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
* Wed May 16 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 2016 hpj@urpla.net
- reduce log level from info to debug
* Tue Jan 19 2016 hpj@urpla.net
- version 0.3.2: initial build