15
0

- update to 0.3.32:

- document seconds repeats, fixes #122
  - Implement match method, fixes #54
  - Adding tests for #127 (test more DSTs and croniter behavior around)
  - Changed lag_hours comparison to absolute to manage dst boundary when getting previous

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-croniter?expand=0&rev=24
This commit is contained in:
2020-06-08 13:32:49 +00:00
committed by Git OBS Bridge
parent 597b0a7de0
commit d2a7627e3a
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jun 8 13:31:08 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 0.3.32:
- document seconds repeats, fixes #122
- Implement match method, fixes #54
- Adding tests for #127 (test more DSTs and croniter behavior around)
- Changed lag_hours comparison to absolute to manage dst boundary when getting previous
-------------------------------------------------------------------
Sat Mar 14 15:47:06 UTC 2020 - Dirk Mueller <dmueller@suse.com>