Commits
User selector
Commit history
Commits on Jul 29, 2021
more cleanups addressing review comments
Show description for 5b40ececommittedadd some context
Show description for 19d8a39committeduse error message
Show description for 302255ecommittedcreate error message objects
Show description for 0844b34committedintroduce message handler
Show description for 9fa8a27committed
Commits on Jul 28, 2021
Commits on Jul 26, 2021
fix commandline usage
Show description for 3efab86committed
Commits on Jul 22, 2021
Added missing FileType values allowed by spec
Show description for e82e29bcommittedautogenerate ExtractedLicense is not found in the data
Show description for 03174b6committedadd more coherency between parser to the default value for license full names
Show description for 11749fccommitted
Commits on Jul 21, 2021
Fix uninitialized variable warning
Show description for 3806abbcommittedFix comparison of UnKnown object leading to spurious difference in tests
Show description for 7586612committedfactorize convertor
Show description for 56d1616committedfactorize the parsing format detection
Show description for f8a98b0committed
Commits on Jul 2, 2021
some more if PY[23] removal
Show description for 565882acommittedremove some if PY2
Show description for 607a9c3committedremove from __future__
Show description for a76ded1committedremove six imports
Show description for 7a9fb9fcommittedsix.text_type -> str
Show description for c3de47acommittedstring_types -> str
Show description for 3221a99committedziplongest is in itertools
Show description for 08ff7fccommittedfrom six.moves import reduce -> functools
Show description for 8f8ced1committedsix.string_types -> str
Show description for 68aed88committedsimplify isinstance(six.string_types, six.text_type) -> isinstance(str)
Show description for c151d38committed
Commits on Jun 11, 2021
Remove trailing comment
Show description for 2c8fcd2andcommittedmore pythonic expression
Show description for 9946887authored andcommittedverif_node can exist only if files_analyzed is not False
Show description for 83ebf8bauthored andcommittedmissing error message for PKG_VERF_CODE_VALUE
Show description for 5540c49authored andcommittedfiles_analyzed is boolean, not string!
Show description for be8e0e1authored andcommittedfix validation errors when files_analyzed is False - solve issue #149
Show description for 2a79667authored andcommitted
Commits on Jun 8, 2021
Add parser support for multiple packages.
Show description for d8562f3committed
Jeff LicquiaAdd writer support for multiple packages.
Show description for c05d6a2committed
Jeff LicquiaSupport multiple Packages in a Document.
Show description for 9464c79committed
Jeff Licquia
Commits on Jun 1, 2021
Merge pull request #82 from mzfr/fix-typo
Show description for e7d7137authored