Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7226284D2E for ; Thu, 7 Dec 2023 08:33:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 qCdQtBB0NrVL for ; Thu, 7 Dec 2023 08:33:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DE39B84CED for ; Thu, 7 Dec 2023 08:33:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DAD53FA42; Thu, 7 Dec 2023 08:33:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170193801981270" MIME-Version: 1.0 Date: Thu, 7 Dec 2023 08:33:39 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/py-cyclonedx-python-lib To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231207083339.DAD53FA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_170193801981270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Dec 7 08:33:39 UTC 2023 Modified Files: pkgsrc/security/py-cyclonedx-python-lib: Makefile distinfo Log Message: py-cyclonedx-python-lib: update to 5.2.0. Breaking Changes Object model.bom_ref.BomRef's property value defaults to Null, was arbitrary UUID (#504 via #505) This change does not affect serialization. All bom-refs are guaranteed to have unique values on rendering. Removed helpers from public API (#503 via #506) see the details here: #492 To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/security/py-cyclonedx-python-lib/Makefile cvs rdiff -u -r1.13 -r1.14 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. --_----------=_170193801981270 Content-Disposition: inline Content-Length: 1847 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.19 pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.20 --- pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.19 Tue Nov 7 23:00:54 2023 +++ pkgsrc/security/py-cyclonedx-python-lib/Makefile Thu Dec 7 08:33:39 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2023/11/07 23:00:54 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2023/12/07 08:33:39 wiz Exp $ -DISTNAME= cyclonedx_python_lib-5.1.1 +DISTNAME= cyclonedx_python_lib-5.2.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/distinfo diff -u pkgsrc/security/py-cyclonedx-python-lib/distinfo:1.13 pkgsrc/security/py-cyclonedx-python-lib/distinfo:1.14 --- pkgsrc/security/py-cyclonedx-python-lib/distinfo:1.13 Tue Nov 7 22:58:58 2023 +++ pkgsrc/security/py-cyclonedx-python-lib/distinfo Thu Dec 7 08:33:39 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.13 2023/11/07 22:58:58 wiz Exp $ +$NetBSD: distinfo,v 1.14 2023/12/07 08:33:39 wiz Exp $ -BLAKE2s (cyclonedx_python_lib-5.1.1.tar.gz) = 0613d47287ef2b98703fa9dcaaa92f86b43c256d10bd7d1c7a8ec4b656d3491d -SHA512 (cyclonedx_python_lib-5.1.1.tar.gz) = 5a2ffb8bcd7fc70fd204081e51365bc45c93365a9d7b4f42d642229c1e3dd8d5d991e70787dd0c1522ba1917fcdc970a8aa52f88d0142e225c911f3ffa3492bb -Size (cyclonedx_python_lib-5.1.1.tar.gz) = 432346 bytes +BLAKE2s (cyclonedx_python_lib-5.2.0.tar.gz) = c49d0a7c6ea994e3decc7cfe0591e18b2e8b5d482e892a1ad7168e74f21e8b4e +SHA512 (cyclonedx_python_lib-5.2.0.tar.gz) = 855fe99df1f287c3d2ef722468b3342675900bea9ef0c87e47598a58860d913e20a22b557a3ca66071f8c4ffbab9e93ffe064d05019d6a2b4a83b060335a76e5 +Size (cyclonedx_python_lib-5.2.0.tar.gz) = 433613 bytes --_----------=_170193801981270--