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 Apr 18 08:55:26 UTC 2024

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

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

7.1.0

Documentation
    docs: missing schema support table & update schema support to reflect version 7.0.0 (#584)
Feature
    feat: support bom.properties for CycloneDX v1.5+ (#585)

7.0.0

Breaking
    feat!: Support for CycloneDX v1.6
    added draft v1.6 schemas and boilerplate for v1.6
    re-generated test snapshots for v1.6
    note bom.metadata.manufacture as deprecated
    work on bom.metadata for v1.6
    Deprecated .component.author. Added .component.authors and .component.manufacturer
    work to add .component.omniborid - but tests deserialisation tests fail due to schema differences (.component.author not in 1.6)
    work to get deserialization tests passing
    chore(deps): bump py-serializable to >=1.0.3 to resolve issues with deserialization to XML
    imports tidied
    properly added .component.swhid
    add .component.cryptoProperties - with test failures for SchemaVersion < 1.6
    typing and bandit ignores
    coding standards
    test filtering
    coding standards
    additional tests to increase code coverage
    corrected CryptoMode enum
    coding standards
    Added address to organizationalEntity
    Added address to organizationalEntity
    raise UserWarning in .component.version has length > 1024
    coding standards and typing
    add acknowledgement to LicenseExpression (#582)
    more proper way to filter test cases
    update schema to published versions
    fetch schema 1.6 JSON
    fetch test data for CDX 1.6
    reformat
    reformat
    refactor
    style
    refactor
    docs


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/security/py-cyclonedx-python-lib/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/py-cyclonedx-python-lib/PLIST
cvs rdiff -u -r1.22 -r1.23 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.28 pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.29
--- pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.28       Sun Mar 24 13:04:17 2024
+++ pkgsrc/security/py-cyclonedx-python-lib/Makefile    Thu Apr 18 08:55:26 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2024/03/24 13:04:17 adam Exp $
+# $NetBSD: Makefile,v 1.29 2024/04/18 08:55:26 wiz Exp $
 
-DISTNAME=      cyclonedx_python_lib-6.4.4
+DISTNAME=      cyclonedx_python_lib-7.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cyclonedx-python-lib/}

Index: pkgsrc/security/py-cyclonedx-python-lib/PLIST
diff -u pkgsrc/security/py-cyclonedx-python-lib/PLIST:1.10 pkgsrc/security/py-cyclonedx-python-lib/PLIST:1.11
--- pkgsrc/security/py-cyclonedx-python-lib/PLIST:1.10  Mon Feb  5 10:53:31 2024
+++ pkgsrc/security/py-cyclonedx-python-lib/PLIST       Thu Apr 18 08:55:26 2024
@@ -1,9 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2024/02/05 10:53:31 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/NOTICE
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+@comment $NetBSD: PLIST,v 1.11 2024/04/18 08:55:26 wiz Exp $
 ${PYSITELIB}/cyclonedx/__init__.py
 ${PYSITELIB}/cyclonedx/__init__.pyc
 ${PYSITELIB}/cyclonedx/__init__.pyo
@@ -52,6 +47,12 @@ ${PYSITELIB}/cyclonedx/model/bom_ref.pyo
 ${PYSITELIB}/cyclonedx/model/component.py
 ${PYSITELIB}/cyclonedx/model/component.pyc
 ${PYSITELIB}/cyclonedx/model/component.pyo
+${PYSITELIB}/cyclonedx/model/contact.py
+${PYSITELIB}/cyclonedx/model/contact.pyc
+${PYSITELIB}/cyclonedx/model/contact.pyo
+${PYSITELIB}/cyclonedx/model/crypto.py
+${PYSITELIB}/cyclonedx/model/crypto.pyc
+${PYSITELIB}/cyclonedx/model/crypto.pyo
 ${PYSITELIB}/cyclonedx/model/dependency.py
 ${PYSITELIB}/cyclonedx/model/dependency.pyc
 ${PYSITELIB}/cyclonedx/model/dependency.pyo
@@ -102,6 +103,8 @@ ${PYSITELIB}/cyclonedx/schema/_res/bom-1
 ${PYSITELIB}/cyclonedx/schema/_res/bom-1.4.SNAPSHOT.xsd
 ${PYSITELIB}/cyclonedx/schema/_res/bom-1.5.SNAPSHOT.schema.json
 ${PYSITELIB}/cyclonedx/schema/_res/bom-1.5.SNAPSHOT.xsd
+${PYSITELIB}/cyclonedx/schema/_res/bom-1.6.SNAPSHOT.schema.json
+${PYSITELIB}/cyclonedx/schema/_res/bom-1.6.SNAPSHOT.xsd
 ${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
@@ -126,3 +129,8 @@ ${PYSITELIB}/cyclonedx/validation/model.
 ${PYSITELIB}/cyclonedx/validation/xml.py
 ${PYSITELIB}/cyclonedx/validation/xml.pyc
 ${PYSITELIB}/cyclonedx/validation/xml.pyo
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/NOTICE
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL

Index: pkgsrc/security/py-cyclonedx-python-lib/distinfo
diff -u pkgsrc/security/py-cyclonedx-python-lib/distinfo:1.22 pkgsrc/security/py-cyclonedx-python-lib/distinfo:1.23
--- pkgsrc/security/py-cyclonedx-python-lib/distinfo:1.22       Sun Mar 24 13:04:17 2024
+++ pkgsrc/security/py-cyclonedx-python-lib/distinfo    Thu Apr 18 08:55:26 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2024/03/24 13:04:17 adam Exp $
+$NetBSD: distinfo,v 1.23 2024/04/18 08:55:26 wiz Exp $
 
-BLAKE2s (cyclonedx_python_lib-6.4.4.tar.gz) = 2bf9d6eaf5e7f1a2ff43fa151b6baa46e2d50ffe62eb9deaf1e6c4da5c01bbb5
-SHA512 (cyclonedx_python_lib-6.4.4.tar.gz) = cddc096a621b62c2ebbf51bc84e55b9f73b9e81af448c36889867ab78cde2a62890c7a0273e066f94541ccd805d1d8c3e31bd76cf7c976f67df9b79f6dcc33b4
-Size (cyclonedx_python_lib-6.4.4.tar.gz) = 780223 bytes
+BLAKE2s (cyclonedx_python_lib-7.1.0.tar.gz) = c2506a5be0c5050b86b8ca5d007b094cb9257ca93c5efe6c03b54c8274aa849b
+SHA512 (cyclonedx_python_lib-7.1.0.tar.gz) = ff555d4b4235d200774980ee1c7b580ca984b9c4976c01cee71732204040966515167b38f0194bbd574b7d52c67752d6c84f5e9589423b0a021e05024c7b2887
+Size (cyclonedx_python_lib-7.1.0.tar.gz) = 1122465 bytes



Home | Main Index | Thread Index | Old Index