Update dependency icalendar to v6.2.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
icalendar (changelog) | dependencies | minor |
6.1.1 -> 6.2.0
|
Release Notes
collective/icalendar (icalendar)
v6.2.0
Minor changes:
- Use
ruff
to 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
tox
to 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
, andexdates
for 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
color
attribute toEvent
,Todo
, andJournal
components. SeeIssue 655
_. - Add
sequence
attribute toEvent
,Todo
, andJournal
components. SeeIssue 802 <https://github.com/collective/icalendar/issues/802>
_. - Add
categories
attribute toCalendar
,Event
,Todo
, andJournal
components. SeeIssue 655 <https://github.com/collective/icalendar/issues/655>
_. - Add compatibility to :rfc:
6868
. SeeIssue 652 <https://github.com/collective/icalendar/issues/652>
_. - Add
freebusy
property to theCalendar
to get this type of subcomponents easier. - Add parameters from :rfc:
5545
to 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:
7986
can occur multiple times inVCALENDAR
. SeeMR 808
_.
Bug fixes:
- Fix
STANDARD
andDAYLIGHT
components that have a date asDTSTART
. SeeIssue 218 <https://github.com/collective/icalendar/issues/218>
_ - Move import at the end of
icalendar.parser
into a function to mitigate import errors, seeIssue 781 <https://github.com/collective/icalendar/issues/781>
_. -
ALTREP
,DELEGATED-FROM
,DELEGATED-TO
,DIR
,MEMBER
, andSENT-BY
require double quotes. These are now always added. - Classify
CATEGORIES
as 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
name
andemail
properties tovCalAddress
. - Add type hint for property
params
inicalendar.prop
. - Set default value for
params
asparams={}
in mulitple constructors inicalendar.prop
to improve usability. - Improve object initialization performance in
icalendar.prop
. - Add type hint for
params
in 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
Merge request reports
Activity
Please register or sign in to reply