Skip to content

Releases: FHPythonUtils/LicenseCheck

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)

2023.1.4

26 Jun 14:42
Compare
Choose a tag to compare

2023.1.4 - 2023/06/26

  • Update format to output info and detected package license
  • Bump dep versions

2023.1.2

24 Jun 15:34
Compare
Choose a tag to compare

2023.1.2 - 2023/06/24

2023.1.1

07 Mar 00:35
Compare
Choose a tag to compare

2023.1.1 - 2023/03/07

  • Merge PR #33
    (implements feature: Support for PEP631: Declaring dependencies in pyproject.toml enhancement)
  • Fix crash if setup.cfg exists with no metadata section
    (#34)