14
0

- Update to 2.7.1:

* Fix #104, confirm removal of python2.7 support
- 2.7.0:
  * Add feature to insert new commands in the middle of the cron. Fix #101
  * Do not log invalid comments as errors

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-crontab?expand=0&rev=16
This commit is contained in:
2023-02-21 10:16:37 +00:00
committed by Git OBS Bridge
parent 8cbb7d87c9
commit 92e38f7f8c
4 changed files with 19 additions and 11 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Feb 21 10:13:12 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Update to 2.7.1:
* Fix #104, confirm removal of python2.7 support
- 2.7.0:
* Add feature to insert new commands in the middle of the cron. Fix #101
* Do not log invalid comments as errors
-------------------------------------------------------------------
Thu Oct 6 22:15:25 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>