Update dependency icalendar to v6.3.1
Compare changes
- renovate-bot authored
+ 4
− 4
@@ -557,13 +557,13 @@ files = [
@@ -1245,4 +1245,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"]
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
icalendar (changelog) | dependencies | minor |
6.1.1 -> 6.3.1
|
v6.3.1
Bug fixes:
Issue 836 <https://github.com/collective/icalendar/issues/836>
_.v6.3.0
Minor changes:
icalendar.UIDGenerator
. See Issue 816 <https://github.com/collective/icalendar/issues/816>
_.New features:
uid
property to Alarm
, Event
, Calendar
, Todo
, and Journal
components. See Issue 740 <https://github.com/collective/icalendar/issues/740>
_.Bug fixes:
Issue 828 <https://github.com/collective/icalendar/issues/828>
_.Issue 301 <https://github.com/collective/icalendar/issues/301>
_.Issue 336 <https://github.com/collective/icalendar/issues/336>
_.Issue 826 <https://github.com/collective/icalendar/issues/826>
_.v6.2.0
Minor changes:
ruff
to format the source code.tzp.localize(dt, None)
to remove the timezone from a datetime.tox
to force rebuild.Issue 803 <https://github.com/collective/icalendar/issues/804>
_.New features:
rrules
, rdates
, and exdates
for unified and simple access to these properties. See Issue 662
_.NAME
, DESCRIPTION
, and COLOR
. See Issue 655 <https://github.com/collective/icalendar/issues/655>
_.color
attribute to Event
, Todo
, and Journal
components. See Issue 655
_.sequence
attribute to Event
, Todo
, and Journal
components. See Issue 802 <https://github.com/collective/icalendar/issues/802>
_.categories
attribute to Calendar
, Event
, Todo
, and Journal
components. See Issue 655 <https://github.com/collective/icalendar/issues/655>
_.6868
. See Issue 652 <https://github.com/collective/icalendar/issues/652>
_.freebusy
property to the Calendar
to get this type of subcomponents easier.5545
to properties ALTREP
, CN
, CUTYPE
, DELEGATED_FROM
, DELEGATED_TO
, DIR
, FBTYPE
, LANGUAGE
, MEMBER
, PARTSTAT
, RANGE
, RELATED
, ROLE
, RSVP
, SENT_BY
, TZID
, and RELTYPE
. See Issue 798 <https://github.com/collective/icalendar/issues/798>
_.7986
can occur multiple times in VCALENDAR
. See MR 808
_.Bug fixes:
STANDARD
and DAYLIGHT
components that have a date as DTSTART
. See Issue 218 <https://github.com/collective/icalendar/issues/218>
_icalendar.parser
into a function to mitigate import errors, see Issue 781 <https://github.com/collective/icalendar/issues/781>
_.ALTREP
, DELEGATED-FROM
, DELEGATED-TO
, DIR
, MEMBER
, and SENT-BY
require double quotes. These are now always added.CATEGORIES
as multiple in VEVENT
. See MR 808 <https://github.com/collective/icalendar/pull/808>
_.v6.1.3
Bug fixes:
Issue 780 <https://github.com/collective/icalendar/issues/780>
_.v6.1.2
Minor changes:
name
and email
properties to vCalAddress
.params
in icalendar.prop
.params
as params={}
in mulitple constructors in icalendar.prop
to improve usability.icalendar.prop
.params
in multiple constructors in icalendar.prop
.Bug fixes:
Issue 763 <https://github.com/collective/icalendar/issues/763>
_This MR has been generated by Renovate Bot.