14
0

Accepting request 1008605 from home:yarunachalam:branches:devel:languages:python

- Update to 2.6.0
- Fix #87 with specials flag on rendering options
* Fix #82 with a cron_command API and README updates
* Fix #88 with comment change
* Merge branch 'issue-cron-weekdays-vs-python-weekdays' into 'master'
* Fix test_02_days_per_year calculations incorrect
* Fix #81 make a command valid when setting the command
* bump version
* 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

OBS-URL: https://build.opensuse.org/request/show/1008605
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-crontab?expand=0&rev=14
This commit is contained in:
2022-10-07 07:56:10 +00:00
committed by Git OBS Bridge
parent a40016ddb2
commit 8cbb7d87c9
4 changed files with 20 additions and 5 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Oct 6 22:15:25 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 2.6.0
- Fix #87 with specials flag on rendering options
* Fix #82 with a cron_command API and README updates
* Fix #88 with comment change
* Merge branch 'issue-cron-weekdays-vs-python-weekdays' into 'master'
* Fix test_02_days_per_year calculations incorrect
* Fix #81 make a command valid when setting the command
* bump version
* 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>