Skip to content

Releases: FHPythonUtils/LicenseCheck

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)

2023

03 Jan 23:56
Compare
Choose a tag to compare

2023

2022.3.2

30 Dec 23:26
Compare
Choose a tag to compare

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_X for GPL without a defined version
  • Minor refactoring eg renaming functions
  • Make namever consistent
  • Add regression tests

2022.3.1

30 Dec 20:47
Compare
Choose a tag to compare

2022.3.0+1 - 2022/12/30

  • Combined PackageCompat and PackageInfo to a @dataclass of PackageInfo
  • get_deps.py and packageinfo.py use sets in-place of lists. NOTE: list(depsWithLicenses) is passed to formatter.py (which expects lists of PackageInfo)

2022.2

22 Oct 00:53
Compare
Choose a tag to compare

2022.2.0 - 2022/10/22

2022

14 Jan 21:40
Compare
Choose a tag to compare

2022 - 2022/01/14

2021.5.2

09 Jan 21:21
Compare
Choose a tag to compare
  • Compatible with pip 21.3
  • Code quality improvements

2021.5

14 Sep 19:31
Compare
Choose a tag to compare
  • Add -u poetry:dev to command-line to include dev packages (excluded by default) per #16
  • Add support for proprietary license per #15
  • Raise RuntimeError if missing license and classifier #14
  • Quality improvements to license_matrix.py
  • Add additional examples to readme
  • Support pre-commit-hooks #8