Package: python-crontab / 3.3.0-1

Metadata

Package Version Patches format
python-crontab 3.3.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Skip non posix shell compatibility test on platforms.patch | (download)

tests/test_compatibility.py | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 skip non-posix shell compatibility test on platforms other than
 WinNT.


0002 Use sys.executable to run crontest.patch | (download)

tests/data/crontest | 2 0 + 2 - 0 !
tests/test_scheduler.py | 2 1 + 1 - 0 !
2 files changed, 1 insertion(+), 3 deletions(-)

 use sys.executable to run crontest.


0003 Use tempfile module to create output file in tests.patch | (download)

crontab.py | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 use tempfile module to create output file in tests.