Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
f6430ec
feat: prepare "contrib" area
jkowalleck Nov 26, 2025
a8a4190
feat: prepare "contrib" area
jkowalleck Nov 27, 2025
0e68f6e
feat: prepare "contrib" area
jkowalleck Nov 27, 2025
3c2ad7d
feat: prepare "contrib" area
jkowalleck Nov 28, 2025
3947eb7
feat: prepare "contrib" area
jkowalleck Nov 28, 2025
885d47e
feat: prepare "contrib" area
jkowalleck Nov 28, 2025
bd37a9e
feat: prepare "contrib" area
jkowalleck Nov 28, 2025
119690d
feat: prepare "contrib" area
jkowalleck Nov 28, 2025
562049c
feat: prepare "contrib" area
jkowalleck Nov 28, 2025
ef83a07
feat: prepare "contrib" area
jkowalleck Nov 28, 2025
7d14191
feat: prepare "contrib" area
jkowalleck Nov 28, 2025
b88d831
feat: prepare "contrib" area
jkowalleck Nov 28, 2025
28b94a7
feat: prepare "contrib" area
jkowalleck Nov 28, 2025
66d199c
feat: prepare "contrib" area
jkowalleck Nov 28, 2025
c1abdc3
feat: prep contrib
jkowalleck Nov 30, 2025
f8c43e6
feat: prepare "contrib" area
jkowalleck Nov 30, 2025
c0ca9bc
feat: prepare "contrib" area
jkowalleck Dec 1, 2025
be8d607
feat: prepare "contrib" area
jkowalleck Dec 1, 2025
840fbd4
feat: prepare "contrib" area
jkowalleck Dec 1, 2025
f61abe9
feat: prepare "contrib" area
jkowalleck Dec 1, 2025
5b98ab4
feat: prepare "contrib" area
jkowalleck Dec 1, 2025
07c2a70
feat: prepare "contrib" area
jkowalleck Dec 1, 2025
0e36aac
feat: prepare "contrib" area
jkowalleck Dec 1, 2025
bccb7e3
feat: prepare "contrib" area
jkowalleck Dec 1, 2025
ff0e11d
typos
jkowalleck Dec 2, 2025
9436747
typos
jkowalleck Dec 2, 2025
0d0443d
typos
jkowalleck Dec 2, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: prepare "contrib" area
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed Dec 1, 2025
commit bccb7e3e362a09eb8f5349179fdfcdcf01372a38
2 changes: 2 additions & 0 deletions cyclonedx/builder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@

"""
Builders used in this library.

.. deprecated:: next
"""
5 changes: 4 additions & 1 deletion cyclonedx/builder/this.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) OWASP Foundation. All Rights Reserved.

"""Representation of this very python library."""
"""Representation of this very python library.

.. deprecated:: next
"""

__all__ = ['this_component', 'this_tool']

Expand Down
2 changes: 2 additions & 0 deletions cyclonedx/exception/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

"""
Exceptions relating to specific conditions that occur when factoring a model.

.. deprecated:: next
"""

__all__ = ['CycloneDxFactoryException', 'LicenseChoiceFactoryException',
Expand Down
2 changes: 2 additions & 0 deletions cyclonedx/factory/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@

"""
Factories used in this library.

.. deprecated:: next
"""
4 changes: 4 additions & 0 deletions cyclonedx/factory/license.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) OWASP Foundation. All Rights Reserved.

"""
.. deprecated:: next
"""

__all__ = ['LicenseFactory']

import sys
Expand Down
Loading