License Expression Versions Save

Utility library to parse, normalize and compare License expressions for Python using a boolean logic engine. For expressions using SPDX or any other license id scheme.

v30.3.0

2 months ago

This is a minor release without API changes:

  • Use latest skeleton
  • Update license list to latest ScanCode and SPDX 3.23
  • Drop support for Python 3.7

What's Changed

Full Changelog: https://github.com/nexB/license-expression/compare/v30.2.0...v30.3.0

v30.2.0

5 months ago

This is a minor release without API changes:

  • Use latest skeleton
  • Update license list to latest ScanCode and SPDX 3.22
  • Add Python 3.12 support in CI

What's Changed

New Contributors

Full Changelog: https://github.com/nexB/license-expression/compare/v30.1.1...v30.2.0

v30.1.1

1 year ago

Minor dot release with support for new license keys added in LicenseDB.

What's Changed

Full Changelog: https://github.com/nexB/license-expression/compare/v30.1.0...v30.1.1

v30.1.0

1 year ago

This release has updates for the latest licenses from scancode-toolkit.

What's Changed

New Contributors

Full Changelog: https://github.com/nexB/license-expression/compare/v30.0.0...v30.1.0

v30.0.0

2 years ago

This is a minor release with API changes

  • Use latest skeleton (and updated configure script)
  • Drop using calver
  • Improve error checking when combining licenses
  • Rename master branch to main