From 4e5612448922f834d19d1be1b317501a923e43e5 Mon Sep 17 00:00:00 2001 From: raimon Date: Thu, 11 Jul 2024 18:52:00 +0900 Subject: [PATCH 1/5] Fix internal page link ancor (a little fix) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbb91b5..4fa68d0 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Dump the software license list of Python packages installed with pip. * [Option: fail\-on](#option-fail-on) * [Option: allow\-only](#option-allow-only) * [Option: partial\-match](#option-partial-match) - * [pyproject.toml support](#pyproject-toml-support) + * [pyproject.toml support](#pyprojecttoml-support) * [More Information](#more-information) * [Dockerfile](#dockerfile) * [About UnicodeEncodeError](#about-unicodeencodeerror) From e65760f213e8c0c952a420f3f0bb2e0da3c3148d Mon Sep 17 00:00:00 2001 From: raimon Date: Thu, 11 Jul 2024 18:53:54 +0900 Subject: [PATCH 2/5] Add external packages that depend on it at runtime --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c5d99a7..bbfc990 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ The design policy of `pip-licenses` is as follows. * Focus only on outputting license information of Python packages installed in user's environment. * Support Python 3.8 or later. -* External packages that depend on runtime are [prettytable](https://pypi.org/project/prettytable/) only. +* External packages that depend on runtime are [prettytable](https://pypi.org/project/prettytable/) and [tomli](https://pypi.org/project/tomli/) only. * Expect to be able to use [importlib\_metadata](https://importlib_metadata.readthedocs.io/) APIs. ## Setup From 0915817ea872ae92c3a673f10ccff5be04eb3842 Mon Sep 17 00:00:00 2001 From: raimon Date: Thu, 11 Jul 2024 18:58:23 +0900 Subject: [PATCH 3/5] Bump version to 4.5.0 --- CHANGELOG.md | 4 ++++ piplicenses.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f90d92e..b9f458d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## CHANGELOG +### 4.5.0 + +* Implement new feature pyproject.toml support + ### 4.4.0 * Implement new option `--partial-match` diff --git a/piplicenses.py b/piplicenses.py index f8fe306..3463666 100755 --- a/piplicenses.py +++ b/piplicenses.py @@ -57,7 +57,7 @@ open = open # allow monkey patching __pkgname__ = "pip-licenses" -__version__ = "4.4.0" +__version__ = "4.5.0" __author__ = "raimon" __license__ = "MIT" __summary__ = ( From adddac8fa0a5de8f4c895cd56eba3685ac027da3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 00:31:55 +0000 Subject: [PATCH 4/5] Bump certifi from 2023.7.22 to 2024.7.4 Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2024.7.4. - [Commits](https://github.com/certifi/python-certifi/compare/2023.07.22...2024.07.04) --- updated-dependencies: - dependency-name: certifi dependency-type: indirect ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 555fad7..15cce6f 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -14,7 +14,7 @@ bleach==5.0.1 # via readme-renderer build==0.9.0 # via pip-tools -certifi==2023.7.22 +certifi==2024.7.4 # via requests cffi==1.15.1 # via cryptography From 41f52cc6f11e768813c156c9b3ac055d7e760d4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 18:05:35 +0000 Subject: [PATCH 5/5] Bump zipp from 3.11.0 to 3.19.1 Bumps [zipp](https://github.com/jaraco/zipp) from 3.11.0 to 3.19.1. - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst) - [Commits](https://github.com/jaraco/zipp/compare/v3.11.0...v3.19.1) --- updated-dependencies: - dependency-name: zipp dependency-type: indirect ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 15cce6f..3349e22 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -151,7 +151,7 @@ wheel==0.38.4 # via # -r dev-requirements.in # pip-tools -zipp==3.11.0 +zipp==3.19.1 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: