fix(deps): update dependency icalendar to v6 #187
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==5.0.12
->==6.3.1
Release Notes
collective/icalendar (icalendar)
v6.3.1
Compare Source
Bug fixes:
Issue 836 <https://github.com/collective/icalendar/issues/836>
_.v6.3.0
Compare Source
Minor changes:
icalendar.UIDGenerator
. SeeIssue 816 <https://github.com/collective/icalendar/issues/816>
_.New features:
uid
property toAlarm
,Event
,Calendar
,Todo
, andJournal
components. SeeIssue 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
Compare Source
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
, andexdates
for unified and simple access to these properties. SeeIssue 662
_.NAME
,DESCRIPTION
, andCOLOR
. SeeIssue 655 <https://github.com/collective/icalendar/issues/655>
_.color
attribute toEvent
,Todo
, andJournal
components. SeeIssue 655
_.sequence
attribute toEvent
,Todo
, andJournal
components. SeeIssue 802 <https://github.com/collective/icalendar/issues/802>
_.categories
attribute toCalendar
,Event
,Todo
, andJournal
components. SeeIssue 655 <https://github.com/collective/icalendar/issues/655>
_.6868
. SeeIssue 652 <https://github.com/collective/icalendar/issues/652>
_.freebusy
property to theCalendar
to get this type of subcomponents easier.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>
_.7986
can occur multiple times inVCALENDAR
. SeePR 808
_.Bug fixes:
STANDARD
andDAYLIGHT
components that have a date asDTSTART
. SeeIssue 218 <https://github.com/collective/icalendar/issues/218>
_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.CATEGORIES
as multiple inVEVENT
. SeePR 808 <https://github.com/collective/icalendar/pull/808>
_.v6.1.3
Compare Source
Bug fixes:
VTIMEZONE
sIssue 780 <https://github.com/collective/icalendar/issues/780>
_.v6.1.2
Compare Source
Minor changes:
name
andemail
properties tovCalAddress
.params
inicalendar.prop
.params
asparams={}
in mulitple constructors inicalendar.prop
to improve usability.icalendar.prop
.params
in multiple constructors inicalendar.prop
.Bug fixes:
Issue 763 <https://github.com/collective/icalendar/issues/763>
_v6.1.1
Compare Source
Minor changes:
weekday
attribute to :class:icalendar.prop.vWeekday
components. SeeIssue 749 <https://github.com/collective/icalendar/issues/749>
_.icalendar.prop.vRecur
property. SeeIssue 758 <https://github.com/collective/icalendar/issues/758>
_.icalendar.prop.vGeo
Issue 766 <https://github.com/collective/icalendar/issues/766>
_ andIssue 765 <https://github.com/collective/icalendar/issues/765>
_.Breaking changes:
relative
attribute ofvWeekday
components has the correct sign now. SeeIssue 749 <https://github.com/collective/icalendar/issues/749>
_.New features:
Security Policy
intersphinx
.v6.1.0
Compare Source
Minor changes:
end
,start
,duration
,DTSTART
,DUE
, andDURATION
attributes toTodo
components. SeeIssue 662
_.DTSTART
,TZOFFSETTO
andTZOFFSETFROM
properties toTimezoneStandard
andTimezoneDaylight
. SeeIssue 662
_.Issue 672 <https://github.com/collective/icalendar/issues/672>
_.Issue 701 <https://github.com/collective/icalendar/issues/701>
_.vDatetime.from_ical
datetime.date
toTZP.localize_utc
andTZP.localize
methods.5545
.Issue 626 <https://github.com/collective/icalendar/issues/626>
_.usage.rst
with the correct lexer.icalendar.prop.vPeriod
.New features:
VALARM
properties for :rfc:9074
. SeeIssue 657 <https://github.com/collective/icalendar/issues/657>
_Timezone.from_tzinfo()
andTimezone.from_tzid()
to create aTimezone
component from adatetime.tzinfo
timezone. SeeIssue 722
_.icalendar.prop.tzid_from_tzinfo
.icalendar.alarms
module to calculate alarm times. SeeIssue 716 <https://github.com/collective/icalendar/issues/716>
_.Event.alarms
andTodo.alarms
to access alarm calculation.Component.DTSTAMP
andComponent.LAST_MODIFIED
properties for datetime in UTC.Component.is_thunderbird()
to check if the component uses custom properties by Thunderbird.X_MOZ_SNOOZE_TIME
andX_MOZ_LASTACK
properties toEvent
andTodo
.Alarm.ACKNOWLEDGED
,Alarm.TRIGGER
,Alarm.REPEAT
, andAlarm.DURATION
propertiesas well as
Alarm.triggers
to calculate alarm triggers.__doc__
string documentation forvDate
,vBoolean
,vCalAddress
,vDuration
,vFloat
,vGeo
,vInt
,vPeriod
,vTime
,vUTCOffset
andvUri
. SeeIssue 742 <https://github.com/collective/icalendar/issues/742>
_.DTSTART
,TZOFFSETTO
, andTZOFFSETFROM
toTimezoneStandard
andTimezoneDaylight
example
methods of components without arguments.events
,timezones
, andtodos
property toCalendar
for nicer access.Calendar
when needed these methods are added:get_used_tzids
,get_missing_tzids
, andadd_missing_timezones()
.icalendar.timezone.equivalent_timezone_ids
and stored inicalendar.timezone.equivalent_timezone_ids
.icalendar.timezone.tzid
to identify a timezone's TZID.Bug fixes:
icalendar.timezone
to the documentation... _
Issue 722
: https://github.com/collective/icalendar/issues/722v6.0.1
Compare Source
New features:
end
,start
,duration
,DTSTART
,DUE
, andDURATION
attributes toEvent
components. SeeIssue 662
_.end
,start
,duration
, andDTSTART
attributes toJournal
components. SeeIssue 662
_.Bug fixes:
__all__
variables.docs
folder to distribution packages. SeeIssue 712 <https://github.com/collective/icalendar/issues/712>
_... _
Issue 662
: https://github.com/collective/icalendar/issues/662v6.0.0
Compare Source
Minor changes:
__all__
variable to each modules inicalendar
packagetest_with_doctest.py
to correctly run on Windows.Component
base class for typingNew features:
pyproject.toml
file instead ofsetup.py
Bug fixes:
bytes
replace inunescape_char
.ValueError
invBinary.from_ical
.v5.0.13
Compare Source
Minor changes:
New features:
Bug fixes:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.