Releases: priv-kweihmann/oelint-parser
Releases · priv-kweihmann/oelint-parser
6.5.0
What's Changed
- build(deps-dev): bump pytest from 8.3.3 to 8.3.4 by @dependabot in #279
- build(deps-dev): bump twine from 5.1.1 to 6.0.1 by @dependabot in #280
- build(deps-dev): bump flake8-bugbear from 24.10.31 to 24.12.12 by @dependabot in #281
- New directives by @priv-kweihmann in #284
Full Changelog: 6.4.0...6.5.0
6.4.0
What's Changed
- build(deps-dev): update wheel requirement from ~=0.44 to ~=0.45 by @dependabot in #275
- parser: allow / in variable flags by @priv-kweihmann in #277
Full Changelog: 6.3.1...6.4.0
6.3.1
What's Changed
- build(deps): bump regex from 2024.9.11 to 2024.11.6 by @dependabot in #274
Full Changelog: 6.3.0...6.3.1
6.3.0
What's Changed
- build(deps-dev): bump pytest-cov from 5.0.0 to 6.0.0 by @dependabot in #269
- build(deps-dev): bump dlint from 0.15.0 to 0.16.0 by @dependabot in #270
- requirements-dev: drop flake8-logging-format by @priv-kweihmann in #271
- build(deps-dev): bump flake8-bugbear from 24.8.19 to 24.10.31 by @dependabot in #272
- include: add FileIncluded property by @priv-kweihmann in #273
Full Changelog: 6.2.0...6.3.0
6.2.0
What's Changed
- build(deps-dev): bump flake8-comprehensions from 3.15.0 to 3.16.0 by @dependabot in #266
- items: *Stripped attribute are not static by @priv-kweihmann in #268
Full Changelog: 6.1.0...6.2.0
6.1.0
What's Changed
- data: add IMAGE_ROOTFS_MAXSIZE by @priv-kweihmann in #265
- Python 3.13 support by @offa in #264
New Contributors
Full Changelog: 6.0.0...6.1.0
6.0.0
What's Changed
- Improve performance by @priv-kweihmann in #262
This release aims to improve the overall performance of the parser, without any new features
Removed (deprecated functionality)
cls_item.Item.IncludedFrom
cls_item.Item.Links
cls_item.Variable.Flag
cls_item.TaskAssignment
helper_files.get_files
helper_files.get_layer_root
helper_files.find_local_or_in_layer
helper_files._replace_with_known_mirrors
helper_files.get_scr_components
helper_files.safe_linesplit
helper_files.guess_recipe_name
helper_files.guess_base_recipe_name
helper_files.guess_recipe_version
helper_files.expand_term
helper_files.get_valid_package_names
helper_files.get_valid_named_resources
helper_files.is_image
helper_files.is_packagegroup
Full Changelog: 5.1.1...6.0.0
5.1.1
5.1.0
5.0.0
What's Changed
- Parser uses caching where applicable by @priv-kweihmann in #259
- Dropped python 3.8 support
Full Changelog: 4.0.2...5.0.0