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:           Wed Oct 30 14:35:34 UTC 2024

Modified Files:
        pkgsrc/security/py-cyclonedx-python-lib: Makefile PLIST distinfo

Log Message:
py-cyclonedx-python-lib: update to 8.4.0.

8.4.0

Feature

    feat: add factory method XsUri.make_bom_link() (#728)

Fix

    fix: no warning for missing dependencies if no component exists (#720)

Docs

    docs: fix Definitions docstring (#731)

## v8.3.0 (2024-10-26)

### Documentation

* docs: revisit examples readme (#725)

### Feature

* feat: add basic support for Definitions  (#701)

## v8.2.1 (2024-10-24)

### Fix

* fix: encode quotation mark in URL (#724)

## v8.2.0 (2024-10-22)

### Feature

* feat: Add Python 3.13 support (#718)

## v8.1.0 (2024-10-21)

### Documentation

* docs: fix code examples regarding outputting (#709)

### Feature

* feat: add support for Lifecycles in BOM metadata (#698)


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/security/py-cyclonedx-python-lib/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/py-cyclonedx-python-lib/PLIST
cvs rdiff -u -r1.34 -r1.35 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.40 pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.41
--- pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.40       Tue Oct 22 07:55:51 2024
+++ pkgsrc/security/py-cyclonedx-python-lib/Makefile    Wed Oct 30 14:35:34 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2024/10/22 07:55:51 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2024/10/30 14:35:34 wiz Exp $
 
-DISTNAME=      cyclonedx_python_lib-8.0.0
+DISTNAME=      cyclonedx_python_lib-8.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cyclonedx-python-lib/}
@@ -22,8 +22,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-xmldiff>=2
 
 USE_LANGUAGES= # none
 
-# as of 8.0.0
-# 20 failed, 5110 passed, 582 warnings
+# as of 8.4.0
+# 20 failed, 5185 passed, 509 warnings
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/py-cyclonedx-python-lib/PLIST
diff -u pkgsrc/security/py-cyclonedx-python-lib/PLIST:1.12 pkgsrc/security/py-cyclonedx-python-lib/PLIST:1.13
--- pkgsrc/security/py-cyclonedx-python-lib/PLIST:1.12  Tue Oct 22 07:55:51 2024
+++ pkgsrc/security/py-cyclonedx-python-lib/PLIST       Wed Oct 30 14:35:34 2024
@@ -1,10 +1,13 @@
-@comment $NetBSD: PLIST,v 1.12 2024/10/22 07:55:51 wiz Exp $
+@comment $NetBSD: PLIST,v 1.13 2024/10/30 14:35:34 wiz Exp $
 ${PYSITELIB}/cyclonedx/__init__.py
 ${PYSITELIB}/cyclonedx/__init__.pyc
 ${PYSITELIB}/cyclonedx/__init__.pyo
 ${PYSITELIB}/cyclonedx/_internal/__init__.py
 ${PYSITELIB}/cyclonedx/_internal/__init__.pyc
 ${PYSITELIB}/cyclonedx/_internal/__init__.pyo
+${PYSITELIB}/cyclonedx/_internal/bom_ref.py
+${PYSITELIB}/cyclonedx/_internal/bom_ref.pyc
+${PYSITELIB}/cyclonedx/_internal/bom_ref.pyo
 ${PYSITELIB}/cyclonedx/_internal/compare.py
 ${PYSITELIB}/cyclonedx/_internal/compare.pyc
 ${PYSITELIB}/cyclonedx/_internal/compare.pyo
@@ -59,6 +62,9 @@ ${PYSITELIB}/cyclonedx/model/contact.pyo
 ${PYSITELIB}/cyclonedx/model/crypto.py
 ${PYSITELIB}/cyclonedx/model/crypto.pyc
 ${PYSITELIB}/cyclonedx/model/crypto.pyo
+${PYSITELIB}/cyclonedx/model/definition.py
+${PYSITELIB}/cyclonedx/model/definition.pyc
+${PYSITELIB}/cyclonedx/model/definition.pyo
 ${PYSITELIB}/cyclonedx/model/dependency.py
 ${PYSITELIB}/cyclonedx/model/dependency.pyc
 ${PYSITELIB}/cyclonedx/model/dependency.pyo
@@ -71,6 +77,9 @@ ${PYSITELIB}/cyclonedx/model/issue.pyo
 ${PYSITELIB}/cyclonedx/model/license.py
 ${PYSITELIB}/cyclonedx/model/license.pyc
 ${PYSITELIB}/cyclonedx/model/license.pyo
+${PYSITELIB}/cyclonedx/model/lifecycle.py
+${PYSITELIB}/cyclonedx/model/lifecycle.pyc
+${PYSITELIB}/cyclonedx/model/lifecycle.pyo
 ${PYSITELIB}/cyclonedx/model/release_note.py
 ${PYSITELIB}/cyclonedx/model/release_note.pyc
 ${PYSITELIB}/cyclonedx/model/release_note.pyo

Index: pkgsrc/security/py-cyclonedx-python-lib/distinfo
diff -u pkgsrc/security/py-cyclonedx-python-lib/distinfo:1.34 pkgsrc/security/py-cyclonedx-python-lib/distinfo:1.35
--- pkgsrc/security/py-cyclonedx-python-lib/distinfo:1.34       Tue Oct 22 07:55:51 2024
+++ pkgsrc/security/py-cyclonedx-python-lib/distinfo    Wed Oct 30 14:35:34 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.34 2024/10/22 07:55:51 wiz Exp $
+$NetBSD: distinfo,v 1.35 2024/10/30 14:35:34 wiz Exp $
 
-BLAKE2s (cyclonedx_python_lib-8.0.0.tar.gz) = beb639582d652b905ade32e7dfc06b384a8edaecb10ab9bc0d4e4960244aa0ee
-SHA512 (cyclonedx_python_lib-8.0.0.tar.gz) = b8b4866c11eccb8b7b0debd150039aa308a93919eb918077a48d24d924e3b5808660c0c889f8781d3c72d8d2c645101764d8f0be73ab9c6f540ada482cb54b40
-Size (cyclonedx_python_lib-8.0.0.tar.gz) = 1124340 bytes
+BLAKE2s (cyclonedx_python_lib-8.4.0.tar.gz) = cecc6052148063e1789513120a847d6360538f94904a27f4414fa9bcb0aaff5d
+SHA512 (cyclonedx_python_lib-8.4.0.tar.gz) = c4b40b3d712567af40620af60f70d8a4ec3f7947b3d849963f86193f02a9a75a4b6d9e6497ec0cccce002d829286f98c76f1a1a1260111c0d1bdd035bd8513d6
+Size (cyclonedx_python_lib-8.4.0.tar.gz) = 1131530 bytes



Home | Main Index | Thread Index | Old Index