chore(deps): update icalendar to v7#440
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
8130006 to
4914435
Compare
e06cf98 to
77cdccd
Compare
77cdccd to
5ddc9cf
Compare
5ddc9cf to
a077b75
Compare
a077b75 to
4c29e04
Compare
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:
>=5,<7→>=7,<8Release Notes
collective/icalendar (icalendar)
v7.1.0Compare Source
Minor changes
~icalendar.param.string_parameterto Google style. :issue:1072, :pr:1316sphinx-buildwith-Wto turn warnings into errors. :issue:1306sphinx-llms-txt <https://sphinx-llms-txt.readthedocs.io/en/stable/>_ extension to generate :file:llms.txtand :file:llms-full.txtfiles for AI/LLM documentation consumption. :issue:13021277Makefilein documentation workflow path filters so documentation CI runs when Makefile logic changes, and keep Vale failures visible in CI output. :issue:12771290sphinx-icalendar <https://sphinx-icalendar.readthedocs.io/en/latest/>_. :pr:12681119~icalendar.prop.uri.vUriand :class:~icalendar.enums.RELTYPEclasses in :file:attr.py. :issue:1158attr.pyand :file:cal/calendar.pyto Google Style format. :issue:1072../explanation/api-designdocumentation. :issue:116112621214vTextproperties according to :rfc:5545#section-3.3.11. :issue:742icalendar.caselessdictto Google Style format withParameters,Returns,Raises, andExamplesections as appropriate. :issue:1072~icalendar.cal.component.Component.add_componentlink in :attr:~icalendar.cal.availability.Availability.available. :issue:1158pycal.org issue #​24 <https://github.com/pycalendar/pycal.org/issues/24>_.11021292categories_property, which renders to HTML in :attr:Calendar.categories <icalendar.cal.calendar.Calendar.categories>, :attr:Event.categories <icalendar.cal.event.Event.categories>, :attr:Journal.categories <icalendar.cal.journal.Journal.categories>, and :attr:Todo.categories <icalendar.cal.todo.Todo.categories>. :issue:1244icalendar.cal.component.Component._infer_value_type. :issue:1158, :pr:1344v7.0.3Compare Source
Minor changes
icalendaras a local workspace dependency to thedocsdependency group in :file:pyproject.tomlto fix dependency resolution issues withuv lockduring documentation builds. :issue:1253:pr:1254sphinx-icalendarto add syntax highlighting to iCalendar textv7.0.2Compare Source
Minor changes
str,int, and other classes and methods in the Python standard library from the documentation.v7.0.1Compare Source
Minor changes
1194756cli.py. :issue:938v7.0.0Compare Source
Minor changes
977DURATION_REGEXmoved from :mod:icalendar.propto :mod:icalendar.prop.dt.duration. :issue:987WEEKDAY_RULEmoved from :mod:icalendar.propto :mod:icalendar.prop.recur.weekday. :issue:987tzid_from_dtandtzid_from_tzinfofrom :mod:icalendar.propas they exist in :mod:icalendar.timezone. :issue:987Component.decodednow returns a string instead of bytes for text properties.FOLD,NAME,NEWLINE,QUNSAFE_CHAR,QUOTABLE,UFOLD, andUNSAFE_CHARfrom :mod:icalendar.parser's export. :issue:987New features
~icalendar.alarms.AlarmTimeclass. :issue:1072~icalendar.prop.vBrokenand thecomponent.errorsattribute. :issue:1085icalendar.parserto follow the Google Style guide, improving API documentation clarity and consistency. :issue:1072icalendar.toolsutility functions with Args, Returns, and Example sections. :issue:107210351043more than one target found for cross-referencewarnings, and stopped usingsphinx.ext.autosectionlabel, in documentation. :issue:952funding.jsonmanifest for funding information. :issue:1047Cannot resolve forward reference in type annotationswarning in documentation.Added
SPHINX_APIDOC_OPTIONStomake apidoccommand, excluding__all__items from being duplicated in the documentation, and rebuilt the API documentation source files.:issue:
952130443991124:issue:
1006:issue:
1004~icalendar.parser_tools:issue:
10171147997109110769069961080__init__methods. :issue:107911061095CONTRIBUTING.rstto explicitly state not to use Args sections in docstrings. :issue:1076vInt.__new__method parameters in class docstring with :rfc:5545examples. :issue:1118make valecommand to provide guidance on failure or success. :issue:1137sphinx_copybuttonconfiguration to exclude line numbers, prompts, and console output when copying code blocks.--to en dash-,---to em dash—, and...to ellipsis…, but doesn't transform quote marks as they should be preserved.This restores cleaner and consistent rendering of docstrings in the :doc:
API Reference <../reference/api/icalendar>.See
smartquotes_action <https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-smartquotes_action>_.Component.from_ical <icalendar.cal.component.Component.from_ical>. :issue:1141docs/how-to/usage.rstdocumentation. Part of :issue:11581165CaselessDict, displaying all of its class members in the in-page navigation.Fixed broken cross-component links in
Availability.new(). :issue:994__init__method into its class docstring. :issue:1156