Thu Dec 7 08:33:39 2023 UTC (171d)
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


(wiz)
diff -r1.19 -r1.20 pkgsrc/security/py-cyclonedx-python-lib/Makefile
diff -r1.13 -r1.14 pkgsrc/security/py-cyclonedx-python-lib/distinfo

cvs diff -r1.19 -r1.20 pkgsrc/security/py-cyclonedx-python-lib/Makefile (expand / switch to unified diff)

--- pkgsrc/security/py-cyclonedx-python-lib/Makefile 2023/11/07 23:00:54 1.19
+++ pkgsrc/security/py-cyclonedx-python-lib/Makefile 2023/12/07 08:33:39 1.20
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.19 2023/11/07 23:00:54 wiz Exp $ 1# $NetBSD: Makefile,v 1.20 2023/12/07 08:33:39 wiz Exp $
2 2
3DISTNAME= cyclonedx_python_lib-5.1.1 3DISTNAME= cyclonedx_python_lib-5.2.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
5CATEGORIES= security python 5CATEGORIES= security python
6MASTER_SITES= ${MASTER_SITE_PYPI:=c/cyclonedx-python-lib/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=c/cyclonedx-python-lib/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/CycloneDX/cyclonedx-python-lib 9HOMEPAGE= https://github.com/CycloneDX/cyclonedx-python-lib
10COMMENT= Python library for generating CycloneDX SBOMs 10COMMENT= Python library for generating CycloneDX SBOMs
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=0:../../devel/py-poetry-core 13TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=0:../../devel/py-poetry-core
14DEPENDS+= ${PYPKGPREFIX}-packageurl>=0.9:../../devel/py-packageurl 14DEPENDS+= ${PYPKGPREFIX}-packageurl>=0.9:../../devel/py-packageurl
15DEPENDS+= ${PYPKGPREFIX}-serializable>=0.11.1:../../devel/py-serializable 15DEPENDS+= ${PYPKGPREFIX}-serializable>=0.11.1:../../devel/py-serializable
16DEPENDS+= ${PYPKGPREFIX}-sortedcontainers>=2.4.0:../../devel/py-sortedcontainers 16DEPENDS+= ${PYPKGPREFIX}-sortedcontainers>=2.4.0:../../devel/py-sortedcontainers

cvs diff -r1.13 -r1.14 pkgsrc/security/py-cyclonedx-python-lib/distinfo (expand / switch to unified diff)

--- pkgsrc/security/py-cyclonedx-python-lib/distinfo 2023/11/07 22:58:58 1.13
+++ pkgsrc/security/py-cyclonedx-python-lib/distinfo 2023/12/07 08:33:39 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2023/11/07 22:58:58 wiz Exp $ 1$NetBSD: distinfo,v 1.14 2023/12/07 08:33:39 wiz Exp $
2 2
3BLAKE2s (cyclonedx_python_lib-5.1.1.tar.gz) = 0613d47287ef2b98703fa9dcaaa92f86b43c256d10bd7d1c7a8ec4b656d3491d 3BLAKE2s (cyclonedx_python_lib-5.2.0.tar.gz) = c49d0a7c6ea994e3decc7cfe0591e18b2e8b5d482e892a1ad7168e74f21e8b4e
4SHA512 (cyclonedx_python_lib-5.1.1.tar.gz) = 5a2ffb8bcd7fc70fd204081e51365bc45c93365a9d7b4f42d642229c1e3dd8d5d991e70787dd0c1522ba1917fcdc970a8aa52f88d0142e225c911f3ffa3492bb 4SHA512 (cyclonedx_python_lib-5.2.0.tar.gz) = 855fe99df1f287c3d2ef722468b3342675900bea9ef0c87e47598a58860d913e20a22b557a3ca66071f8c4ffbab9e93ffe064d05019d6a2b4a83b060335a76e5
5Size (cyclonedx_python_lib-5.1.1.tar.gz) = 432346 bytes 5Size (cyclonedx_python_lib-5.2.0.tar.gz) = 433613 bytes