Skip to content

Releases: priv-kweihmann/oelint-parser

Release 1.0.10

06 Mar 15:01
Compare
Choose a tag to compare

Fixes

  • #12 - Fix IsMultiLine() function in item class

Release 1.0.9

26 Feb 13:26
Compare
Choose a tag to compare

Fixes

  • #11 - remove leftover debug from previous release

Release 1.0.8

25 Feb 10:11
Compare
Choose a tag to compare

New

  • is_image and is_packagegroup function in helpers module. Those help identify if a recipe is a "normal" recipe, an image or a packagegroup

Release 1.0.7

20 Dec 18:10
Compare
Choose a tag to compare

New

  • #9 - support for export statement - Use Export class

Fixes

  • #10 - Line attribute should be r/w

Release 1.0.6

13 Nov 15:08
Compare
Choose a tag to compare

Fixes

Release 1.0.5

23 Oct 17:35
Compare
Choose a tag to compare

New

  • #6 python 3.9 support

Release 1.0.4

18 Oct 10:09
Compare
Choose a tag to compare

API change

  • #5 cls_item.Item.Raw and cld_item.Variable.VarValue are now r/w

Release 1.0.3

17 Oct 18:10
Compare
Choose a tag to compare

Fixes

  • fix safe_linesplit static method

Release 1.0.2

17 Oct 18:01
Compare
Choose a tag to compare

Fixes

  • Add missing MANIFEST.in for pypi release

Release 1.0.1

17 Oct 10:40
Compare
Choose a tag to compare

Fixes

  • #4 - add RealRaw attribute to provide inline code blocks through the parser