Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-croniter: Upgrade 1.2.0 -> 1.3.4 | Leon Anavi | 2022-02-22 | 1 | -12/+0 |
| | | | | | | | | | | | | | | Upgrade to release 1.3.4: - Add a way to make next() easier to use - Restore compat with python2 - Fix regressions with set_current - Fix compat for tests under py27 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | python3-croniter: Upgrade 1.1.0 -> 1.2.0 | Leon Anavi | 2022-01-19 | 1 | -0/+12 |
Upgrade to release 1.2.0: - Enforce validation for day=1. Before this release we used to support day=0 and it was silently glided to day=1 to support having both day in day in 4th field when it came to have 6fields cron forms (second repeat). It will now raises a CroniterBadDateError. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> |