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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4bbe7e720753a132ca4ca9d4094915f40e9d9dc8a807a4564007651018ce8c31
size 52573

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1e35ed7a3cdc3100545b43e196d34754e6551e7f95e4caebbe0e1c0ca41c2f1b
size 55325

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> Thu May 6 14:14:18 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-python-crontab # spec file for package python-python-crontab
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without python2 %bcond_without python2
Name: python-python-crontab Name: python-python-crontab
Version: 2.5.1 Version: 2.6.0
Release: 0 Release: 0
Summary: Python Crontab API Summary: Python Crontab API
License: LGPL-3.0-only License: LGPL-3.0-only