Pip License Checker Versions Save

Check license types for third-party dependencies: permissive, copyleft, proprietory, etc.

0.48.0

1 year ago

[0.48.0] - 2023-04-28

Changed

0.47.0

1 year ago

[0.47.0] - 2023-04-14

Changed

  • Docker base image's pinned sha256 digest removed for quicker and easier security updates

Fixed

  • Clojure package org.pilosus/pip-license-checker to be updated since the release 0.45.0

0.46.0

1 year ago

Fixed

  • Address the bug with supporting BigInteger in epoch, major, minor, and patch parts of the Python-native package versions (#136)

0.45.0

1 year ago

Release breaks backward compatibility by adding mandatory Misc column to the reports. See Changed sections for more details.

Changed

  • Misc column no longer depends on the verbosity level and is always shown. For stdout reports (default format) visibility of the column can be suppresed via custom formatter (e.g. %s %s %s to show only first three columns)
  • Default --formatter option spans 4 columns (Dependency, License name, License type, Misc) and equals to %-35s %-55s %-20s %-40s.
  • --totals 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 format option --report-format to support stdout (default tabular report printed to the standard output), json, json-pretty and csv formats (#90)

0.44.0

1 year ago

Fixed

  • Allow pre-release versions for Python native packages in case of exact equal (==) or arbitrary string equal (===) specifiers (#132)

0.43.0

1 year ago

Fixed

Changed

  • Verbosity level is defined by number of -v (or --verbose) options: errors only -v; info and errors -vv; debug, info and errors -vvv
  • Fallback to GitHub API for license detection is visible for info verbosity level (#89)

0.42.1

1 year ago

[0.42.1] - 2023-01-15

Fixed

  • Addressed a bug in Python package version parsing for PEP517-non-compliant package filenames #123

Previous releases CHANGELOG.