Update dependency icalendar to v6.3.1
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| icalendar (changelog) | dependencies | minor |
6.1.1 -> 6.3.1
|
Release Notes
collective/icalendar (icalendar)
v6.3.1
Bug fixes:
- Remove forced quoting from parameters with space and single quote. See
Issue 836 <https://github.com/collective/icalendar/issues/836>_.
v6.3.0
Minor changes:
- Deprecate
icalendar.UIDGenerator. SeeIssue 816 <https://github.com/collective/icalendar/issues/816>_.
New features:
- Add the
uidproperty toAlarm,Event,Calendar,Todo, andJournalcomponents. SeeIssue 740 <https://github.com/collective/icalendar/issues/740>_.
Bug fixes:
- Fix component equality where timezones differ for the datetimes but the times are actually equal. See
Issue 828 <https://github.com/collective/icalendar/issues/828>_. - Test that we can add an RRULE as a string. See
Issue 301 <https://github.com/collective/icalendar/issues/301>_. - Test that we support dateutil timezones as outlined in
Issue 336 <https://github.com/collective/icalendar/issues/336>_. - Build documentation on Read the Docs with the version identifier. See
Issue 826 <https://github.com/collective/icalendar/issues/826>_.
v6.2.0
Minor changes:
- Use
ruffto format the source code. - Update project metadata to use License-Expression.
- Use
tzp.localize(dt, None)to remove the timezone from a datetime. - Remove the HTML documentation when building with
toxto force rebuild. - Switch to PyData Sphinx Theme for documentation. See
Issue 803 <https://github.com/collective/icalendar/issues/804>_.
New features:
- Add getters
rrules,rdates, andexdatesfor unified and simple access to these properties. SeeIssue 662_. - Add attributes to the calendar for properties
NAME,DESCRIPTION, andCOLOR. SeeIssue 655 <https://github.com/collective/icalendar/issues/655>_. - Add a
colorattribute toEvent,Todo, andJournalcomponents. SeeIssue 655_. - Add
sequenceattribute toEvent,Todo, andJournalcomponents. SeeIssue 802 <https://github.com/collective/icalendar/issues/802>_. - Add
categoriesattribute toCalendar,Event,Todo, andJournalcomponents. SeeIssue 655 <https://github.com/collective/icalendar/issues/655>_. - Add compatibility to :rfc:
6868. SeeIssue 652 <https://github.com/collective/icalendar/issues/652>_. - Add
freebusyproperty to theCalendarto get this type of subcomponents easier. - Add parameters from :rfc:
5545to propertiesALTREP,CN,CUTYPE,DELEGATED_FROM,DELEGATED_TO,DIR,FBTYPE,LANGUAGE,MEMBER,PARTSTAT,RANGE,RELATED,ROLE,RSVP,SENT_BY,TZID, andRELTYPE. SeeIssue 798 <https://github.com/collective/icalendar/issues/798>_. - New properties from :rfc:
7986can occur multiple times inVCALENDAR. SeeMR 808_.
Bug fixes:
- Fix
STANDARDandDAYLIGHTcomponents that have a date asDTSTART. SeeIssue 218 <https://github.com/collective/icalendar/issues/218>_ - Move import at the end of
icalendar.parserinto a function to mitigate import errors, seeIssue 781 <https://github.com/collective/icalendar/issues/781>_. -
ALTREP,DELEGATED-FROM,DELEGATED-TO,DIR,MEMBER, andSENT-BYrequire double quotes. These are now always added. - Classify
CATEGORIESas multiple inVEVENT. SeeMR 808 <https://github.com/collective/icalendar/pull/808>_.
v6.1.3
Bug fixes:
- Fix to permit TZID forward references to VTIMEZONEs
- Stabelize timezone id lookup, see
Issue 780 <https://github.com/collective/icalendar/issues/780>_.
v6.1.2
Minor changes:
- Add funding link to Tidelift.
- Link to related package.
- Shorten first example in documentation.
- Add
nameandemailproperties tovCalAddress. - Add type hint for property
paramsinicalendar.prop. - Set default value for
paramsasparams={}in mulitple constructors inicalendar.propto improve usability. - Improve object initialization performance in
icalendar.prop. - Add type hint for
paramsin multiple constructors inicalendar.prop.
Bug fixes:
- Restrict timezones tested, see
Issue 763 <https://github.com/collective/icalendar/issues/763>_
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by renovate-bot