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: Thu Mar 26 14:36:13 UTC 2026
Modified Files:
pkgsrc/security/py-cyclonedx-python-lib: Makefile PLIST distinfo
Log Message:
py-cyclonedx-python-lib: update to 11.7.0.
## v11.7.0 (2026-03-17)
### Documentation
- Add comprehensive SBOM validation guide
- Docstrings for schema version classes
- Modernize RTF setup
### Features
- Add properties for licenses according to CycloneDX 1.5
- Make schema deprecation warnings handle-able
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/security/py-cyclonedx-python-lib/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/py-cyclonedx-python-lib/PLIST
cvs rdiff -u -r1.52 -r1.53 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.61 pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.62
--- pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.61 Tue Dec 9 13:49:34 2025
+++ pkgsrc/security/py-cyclonedx-python-lib/Makefile Thu Mar 26 14:36:13 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.61 2025/12/09 13:49:34 wiz Exp $
+# $NetBSD: Makefile,v 1.62 2026/03/26 14:36:13 wiz Exp $
-DISTNAME= cyclonedx_python_lib-11.6.0
+DISTNAME= cyclonedx_python_lib-11.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cyclonedx-python-lib/}
@@ -23,8 +23,8 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-xmldiff>=2
USE_LANGUAGES= # none
-# as of 11.6.0
-# 40 failed, 6487 passed, 1387 warnings
+# as of 11.7.0
+# 40 failed, 6490 passed, 1387 warnings
.include "../../lang/python/pyversion.mk"
Index: pkgsrc/security/py-cyclonedx-python-lib/PLIST
diff -u pkgsrc/security/py-cyclonedx-python-lib/PLIST:1.17 pkgsrc/security/py-cyclonedx-python-lib/PLIST:1.18
--- pkgsrc/security/py-cyclonedx-python-lib/PLIST:1.17 Tue Dec 9 13:49:34 2025
+++ pkgsrc/security/py-cyclonedx-python-lib/PLIST Thu Mar 26 14:36:13 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2025/12/09 13:49:34 wiz Exp $
+@comment $NetBSD: PLIST,v 1.18 2026/03/26 14:36:13 wiz Exp $
${PYSITELIB}/cyclonedx/__init__.py
${PYSITELIB}/cyclonedx/__init__.pyc
${PYSITELIB}/cyclonedx/__init__.pyo
@@ -166,6 +166,9 @@ ${PYSITELIB}/cyclonedx/schema/_res/crypt
${PYSITELIB}/cyclonedx/schema/_res/jsf-0.82.SNAPSHOT.schema.json
${PYSITELIB}/cyclonedx/schema/_res/spdx.SNAPSHOT.schema.json
${PYSITELIB}/cyclonedx/schema/_res/spdx.SNAPSHOT.xsd
+${PYSITELIB}/cyclonedx/schema/deprecation.py
+${PYSITELIB}/cyclonedx/schema/deprecation.pyc
+${PYSITELIB}/cyclonedx/schema/deprecation.pyo
${PYSITELIB}/cyclonedx/schema/schema.py
${PYSITELIB}/cyclonedx/schema/schema.pyc
${PYSITELIB}/cyclonedx/schema/schema.pyo
Index: pkgsrc/security/py-cyclonedx-python-lib/distinfo
diff -u pkgsrc/security/py-cyclonedx-python-lib/distinfo:1.52 pkgsrc/security/py-cyclonedx-python-lib/distinfo:1.53
--- pkgsrc/security/py-cyclonedx-python-lib/distinfo:1.52 Tue Dec 9 13:49:34 2025
+++ pkgsrc/security/py-cyclonedx-python-lib/distinfo Thu Mar 26 14:36:13 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.52 2025/12/09 13:49:34 wiz Exp $
+$NetBSD: distinfo,v 1.53 2026/03/26 14:36:13 wiz Exp $
-BLAKE2s (cyclonedx_python_lib-11.6.0.tar.gz) = 59e5341c5361efd0255e58292b8355dae54da53e93e4f98c5484046874fda674
-SHA512 (cyclonedx_python_lib-11.6.0.tar.gz) = 524087629c249586e515eeed3dbc32f7fe467710faaea492d1c138fbee20777acd6dad74990f2b1a6780ede0c65a89e9f3fbcd63afce5e9742ca9e2dd99a3688
-Size (cyclonedx_python_lib-11.6.0.tar.gz) = 1408147 bytes
+BLAKE2s (cyclonedx_python_lib-11.7.0.tar.gz) = 3f0869331ed866df62976a01982290bd917b524dac44a23437b078c218351f1c
+SHA512 (cyclonedx_python_lib-11.7.0.tar.gz) = 35f41ac24a0b8d84fc6065e02c99686046cdea7069fda571a48bfa19b8d54a8f6e54a0954d3d47e61c93f8c376e2df41e08c67ccfbfcb8188c4e75245d40a56d
+Size (cyclonedx_python_lib-11.7.0.tar.gz) = 1411174 bytes
Home |
Main Index |
Thread Index |
Old Index