pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-cyclonedx-python-lib py-cyclonedx-python-l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f99d9f2e0eb7
branches:  trunk
changeset: 375162:f99d9f2e0eb7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Mar 08 09:08:29 2022 +0000

description:
py-cyclonedx-python-lib: update to 2.0.0.

Feature

    Bump dependencies (da3f0ca)
    Completed work on #155 (#172) (a926b34)
    Support complete model for bom.metadata (#162) (2938a6c)
    Support for bom.externalReferences in JSON and XML #124 (1b733d7)
    Complete support for bom.components (#155) (32c0139)
    Support services in XML BOMs (9edf6c9)

Fix

    license_url not serialised in XML output #179 (#180) (f014d7c)
    Component.bom_ref is not Optional in our model implementation (in the schema it is) - we generate a UUID if bom_ref is not supplied explicitly (5c954d1)
    Temporary fix for __hash__ of Component with properties #153 (a51766d)
    Further fix for #150 (1f55f3e)
    Regression introduced by first fix for #150 (c09e396)
    Components with no version (optional since 1.4) produce invalid BOM output in XML #150 (70d25c8)
    expression not supported in Component Licsnes for version 1.0 (15b081b)

Breaking

    Adopt PEP-3102 (da3f0ca)
    Optional Lists are now non-optional Sets (da3f0ca)
    Remove concept of DEFAULT schema version - replaced with LATEST schema version (da3f0ca)
    Added BomRef data type (da3f0ca)

diffstat:

 security/py-cyclonedx-python-lib/Makefile |  4 ++--
 security/py-cyclonedx-python-lib/PLIST    |  8 +++++++-
 security/py-cyclonedx-python-lib/distinfo |  8 ++++----
 3 files changed, 13 insertions(+), 7 deletions(-)

diffs (55 lines):

diff -r c717e3da8050 -r f99d9f2e0eb7 security/py-cyclonedx-python-lib/Makefile
--- a/security/py-cyclonedx-python-lib/Makefile Tue Mar 08 09:04:17 2022 +0000
+++ b/security/py-cyclonedx-python-lib/Makefile Tue Mar 08 09:08:29 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2022/02/20 21:23:44 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2022/03/08 09:08:29 wiz Exp $
 
-DISTNAME=      cyclonedx-python-lib-1.3.0
+DISTNAME=      cyclonedx-python-lib-2.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cyclonedx-python-lib/}
diff -r c717e3da8050 -r f99d9f2e0eb7 security/py-cyclonedx-python-lib/PLIST
--- a/security/py-cyclonedx-python-lib/PLIST    Tue Mar 08 09:04:17 2022 +0000
+++ b/security/py-cyclonedx-python-lib/PLIST    Tue Mar 08 09:08:29 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2022/02/20 21:23:44 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/03/08 09:08:29 wiz Exp $
 ${PYSITELIB}/cyclonedx/__init__.py
 ${PYSITELIB}/cyclonedx/__init__.pyc
 ${PYSITELIB}/cyclonedx/__init__.pyo
@@ -17,6 +17,9 @@
 ${PYSITELIB}/cyclonedx/model/bom.py
 ${PYSITELIB}/cyclonedx/model/bom.pyc
 ${PYSITELIB}/cyclonedx/model/bom.pyo
+${PYSITELIB}/cyclonedx/model/bom_ref.py
+${PYSITELIB}/cyclonedx/model/bom_ref.pyc
+${PYSITELIB}/cyclonedx/model/bom_ref.pyo
 ${PYSITELIB}/cyclonedx/model/component.py
 ${PYSITELIB}/cyclonedx/model/component.pyc
 ${PYSITELIB}/cyclonedx/model/component.pyo
@@ -29,6 +32,9 @@
 ${PYSITELIB}/cyclonedx/model/release_note.py
 ${PYSITELIB}/cyclonedx/model/release_note.pyc
 ${PYSITELIB}/cyclonedx/model/release_note.pyo
+${PYSITELIB}/cyclonedx/model/service.py
+${PYSITELIB}/cyclonedx/model/service.pyc
+${PYSITELIB}/cyclonedx/model/service.pyo
 ${PYSITELIB}/cyclonedx/model/vulnerability.py
 ${PYSITELIB}/cyclonedx/model/vulnerability.pyc
 ${PYSITELIB}/cyclonedx/model/vulnerability.pyo
diff -r c717e3da8050 -r f99d9f2e0eb7 security/py-cyclonedx-python-lib/distinfo
--- a/security/py-cyclonedx-python-lib/distinfo Tue Mar 08 09:04:17 2022 +0000
+++ b/security/py-cyclonedx-python-lib/distinfo Tue Mar 08 09:08:29 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2022/02/20 21:23:44 wiz Exp $
+$NetBSD: distinfo,v 1.3 2022/03/08 09:08:29 wiz Exp $
 
-BLAKE2s (cyclonedx-python-lib-1.3.0.tar.gz) = faef53b42112a10089fa350852bbdac88453113085989cd9a0452e5c9bba932a
-SHA512 (cyclonedx-python-lib-1.3.0.tar.gz) = d14b3c426a337bf3d4d7deb1a22dccddc15adde51220e48db613e16c60432cc3cc47ec88b5fde76684c808fa1f98cbcd60d67e2cab1c708401ffb11254564afc
-Size (cyclonedx-python-lib-1.3.0.tar.gz) = 134990 bytes
+BLAKE2s (cyclonedx-python-lib-2.0.0.tar.gz) = 0513a6caa0711fa67a8ff6fbee73961112fe9f77f8c41352e42483a492395774
+SHA512 (cyclonedx-python-lib-2.0.0.tar.gz) = b130eebd310ab7d1a7a56ebd98aec29c8539c516af24e67f033ce3e3fb70f5ba2ecc417540b94afa1d7285e204e8b312697f5e52f7e5b312efc9cb3f3dc6c1c4
+Size (cyclonedx-python-lib-2.0.0.tar.gz) = 145200 bytes
 SHA1 (patch-setup.py) = 3033f49a66cee7048c4c91d2122591684b46bb8c



Home | Main Index | Thread Index | Old Index