Path to this page:
./
security/py-cyclonedx-python-lib,
Python library for generating CycloneDX SBOMs
Branch: CURRENT,
Version: 8.5.0,
Package name: py312-cyclonedx-python-lib-8.5.0,
Maintainer: pkgsrc-usersThis CycloneDX module for Python can generate valid CycloneDX
bill-of-material document containing an aggregate of all project
dependencies.
This module is not designed for standalone use.
Master sites:
Filesize: 1109.514 KB
Version history: (Expand)
- (2024-11-24) Updated to version: py312-cyclonedx-python-lib-8.5.0
- (2024-10-30) Updated to version: py312-cyclonedx-python-lib-8.4.0
- (2024-10-22) Updated to version: py312-cyclonedx-python-lib-8.0.0
- (2024-10-12) Updated to version: py312-cyclonedx-python-lib-7.6.2
- (2024-09-22) Updated to version: py312-cyclonedx-python-lib-7.6.1
- (2024-08-20) Updated to version: py312-cyclonedx-python-lib-7.6.0
CVS history: (Expand)
2024-11-24 11:22:16 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-cyclonedx-python-lib: update to 8.5.0.
Documentation
docs: remove invalid docsting note about auto-assigned bom-ref values (#733) \
(5aa5787)
Feature
feat: support CycloneDX 1.6.1 (#742)
What's Changed
docs: remove invalid docsting note about auto-assigned bom-ref values by \
@jkowalleck in #733
chore(deps-dev): update flake8-bugbear requirement from 24.8.19 to 24.10.31 \
by @dependabot in #734
chore(deps-dev): update tomli requirement from 2.0.2 to 2.1.0 by @dependabot \
in #739
feat: support CycloneDX 1.6.1 by @jkowalleck in #742
|
2024-10-30 15:35:34 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-cyclonedx-python-lib: update to 8.4.0.
8.4.0
Feature
feat: add factory method XsUri.make_bom_link() (#728)
Fix
fix: no warning for missing dependencies if no component exists (#720)
Docs
docs: fix Definitions docstring (#731)
## v8.3.0 (2024-10-26)
### Documentation
* docs: revisit examples readme (#725)
### Feature
* feat: add basic support for Definitions (#701)
## v8.2.1 (2024-10-24)
### Fix
* fix: encode quotation mark in URL (#724)
## v8.2.0 (2024-10-22)
### Feature
* feat: Add Python 3.13 support (#718)
## v8.1.0 (2024-10-21)
### Documentation
* docs: fix code examples regarding outputting (#709)
### Feature
* feat: add support for Lifecycles in BOM metadata (#698)
|
2024-10-22 09:55:51 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
py-cyclonedx-python-lib: update to 8.0.0.
### Documentation
* docs(chaneglog): omit chore/ci/refactor/style/test/build (#703)
* docs: rephrase migration paths
### Unknown
* rework tools xml deserializer (#700)
|
2024-10-12 10:55:12 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-cyclonedx-python-lib: update to 7.6.2.
chore: trusted publishing (#695)
docs: fix some doc strings
fix: behavior of and typing for crypto setters with optional values (#694)
|
2024-09-22 17:45:02 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-cyclonedx-python-lib: update to 7.6.1.
Fix
fix: file copyright headers (#676)
utilizes flake8 plugin
<https://pypi.org/project/flake8-copyright-validator/> to assert the
correct headers
|
2024-08-19 23:22:06 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-cyclonedx-python-lib: update to 7.6.0.
feat: HashType.from_composite_str for Blake2b, SHA3, Blake3 (#663)
The code mistreated hashes for Blake2b and SHA3.
Code for explicitly handling SHA1 & BLAKE3 was added, as those have no
variants defined in the CycloneDX specification.
fixes #652
|
2024-07-14 15:41:49 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-cyclonedx-python-lib: update to 7.5.1.
fix: XML serialize normalizedString and token properly (#646)
|
2024-07-07 16:39:09 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-cyclonedx-python-lib: update to 7.5.0.
v7.5.0 (2024-07-04)
feat: add workaround property for v1.5 and v1.6 (#642)
style: model args - one per line (#643)
|