Package: taskw / 2.0.0-4

Metadata

Package Version Patches format
taskw 2.0.0-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Update for python 3.12.patch | (download)

requirements.txt | 1 1 + 0 - 0 !
taskw/fields/commaseparateduuid.py | 6 3 + 3 - 0 !
taskw/utils.py | 4 2 + 2 - 0 !
taskw/warrior.py | 16 8 + 8 - 0 !
4 files changed, 14 insertions(+), 13 deletions(-)

 update for python-3.12

Also, drop testing for some older versions and adopt testing against
newer taskwarrior.

0002 Fix tests with new pytest.patch | (download)

taskw/test/test_datas.py | 8 6 + 2 - 0 !
taskw/test/test_recursive.py | 5 3 + 2 - 0 !
taskw/test/test_utils.py | 5 3 + 2 - 0 !
3 files changed, 12 insertions(+), 6 deletions(-)

 fix tests with new pytest

Use unittest.TestCase and __test__ to ignore test base class.

0003 Drop use of deprecated kitchen module.patch | (download)

requirements.txt | 1 0 + 1 - 0 !
taskw/warrior.py | 12 2 + 10 - 0 !
2 files changed, 2 insertions(+), 11 deletions(-)

 drop use of deprecated kitchen module

This should probably use subprocess.check_output instead..