Releases: raimon49/pip-licenses
Releases · raimon49/pip-licenses
5.0.0
- Dropped support Python 3.8
- Clarified support for Python 3.12
- Migration pyproject.toml about this package
- Breaking changes
- Implicitly depends on tomli library since version 4.5.0
4.5.1
- Fixes "tomli" to be output only with
--with-system
option
4.5.0
- Implement new feature pyproject.toml support
4.4.0
- Implement new option
--partial-match
4.3.4
- Maintain to pass test with wcwidth>=0.2.10
4.3.3
- Always terminate
--allow-only
and --fail-on
messages with a newline
- Always terminate files created with
--output-file
with a newline
4.3.2
- Better handling extracting URLs from
Project-URL
4.3.1
- Fix to treat package names as normalized as in PEP 503 with
--packages
and --ignore-packages
option
4.3.0
- Implement new option
--no-version
4.2.0
- Implement new option
--with-maintainers
- Implement new option
--python
- Allow version spec in
--ignore-packages
parameters
- When the
Author
field is UNKNOWN
, the output is automatically completed from Author-email
- When the
home-page
field is UNKNOWN
, the output is automatically completed from Project-URL