Package Release Info

python-croniter-0.3.17-bp151.2.10

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

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python2-croniter
python3-croniter

Change Logs

Version: 0.3.17-bp150.2.4
* Fri Aug 25 2017 tbechtold@suse.com
- 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
* Tue Nov 15 2016 dmueller@suse.com
- update to 0.3.12
* Wed Apr 13 2016 dmueller@suse.com
- switch to python-python-dateutil
* Mon Sep 15 2014 tbechtold@suse.com
- update to version 0.3.5:
  * support for 'l' (last day of month)
* Fri Mar 07 2014 speilicke@suse.com
- Package docs/LICENSE
* Fri Mar 07 2014 speilicke@suse.com
- Fix requirement on python-dateutil (not python-python-dateutil as upstream)
* Fri Mar 07 2014 speilicke@suse.com
- Initial version