| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- update to 0.3.31: - Fix get_next() when start_time less then 1s before next instant
- version update to 0.3.30 * credits * history stripping (security) * Handle -Sun notation * Handle invalid ranges correctly
- Update to 0.3.28: * Update credits
- 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.
- Avoid name repetition in summary.
- update to 0.3.20 - (tag: 0.3.20) Preparing release 0.3.20 - pep8 - Fix sao paulo timezone test. - remove outdated comment - correctly handle DST changes - Merge pull request #89 from kiorky/master - Back to development: 0.3.20 - (tag: 0.3.19) Preparing release 0.3.19 - fix #87: backward dst changes - Merge pull request #88 from kiorky/master - Back to development: 0.3.19 - (tag: 0.3.18) Preparing release 0.3.18 - Merge pull request #18 from taichino/master - Merge pull request #86 from otherpirate/master - Adding is_valid class method to readme - Adding class method is_valid to validate cron syntax - Creating base croniter error - Merge pull request #85 from kiorky/master - Back to development: 0.3.18
- update to 0.3.17:
- DOW occurence sharp style support.
- Better test suite
- DST support
- fix bug around multiple conditions and range_val in
_get_prev_nearest_diff.
- issue #69: added day_or option to change behavior when day-of-month and
day-of-week is given
- `Real fix for #34
- `Modernize test infra
- `Release as a universal wheel
- `Raise ValueError on negative numbers
- `Compare types using "issubclass" instead of exact match
- `Implement step cron with a variable base
- convert to singlespec
- update to 0.3.12
- switch to python-python-dateutil
- update to version 0.3.5: * support for 'l' (last day of month)
- Package docs/LICENSE
- Fix requirement on python-dateutil (not python-python-dateutil as upstream)
- Initial version