Skip to content

Releases: raimon49/pip-licenses

4.4.0

28 Mar 15:26
fcfe59d
Compare
Choose a tag to compare
  • Implement new option --partial-match

4.3.4

20 Jan 02:53
05bd8e2
Compare
Choose a tag to compare
  • Maintain to pass test with wcwidth>=0.2.10

4.3.3

20 Sep 01:21
8a4b453
Compare
Choose a tag to compare
  • Always terminate --allow-only and --fail-on messages with a newline
  • Always terminate files created with --output-file with a newline

4.3.2

21 May 03:00
0ed0524
Compare
Choose a tag to compare
  • Better handling extracting URLs from Project-URL

4.3.1

04 May 02:37
0849781
Compare
Choose a tag to compare
  • Fix to treat package names as normalized as in PEP 503 with --packages and --ignore-packages option

4.3.0

25 Apr 08:19
925933d
Compare
Choose a tag to compare
  • Implement new option --no-version

4.2.0

12 Apr 11:30
ca3160d
Compare
Choose a tag to compare
  • Implement new option --with-maintainers
  • Implement new option --python
  • Allow version spec in --ignore-packages parameters
  • When the Author field is UNKNOWN, the output is automatically completed from Author-email
  • When the home-page field is UNKNOWN, the output is automatically completed from Project-URL

4.1.0

02 Mar 12:38
471fc3d
Compare
Choose a tag to compare
  • Support case-insensitive license name matching around --fail-on and --allow-only parameters

4.0.3

08 Dec 12:06
e6d71c6
Compare
Choose a tag to compare
  • Escape unicode output (to e.g. {) in the html output

4.0.2

04 Dec 04:12
8d0c114
Compare
Choose a tag to compare
  • Add type annotations and code formatter