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 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.

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



Home | Main Index | Thread Index | Old Index