14
0
forked from pool/python-taskw
Files
python-taskw/python-taskw.changes

28 lines
1.1 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Tue Dec 8 11:22:08 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- Update to v1.3.0
* Pass taskrc via environment variable to subprocess.
* Adds testing for Python 3.7 and 3.8
* Fix error raised when taskwarrior is not installed.
* Fix bug on deletion of completed task; disable confirmation for
recurring tasks; fix bug in numeric deserialization.
* Fixes bug in which UUIDs were improperly parsed
when creating recurring tasks.
* Fix a bug in which configuration values having an equal
sign in their value would be improperly parsed.
* Switched from nose to pytest.
* Dropped automated testing for Python 3.4.
-------------------------------------------------------------------
Sat Oct 19 13:19:31 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Activate test suite
- Use single spec to add Python 3 support and tidy spec
- Update to v1.2.0
-------------------------------------------------------------------
Tue Jan 5 23:45:19 UTC 2016 - sleep_walker@opensuse.org
- Initial spec for v1.1.0