pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/py-cyclonedx-python-lib



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May 11 10:25:33 UTC 2025

Modified Files:
        pkgsrc/security/py-cyclonedx-python-lib: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/security/py-cyclonedx-python-lib/Makefile
cvs rdiff -u -r1.41 -r1.42 pkgsrc/security/py-cyclonedx-python-lib/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-cyclonedx-python-lib/Makefile
diff -u pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.48 pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.49
--- pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.48       Mon Apr 28 10:41:12 2025
+++ pkgsrc/security/py-cyclonedx-python-lib/Makefile    Sun May 11 10:25:33 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2025/04/28 10:41:12 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2025/05/11 10:25:33 wiz Exp $
 
-DISTNAME=      cyclonedx_python_lib-10.0.0
+DISTNAME=      cyclonedx_python_lib-10.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cyclonedx-python-lib/}
@@ -22,8 +22,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-xmldiff>=2
 
 USE_LANGUAGES= # none
 
-# as of 10.0.0
-# 20 failed, 5299 passed, 511 warnings
+# as of 10.0.1
+# 20 failed, 5300 passed, 511 warnings
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/py-cyclonedx-python-lib/distinfo
diff -u pkgsrc/security/py-cyclonedx-python-lib/distinfo:1.41 pkgsrc/security/py-cyclonedx-python-lib/distinfo:1.42
--- pkgsrc/security/py-cyclonedx-python-lib/distinfo:1.41       Mon Apr 28 10:41:12 2025
+++ pkgsrc/security/py-cyclonedx-python-lib/distinfo    Sun May 11 10:25:33 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.41 2025/04/28 10:41:12 wiz Exp $
+$NetBSD: distinfo,v 1.42 2025/05/11 10:25:33 wiz Exp $
 
-BLAKE2s (cyclonedx_python_lib-10.0.0.tar.gz) = 6534bff0438ccd640414d4e8bcf99a56dac78a084b2bcab5dd79addc09fb8726
-SHA512 (cyclonedx_python_lib-10.0.0.tar.gz) = 53a2d7e162e0700bd66c8099ac3938a52c1b0f595dd772c34a03bfa408bb92aeb78e3043ceaa26bbc151b4565e53aa5e21fb78943cced33d84e6ce5ee88885bc
-Size (cyclonedx_python_lib-10.0.0.tar.gz) = 1033605 bytes
+BLAKE2s (cyclonedx_python_lib-10.0.1.tar.gz) = b3b496f2c81bf9708ff551e02498e206f5e5a08e8c75b8dd075bc885dc2bb299
+SHA512 (cyclonedx_python_lib-10.0.1.tar.gz) = 8a97aba83e270f61bc855baccf46f3a9b0180d573dc34c8a0705f109729c32cc4b743c1a13276fa58c3dad640ebedb274504280f4cc0e1c38956465fde16bf45
+Size (cyclonedx_python_lib-10.0.1.tar.gz) = 1034166 bytes



Home | Main Index | Thread Index | Old Index