Releases: FHPythonUtils/LicenseCheck
Releases · FHPythonUtils/LicenseCheck
2023.1.4
2023.1.4 - 2023/06/26
- Update format to output info and detected package license
- Bump dep versions
2023.1.2
2023.1.1
2023
2023
- Fix: #26
- Fix python 3.8 compatibility, thanks https://github.com/NicolaDonelli !
2022.3.2
2022.3.2 - 2022/12/30
- Fix: use constant
JOINS(";; ") in place of hardcoded ", " string to avoid splitting single license with commas - Fix: Add
GPL_Xfor GPL without a defined version - Minor refactoring eg renaming functions
- Make namever consistent
- Add regression tests
2022.3.1
2022.3.0+1 - 2022/12/30
- Combined
PackageCompatandPackageInfoto a@dataclassofPackageInfo get_deps.pyandpackageinfo.pyuse sets in-place of lists. NOTE:list(depsWithLicenses)is passed toformatter.py(which expects lists ofPackageInfo)
2022.2
2022.2.0 - 2022/10/22
- Add support for
setup.cfg#21
(thank you https://github.com/NicolaDonelli for the code :)) - Use rich for table rendering #20
2022
2021.5.2
- Compatible with pip 21.3
- Code quality improvements