Releases: fphammerle/ical2vdir
Releases · fphammerle/ical2vdir
tasks
support date as recurrence id
Added
- declare compatibility with
python3.11,python3.12&python3.13
Removed
- compatibility with
python3.7,python3.8&python3.9
Fixed
- assertion error on "RECURRENCE-ID;VALUE=DATE:…"
cross filesystems
Added
pyproject.tomlto specify build dependencies & build backend
Removed
- compatibility with
python3.5&python3.6
Fixed
- fix export when output and temporary directory are on different filesystems (#85)
restore python3.5 compatibility
Fixed
- python3.5:
TypeErrorin_write_eventwhen renaming temporary fileTypeErrorin_sync_eventwhen reading file- tests:
TypeErrorwhen converting topathlib.Path - tests:
AttributeErrordue to unavailableMagicMock.assert_called_once