From f8e8ecaed914582fd1e357428296bdb0de48ea69 Mon Sep 17 00:00:00 2001 From: Paul Horton Date: Tue, 7 Mar 2023 14:06:13 +0000 Subject: [PATCH 1/2] BREAKING CHANGE: remove deprecated `cyclonedx-bom` command #488 Signed-off-by: Paul Horton --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3b81c792..1c67bbeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,6 @@ types-toml = "^0.10.0" types-setuptools = ">= 57.0.0" [tool.poetry.scripts] -cyclonedx-bom = 'cyclonedx_py.client:main_deprecated' # deprecated as of https://github.com/CycloneDX/cyclonedx-python/issues/488 cyclonedx-py = 'cyclonedx_py.client:main' [build-system] From 9952b8003d83c0938fb5c7bcb96d8b0813cee54e Mon Sep 17 00:00:00 2001 From: Paul Horton Date: Tue, 7 Mar 2023 14:13:30 +0000 Subject: [PATCH 2/2] doc: updates to remove `cyclonedx-bom` as a command Signed-off-by: Paul Horton --- docs/usage.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/usage.rst b/docs/usage.rst index 1b886d5d..762c84e9 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -10,7 +10,6 @@ Once installed, you can call the tool via the following methods: $ python3 -m cyclonedx_py $ cyclonedx-py - $ cyclonedx-bom # deprecated The full documentation can be issued by running with ``--help``: @@ -83,7 +82,7 @@ Simply run: This will generate a CycloneDX including all packages installed in your current Python environment and output to STDOUT -in XML using the default schema version ``1.3`` by default. +in XML using the default schema version ``1.4`` by default. From your Python application manifest