14
0

- update to 3.0.0:

* Add frequency checks at specific timestamp
  * Fix lots of pylint errors and improve test coverage
  * Improve schedule running with more information about what was
    returned
  * Cause an error when setting an invalid frequency

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-crontab?expand=0&rev=18
This commit is contained in:
2024-01-01 20:29:48 +00:00
committed by Git OBS Bridge
parent 92e38f7f8c
commit 272a7e85a6
4 changed files with 24 additions and 11 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jan 1 20:28:24 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.0.0:
* Add frequency checks at specific timestamp
* Fix lots of pylint errors and improve test coverage
* Improve schedule running with more information about what was
returned
* Cause an error when setting an invalid frequency
-------------------------------------------------------------------
Tue Feb 21 10:13:12 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
@@ -21,7 +31,7 @@ Thu Oct 6 22:15:25 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
* Fix #75 apply disabled comment prefix before pre-comment
* Fix #73 add support for percent sign stdin and escaping
* Fix #71 record pre-comment styles faithfully for re-rendering
-------------------------------------------------------------------
Thu May 6 14:14:18 UTC 2021 - Ben Greiner <code@bnavigator.de>