Update dependency icalendar to v7.3.0 - #116
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
==7.2.2→==7.3.0Release Notes
collective/icalendar (icalendar)
v7.3.0Compare Source
Removals and deprecations
icalendar.parser.string.foldlineas a private function for icalendar version 8. @IoannaGiag (Issue #​1011 <https://github.com/collective/icalendar/issues/1011>_)icalendar.parser.string.escape_char, :func:icalendar.parser.string.unescape_char, :func:icalendar.parser.string.escape_string, and :func:icalendar.parser.string.unescape_stringusing the standarddeprecate_for_version_8wrapper as per issue #1405. (Issue #​1405 <https://github.com/collective/icalendar/issues/1405>_)New features
docs/how-to/usage.rstfrom the deprecated.. code:: pycondirective to.. code-block:: pyconfor consistency with the rest of the documentation. @mvanhorn (Issue #​626 <https://github.com/collective/icalendar/issues/626>_)encodingparameter in :func:~icalendar.parser_tools.data_encode. @cybs-joe (Issue #​938 <https://github.com/collective/icalendar/issues/938>_)~icalendar.cal.component.Component.addto Google style. @mvanhorn (Issue #​1072 <https://github.com/collective/icalendar/issues/1072>_):pyprefix in :class:icalendar.cal.calendar.Calendardocumentation. @lcampanella98 (Issue #​1158 <https://github.com/collective/icalendar/issues/1158>_):pyprefix in the :func:~icalendar.parser.unescape_backslashdocstring. @vincere-mori (Issue #​1158 <https://github.com/collective/icalendar/issues/1158>_)icalendar.alarmsand :mod:icalendar.cal.alarm. @lcampanella98 (Issue #​1158 <https://github.com/collective/icalendar/issues/1158>_)Event.start <icalendar.cal.event.Event.start>and :attr:Event.start <icalendar.cal.event.Event.end>docstrings. @Esneider1107 (Issue #​1158 <https://github.com/collective/icalendar/issues/1158>_)icalendar.cal.free_busydocumentation by using fully qualified :class:icalendar.cal.component.Componentattribute targets. @tsai135 (Issue #​1158 <https://github.com/collective/icalendar/issues/1158>_):pyprefixed roles. @wahajahmed010 (Issue #​1158 <https://github.com/collective/icalendar/issues/1158>_)icalendar.cal.availability. @lcampanella98 (Issue #​1158 <https://github.com/collective/icalendar/issues/1158>_)vBoolean <icalendar.prop.boolean.vBoolean>with a Pythonic description, including parsing behavior, a conformance reference, and a working example. @tsai135 (Issue #​1244 <https://github.com/collective/icalendar/issues/1244>_)attr.url_propertyby converting raw RFC text into a comprehensive Python docstring with usage examples and explicit RFC cross-references. Assisting tool: Gemini 1.5. @samrodri911 (Issue #​1244 <https://github.com/collective/icalendar/issues/1244>_)~icalendar.cal.component.Component.LAST_MODIFIEDdocstring to a clearer Pythonic docstring. Assisting tool: Claude Haiku 4.5 @valemm13 (Issue #​1244 <https://github.com/collective/icalendar/issues/1244>_)Issue #​1259 <https://github.com/collective/icalendar/issues/1259>_)Issue #​1397 <https://github.com/collective/icalendar/issues/1397>_)Calendar.new <icalendar.cal.calendar.Calendar.new>automatically sets not only required, but recommended properties too. @scop (Issue #​1459 <https://github.com/collective/icalendar/issues/1459>_)Issue #​1463 <https://github.com/collective/icalendar/issues/1463>_)change-login Contribute documentation for how to avoid a filename conflict when adding a change log entry. @stevepiercyCalendar.from_ical <icalendar.cal.calendar.Calendar.from_ical>as a direct :class:~icalendar.cal.calendar.CalendarAPI member so Sphinx can link to it from the custom components guide. Prepared with AI assistance. @xjn2005Internal changes
towncrier <https://pypi.org/project/towncrier/>_ to development dependencies. @stevepiercy (Issue #​1256 <https://github.com/collective/icalendar/issues/1256>_)Internal changes