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:           Tue Jul  1 19:34:11 UTC 2025

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

Log Message:
py-cyclonedx-python-lib: update to 10.2.0.

## v10.2.0 (2025-06-10)

### Bug Fixes

- `vulnerabilityscoresource.get_from_vector()` for `CVSS_V3_1` and `CVSS_V4`

### Features

- Add support for component's evidences according to spec


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/security/py-cyclonedx-python-lib/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/py-cyclonedx-python-lib/PLIST
cvs rdiff -u -r1.43 -r1.44 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.50 pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.51
--- pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.50       Tue Jun 10 05:12:27 2025
+++ pkgsrc/security/py-cyclonedx-python-lib/Makefile    Tue Jul  1 19:34:11 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2025/06/10 05:12:27 wiz Exp $
+# $NetBSD: Makefile,v 1.51 2025/07/01 19:34:11 wiz Exp $
 
-DISTNAME=      cyclonedx_python_lib-10.1.0
+DISTNAME=      cyclonedx_python_lib-10.2.0
 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.1.0
-# 20 failed, 5412 passed, 511 warnings
+# as of 10.2.0
+# 20 failed, 5448 passed, 529 warnings
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/py-cyclonedx-python-lib/PLIST
diff -u pkgsrc/security/py-cyclonedx-python-lib/PLIST:1.13 pkgsrc/security/py-cyclonedx-python-lib/PLIST:1.14
--- pkgsrc/security/py-cyclonedx-python-lib/PLIST:1.13  Wed Oct 30 14:35:34 2024
+++ pkgsrc/security/py-cyclonedx-python-lib/PLIST       Tue Jul  1 19:34:11 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2024/10/30 14:35:34 wiz Exp $
+@comment $NetBSD: PLIST,v 1.14 2025/07/01 19:34:11 wiz Exp $
 ${PYSITELIB}/cyclonedx/__init__.py
 ${PYSITELIB}/cyclonedx/__init__.pyc
 ${PYSITELIB}/cyclonedx/__init__.pyo
@@ -56,6 +56,9 @@ ${PYSITELIB}/cyclonedx/model/bom_ref.pyo
 ${PYSITELIB}/cyclonedx/model/component.py
 ${PYSITELIB}/cyclonedx/model/component.pyc
 ${PYSITELIB}/cyclonedx/model/component.pyo
+${PYSITELIB}/cyclonedx/model/component_evidence.py
+${PYSITELIB}/cyclonedx/model/component_evidence.pyc
+${PYSITELIB}/cyclonedx/model/component_evidence.pyo
 ${PYSITELIB}/cyclonedx/model/contact.py
 ${PYSITELIB}/cyclonedx/model/contact.pyc
 ${PYSITELIB}/cyclonedx/model/contact.pyo

Index: pkgsrc/security/py-cyclonedx-python-lib/distinfo
diff -u pkgsrc/security/py-cyclonedx-python-lib/distinfo:1.43 pkgsrc/security/py-cyclonedx-python-lib/distinfo:1.44
--- pkgsrc/security/py-cyclonedx-python-lib/distinfo:1.43       Tue Jun 10 05:12:27 2025
+++ pkgsrc/security/py-cyclonedx-python-lib/distinfo    Tue Jul  1 19:34:11 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.43 2025/06/10 05:12:27 wiz Exp $
+$NetBSD: distinfo,v 1.44 2025/07/01 19:34:11 wiz Exp $
 
-BLAKE2s (cyclonedx_python_lib-10.1.0.tar.gz) = 0a9330130efa26d0148e05ed4a2ee5c7c1198b87fb27cf8738a91e2cd602579d
-SHA512 (cyclonedx_python_lib-10.1.0.tar.gz) = f532666cd92a1c9bfecd689bfcb04fc0dfbf959e30e1cbaf8831cbd0ff565cb661ca7818db9624ad0dc6278af8ba81b47edcd2e9cdb82ec70ae65aacfd8a2ba4
-Size (cyclonedx_python_lib-10.1.0.tar.gz) = 1030967 bytes
+BLAKE2s (cyclonedx_python_lib-10.2.0.tar.gz) = f96bbe08060e7bb8795e24b3567d1587427c202b10a3efee5da5bd2da925051f
+SHA512 (cyclonedx_python_lib-10.2.0.tar.gz) = c8a6d1a82d32f9b4014d1a0ead0765be7e80cdfc63fb36a5426a5cdb782c29a89e4cb6c72c1e62931b6e4d6f7560f36ddcc3ad1f9bd9680762aac9a2a50b7411
+Size (cyclonedx_python_lib-10.2.0.tar.gz) = 1039057 bytes



Home | Main Index | Thread Index | Old Index