| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2023-04-14 | 1.0 kB | |
| v2 release.tar.gz | 2023-04-14 | 10.8 kB | |
| v2 release.zip | 2023-04-14 | 15.5 kB | |
| Totals: 3 Items | 27.3 kB | 0 | |
Release breaks backward compatibility by adding a mandatory Misc column to the reports no matter the verbosity level. See Changed sections for more details.
Changed
Misccolumn no longer depends on the verbosity level and is always shown. Forstdoutreports (default format) visibility of the column can be suppresed via customformatter(e.g.%s %s %sto show only first three columns)- Default
formatteroption spans 4 columns (Dependency,License name,License type,Misc) and equals to%-35s %-55s %-20s %-40s. totalsreport formatting assumes that the first two columns delimited with the same separator; the first separator is used (by default a single space)
Added
- Report output input field
report-formatto supportstdout(default tabular report printed to the standard output),json,json-prettyandcsvformats
Fixed
- Address the bug with supporting
BigIntegerin epoch, major, minor, and patch parts of the Python-native package versions