Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pip-licenses to 5.0.0 #173

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pyup-bot
Copy link
Collaborator

This PR updates pip-licenses from 3.5.1 to 5.0.0.

Changelog

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](https://peps.python.org/pep-0503/) 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`

4.1.0

* Support case-insensitive license name matching around `--fail-on` and `--allow-only` parameters

4.0.3

* Escape unicode output (to e.g. `&123;`) in the html output

4.0.2

* Add type annotations and code formatter

4.0.1

* Fix "pip-licenses" is missing in output of `pip-licenses --with-system` option

4.0.0

* Support for Python 3.11
* Dropped support Python 3.7
* Migrate Docker base image from Alpine to Debian 11-slim
* Breaking changes
 * Does not work with PTable and depends on prettytable
 * Depend on importlib\_metadata rather than pip

3.5.5

* Search for path defined in [PEP 639](https://peps.python.org/pep-0639/) with `--with-license-file` option
* Dropped support Python 3.6

3.5.4

* Skip directories when detecting license files

3.5.3

* Support pip 21.3 or later

3.5.2

* Ignore spaces around `--fail-on` and `--allow-only` parameters
Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant