Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=SlAVX7cF; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=a4y/JYty Received: by mail.netbsd.org (Postfix, from userid 605) id 042E084E84; Thu, 18 Apr 2024 08:55:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713430529; bh=J+t8VE7vOH18tDk27Jy05UYy47tnzqPzUSi0wE7Q8FA=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=SlAVX7cFXZLmzIVZweatzz14sXWy8TcflIcWofmmb5+PjqfkRJrs6l6pm3JPyOXQv /WkaX4Gb6lrd33IpATq+Uzb1DxhU2o0ej6HgJN40+jqouu82ganCPd0fwGbmuSWnkp 0/eFBeKrrgo14tP+x0yUL/n+rY1S8TrqbKFmzRug= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E96AE84D5E for ; Thu, 18 Apr 2024 08:55:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id HTsyWeOCNRzs for ; Thu, 18 Apr 2024 08:55:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0AAF284CC8 for ; Thu, 18 Apr 2024 08:55:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713430527; bh=J+t8VE7vOH18tDk27Jy05UYy47tnzqPzUSi0wE7Q8FA=; h=Date:From:Subject:To:Reply-To; b=a4y/JYtyIklDyZAeO1aUeNwhddl6W5QOfjQ+60PCL+ehK4Tj2XlUvdQPSYMokTSA4 WVnIWtLnPv6ul2tsyLrbQZohezlJDYiZhQfcfxtUHCj3/d5r8SraAZLK4z6u2w9EQL AYY9MWCuG7rgs3jPoL3ovQFoZPBUjh0QentRfvAk= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 02DCAFA2C; Thu, 18 Apr 2024 08:55:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1713430526118800" MIME-Version: 1.0 Date: Thu, 18 Apr 2024 08:55:26 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/py-cyclonedx-python-lib To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240418085527.02DCAFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1713430526118800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1713430526118800 Content-Disposition: inline Content-Length: 4109 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1713430526118800--