Releases: stefan6419846/license_tools
Releases · stefan6419846/license_tools
v0.15.0
v0.14.0
- Allow API users to modify the e-mail and URL retrieval limit.
v0.13.2
- Fix faulty workaround condition which accidentally was inverted.
v0.13.1
- Add short-term workaround for the archive extraction setting the timezone to UTC. Set the environment variable
LICENSE_TOOLS_DISABLE_TZ_WORKAROUND=true
if you want to disable this workaround.
v0.13.0
- Drop support for Python 3.8.
- Add support for retrieving image metadata by using
exiftool
. - Fix compatibility with
scancode_toolkit==32.3.0
. This is the minimum supported version now as well. - Fix tests by requiring
pip-licenses-lib>=0.4.0
.
v0.12.0
Fix compatibility with rpmfile>=2.1.0
. This is the minimum supported version now as well.
v0.11.1
Make RPM handling compatible to scancode_toolkit>=32.2.0
.
v0.11.0
- Prefer logging over printing.
- Move download functionality to dedicated methods.
- Make
Cargo.toml
metadata parsing optional. - Add library-only option to keep unpacked archive directories.
- Fix handling of permissions for RPM files.
- Migrate to
pip-licenses-lib>=0.3.0
.
v0.10.0
- Add handling for Rust crates
- Automatically download the packages referenced in a given
Cargo.lock
file. - Parse the metadata of
Cargo.toml
files.
- Automatically download the packages referenced in a given
- Allow setting the log level for the CLI.
- Add option to prefer/download source distributions from PyPI instead of wheels.
- Migrate from
setup.py
topyproject.toml
. - Add Read the Docs configuration.
v0.9.0
- Add support for
.egg-info
files for retrieving Python metadata. - Fix compatibility with
scancode_toolkit==32.1.0
. This is the minimum supported version now as well. - Rename
master
branch tomain
.