Releases: FHPythonUtils/LicenseCheck
Releases · FHPythonUtils/LicenseCheck
2024.3
2024.2
2024.1.5
2024.1.5 - 2024/04/04
- fix critical TypeError: can only join an iterable
2024.1.4
2024.1.4 - 2024/03/30
-
fix critical #75 where importlib.metadata.PackageMetadata.json does not exist in Python < 3.10
py311: OK (7.55=setup[5.89]+cmd[1.66] seconds) py310: SKIP (0.02 seconds) py39: SKIP (0.02 seconds) py38: OK (6.23=setup[4.30]+cmd[1.94] seconds) congratulations :) (13.95 seconds)
2024.1.3
2024.1.2
2024.1.2 - 2024/03/20
- fix: use
appdirs
for storing the db forrequests_cache
2024.1.1
2024.1.1 - 2024/03/17
- Update Matrix for AGPL_3_PLUS
2024.1
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()
tocli.py
- add tests for the main entry point
- update deps
2024
2024 - 2024/01/07
- update dependencies
2023.5.2
2023.5.2 - 2023/12/01
- fix: crash when a namespace doesn't exist #65
- fix: add support for double quotes in extras #64,
thanks https://github.com/arunkumarpandian