Skip to content

Commit 8793940

Browse files
committed
py-cyclonedx-python-lib: update to 10.0.1.
## v10.0.1 (2025-05-10) ### Bug Fixes - Add missing comparator for VulnerabilityAnalysis When trying to generate a CycloneDX BOM that has two vulnerabilities that only differ in their analysis, you get ``` TypeError: '<' not supported between instances of 'VulnerabilityAnalysis' and 'VulnerabilityAnalysis' ``` This PR adds the `__lt__` method for the VulnerabilityAnalysis model to fix sorting and also includes a test case to verify the fix. ### Documentation - **fix**: Mdformat
1 parent e1381f0 commit 8793940

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

security/py-cyclonedx-python-lib/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.48 2025/04/28 10:41:12 wiz Exp $
1+
# $NetBSD: Makefile,v 1.49 2025/05/11 10:25:33 wiz Exp $
22

3-
DISTNAME= cyclonedx_python_lib-10.0.0
3+
DISTNAME= cyclonedx_python_lib-10.0.1
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
55
CATEGORIES= security python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cyclonedx-python-lib/}
@@ -22,8 +22,8 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-xmldiff>=2.6.3:../../textproc/py-xmldiff
2222

2323
USE_LANGUAGES= # none
2424

25-
# as of 10.0.0
26-
# 20 failed, 5299 passed, 511 warnings
25+
# as of 10.0.1
26+
# 20 failed, 5300 passed, 511 warnings
2727

2828
.include "../../lang/python/wheel.mk"
2929
.include "../../mk/bsd.pkg.mk"
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.41 2025/04/28 10:41:12 wiz Exp $
1+
$NetBSD: distinfo,v 1.42 2025/05/11 10:25:33 wiz Exp $
22

3-
BLAKE2s (cyclonedx_python_lib-10.0.0.tar.gz) = 6534bff0438ccd640414d4e8bcf99a56dac78a084b2bcab5dd79addc09fb8726
4-
SHA512 (cyclonedx_python_lib-10.0.0.tar.gz) = 53a2d7e162e0700bd66c8099ac3938a52c1b0f595dd772c34a03bfa408bb92aeb78e3043ceaa26bbc151b4565e53aa5e21fb78943cced33d84e6ce5ee88885bc
5-
Size (cyclonedx_python_lib-10.0.0.tar.gz) = 1033605 bytes
3+
BLAKE2s (cyclonedx_python_lib-10.0.1.tar.gz) = b3b496f2c81bf9708ff551e02498e206f5e5a08e8c75b8dd075bc885dc2bb299
4+
SHA512 (cyclonedx_python_lib-10.0.1.tar.gz) = 8a97aba83e270f61bc855baccf46f3a9b0180d573dc34c8a0705f109729c32cc4b743c1a13276fa58c3dad640ebedb274504280f4cc0e1c38956465fde16bf45
5+
Size (cyclonedx_python_lib-10.0.1.tar.gz) = 1034166 bytes

0 commit comments

Comments
 (0)