0.53.4#705
Merged
Merged
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 pull request introduces several updates to the
ooodevlibrary, including improvements to type annotations, a new utility method for version parsing, and corresponding tests. It also includes a version bump for the library. Below is a summary of the most important changes:Enhancements to Utilities and Type Annotations
@overloadannotations with explicit method definitions forget_reg_item_propandis_type_enum_multifunctions, improving clarity and maintainability of type annotations inooodev/utils/info.py. [1] [2]New Features
classpropertyversion_infotoInfoinooodev/utils/info.py, which provides the running LibreOffice version as a tuple. This is accompanied by a new static methodparse_version_string_to_int_tuplefor parsing version strings into tuples.Testing Enhancements
test_parse_version_string_to_int_tuple, intests/test_info/test_info.pyto validate the behavior of theparse_version_string_to_int_tuplemethod, covering various edge cases and input types.Version Update
pyproject.tomlfrom0.53.3to0.53.4to reflect the new features and changes.