Skip to content

Releases: FHPythonUtils/LicenseCheck

2024.1

16 Mar 11:31
Compare
Choose a tag to compare

2024.1 - 2024/03/16

  • code improvements
  • fix issue where onlyLicenses logic caused licensecompat to be false when unspecified from the command line
  • move cli() to cli.py
  • add tests for the main entry point
  • update deps

2024

07 Jan 21:02
Compare
Choose a tag to compare

2024 - 2024/01/07

  • update dependencies

2023.5.2

01 Dec 20:24
Compare
Choose a tag to compare

2023.5.2 - 2023/12/01

2023.5.1

21 Sep 17:28
Compare
Choose a tag to compare

2023.5.1 - 2023/09/21

2023.4.3

30 Aug 19:23
Compare
Choose a tag to compare

2023.4.3 - 2023/08/30

  • Add a new flag --skip-dependencies which will exclude from the processing a list of the current project dependencies. Suitable for private dependencies which are only available on a private registry and not on PyPi. Thank you https://github.com/Azraeht :)

2023.4.2

25 Aug 16:42
Compare
Choose a tag to compare

2023.4.2 - 2023/08/25

2023.4.1

20 Aug 13:32
Compare
Choose a tag to compare

2023.4.1 - 2023/08/20

  • Fixed Bug: #55

2023.4

20 Aug 13:16
Compare
Choose a tag to compare

2023.4 - 2023/08/20

2023.3

30 Jul 01:02
Compare
Choose a tag to compare

2023.3 - 2023/07/29

  • Fixed Bug: requirements:requirements.txt reading mode, thank you https://github.com/NicolaDonelli
  • Fixed Bug: Permissive libraries are not compatible with closed licenses. Closes #49
  • Fixed Bug: Unexpected warnings for ignored license. Closes #48
  • New Feature: Support option ignore-licenses in pyproject.toml. Closes #46
  • Performance enhancements
  • Extended test suite

2023.2

28 Jul 01:36
Compare
Choose a tag to compare

2023.2 - 2023/07/28

  • New Feature: Improve error messages (#44)
  • New Feature: Support Transitive Dependencies 1 layer deep (#42)
  • Fixed Bug: Unexpected warnings for ignored license (#48)
  • Fixed Bug: A compatible dual licensed library is shown as incompatible (#47)
  • Fixed Bug: licensecheck gives IndexError: list index out of range (#41)
  • Fixed Bug: Apache2 is shown as incompatible with LGPL3 (#40)