15
0

- Update to 0.3.27:

* Handle -Sun notation
  * Handle invalid ranges correctly
  * Pypi hygiene
  * fix get_next while perserving the fix of get_prev
  * Don't count previous minute if now is dynamic If the code is triggered from 5-asterisk based cron get_prev based on datetime.now() is expected to return current cron iteration and not previous execution.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-croniter?expand=0&rev=16
This commit is contained in:
Tomáš Chvátal
2019-03-07 13:51:11 +00:00
committed by Git OBS Bridge
parent 88fcdb8ff6
commit c872969cad
4 changed files with 22 additions and 14 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Mar 7 13:48:40 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.3.27:
* Handle -Sun notation
* Handle invalid ranges correctly
* Pypi hygiene
* fix get_next while perserving the fix of get_prev
* Don't count previous minute if now is dynamic If the code is triggered from 5-asterisk based cron get_prev based on datetime.now() is expected to return current cron iteration and not previous execution.
-------------------------------------------------------------------
Wed Oct 17 18:29:01 UTC 2018 - Jan Engelhardt <jengelh@inai.de>