Releases: FHPythonUtils/LicenseCheck
Releases · FHPythonUtils/LicenseCheck
2025.1.0
2025.0.1
2025.0.1 - 2025/03/16
- update the cli interface to remove some confusing functionality
- refactor the library / code qa improvements
- Allow for alias of classifier in setup.cfg, thanks https://github.com/ericwb: #106
- Add support for SPDX license expression metadata after PEP 639: #107
- Add use regex/glob pattern to ignore multiple packages, thanks https://github.com/LSerranoPEReN and https://github.com/JulianKimmig: #108
- Prioritise ['project'] table over ['tool.poetry'] in pyproject.toml: #104
- Add option to show only failing packages: #98
2025
Note that this should address many of the open issues, however as the code base is currently being refactored may be less stable/ reliable than typical releases!
2024.3
- Use uv to parse dependencies before falling back to the native resolver
- deprecate the native resolver as many 3rd party libs (uv/pip/poetry) have done better
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