15
0

Accepting request 913763 from home:glaubitz:branches:devel:languages:python

- Update to version 0.23.0
  * Bump version and copyright year
  * Added early return option to next function that allows
    returning timestamp of next occurence instead of delay.
  * Fixed issue with comparing against None
  * Update docstring of Crontab.__init__
  * Added compare
  * Bump version
  * Allow looping ranges

OBS-URL: https://build.opensuse.org/request/show/913763
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-crontab?expand=0&rev=6
This commit is contained in:
2021-08-27 21:57:45 +00:00
committed by Git OBS Bridge
parent fa57626d6c
commit 277f49beca
4 changed files with 18 additions and 5 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Aug 23 12:52:40 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.23.0
* Bump version and copyright year
* Added early return option to next function that allows
returning timestamp of next occurence instead of delay.
* Fixed issue with comparing against None
* Update docstring of Crontab.__init__
* Added compare
* Bump version
* Allow looping ranges
-------------------------------------------------------------------
Tue Sep 17 09:57:08 UTC 2019 - Jan Engelhardt <jengelh@inai.de>