Update dependency icalendar to v6
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
icalendar (changelog) | dependencies | major |
5.0.13 -> 6.0.1
|
Release Notes
collective/icalendar (icalendar)
v6.0.1
New features:
- Added
end
,start
,duration
,DTSTART
,DUE
, andDURATION
attributes toEvent
components. SeeIssue 662
_. - Added
end
,start
,duration
, andDTSTART
attributes toJournal
components. SeeIssue 662
_.
Bug fixes:
- Fix a few
__all__
variables. - Added missing
docs
folder to distribution packages. SeeIssue 712 <https://github.com/collective/icalendar/issues/712>
_.
.. _Issue 662
: https://github.com/collective/icalendar/issues/662
v6.0.0
Minor changes:
- Add
__all__
variable to each modules inicalendar
package - Improve test coverage.
- Adapt
test_with_doctest.py
to correctly run on Windows. - Measure branch coverage when running tests.
- Export
Component
base class for typing
New features:
- Use
pyproject.toml
file instead ofsetup.py
Bug fixes:
- Fix link to stable release of tox in documentation.
- Fix a bad
bytes
replace inunescape_char
. - Handle
ValueError
invBinary.from_ical
. - Ignore the BOM character in incorrectly encoded ics files.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by renovate-bot