pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-cyclonedx-bom



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jun 18 10:31:17 UTC 2024

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

Log Message:
py-cyclonedx-bom: updated to 4.5.0

4.5.0

Feature

feat: environment - gather declared license information according to PEP639
>From python environments, gather additional declared license information according to PEP 639 (improving license clarity with better package metadata).

New CLI switches for cyclonedx environment:

--PEP-639: Enable license gathering according to PEP 639 (improving license clarity with better package metadata). The behavior may change during the draft development of the PEP.
--gather-license-texts: Enable license text gathering.
In current state of implementation, --gather-license-texts has effect only if --PEP-639 is also given.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/py-cyclonedx-bom/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/py-cyclonedx-bom/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/py-cyclonedx-bom/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-bom/Makefile
diff -u pkgsrc/security/py-cyclonedx-bom/Makefile:1.6 pkgsrc/security/py-cyclonedx-bom/Makefile:1.7
--- pkgsrc/security/py-cyclonedx-bom/Makefile:1.6       Mon May 13 09:36:52 2024
+++ pkgsrc/security/py-cyclonedx-bom/Makefile   Tue Jun 18 10:31:17 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2024/05/13 09:36:52 adam Exp $
+# $NetBSD: Makefile,v 1.7 2024/06/18 10:31:17 adam Exp $
 
-DISTNAME=      cyclonedx_bom-4.4.3
+DISTNAME=      cyclonedx_bom-4.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cyclonedx-bom/}

Index: pkgsrc/security/py-cyclonedx-bom/PLIST
diff -u pkgsrc/security/py-cyclonedx-bom/PLIST:1.2 pkgsrc/security/py-cyclonedx-bom/PLIST:1.3
--- pkgsrc/security/py-cyclonedx-bom/PLIST:1.2  Sun Mar 24 13:06:01 2024
+++ pkgsrc/security/py-cyclonedx-bom/PLIST      Tue Jun 18 10:31:17 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2024/03/24 13:06:01 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2024/06/18 10:31:17 adam Exp $
 bin/cyclonedx-py-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -45,6 +45,9 @@ ${PYSITELIB}/cyclonedx_py/_internal/util
 ${PYSITELIB}/cyclonedx_py/_internal/utils/license_trove_classifier.py
 ${PYSITELIB}/cyclonedx_py/_internal/utils/license_trove_classifier.pyc
 ${PYSITELIB}/cyclonedx_py/_internal/utils/license_trove_classifier.pyo
+${PYSITELIB}/cyclonedx_py/_internal/utils/mimetypes.py
+${PYSITELIB}/cyclonedx_py/_internal/utils/mimetypes.pyc
+${PYSITELIB}/cyclonedx_py/_internal/utils/mimetypes.pyo
 ${PYSITELIB}/cyclonedx_py/_internal/utils/packaging.py
 ${PYSITELIB}/cyclonedx_py/_internal/utils/packaging.pyc
 ${PYSITELIB}/cyclonedx_py/_internal/utils/packaging.pyo
@@ -54,6 +57,9 @@ ${PYSITELIB}/cyclonedx_py/_internal/util
 ${PYSITELIB}/cyclonedx_py/_internal/utils/pep621.py
 ${PYSITELIB}/cyclonedx_py/_internal/utils/pep621.pyc
 ${PYSITELIB}/cyclonedx_py/_internal/utils/pep621.pyo
+${PYSITELIB}/cyclonedx_py/_internal/utils/pep639.py
+${PYSITELIB}/cyclonedx_py/_internal/utils/pep639.pyc
+${PYSITELIB}/cyclonedx_py/_internal/utils/pep639.pyo
 ${PYSITELIB}/cyclonedx_py/_internal/utils/poetry.py
 ${PYSITELIB}/cyclonedx_py/_internal/utils/poetry.pyc
 ${PYSITELIB}/cyclonedx_py/_internal/utils/poetry.pyo

Index: pkgsrc/security/py-cyclonedx-bom/distinfo
diff -u pkgsrc/security/py-cyclonedx-bom/distinfo:1.3 pkgsrc/security/py-cyclonedx-bom/distinfo:1.4
--- pkgsrc/security/py-cyclonedx-bom/distinfo:1.3       Mon May 13 09:36:52 2024
+++ pkgsrc/security/py-cyclonedx-bom/distinfo   Tue Jun 18 10:31:17 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2024/05/13 09:36:52 adam Exp $
+$NetBSD: distinfo,v 1.4 2024/06/18 10:31:17 adam Exp $
 
-BLAKE2s (cyclonedx_bom-4.4.3.tar.gz) = 4d433c59e17676fe8de4617ed76381939d4dd254dfba0d387ef1ba72d1e4cd4c
-SHA512 (cyclonedx_bom-4.4.3.tar.gz) = 0729d089f8eae8dff679d5e290be4c09a2614c639665bd61bb759ccfaeed0279b6931b7fa3c6d861aef208a0e19838c178ff655789995fefc619f974bcd1b823
-Size (cyclonedx_bom-4.4.3.tar.gz) = 2143917 bytes
+BLAKE2s (cyclonedx_bom-4.5.0.tar.gz) = 4e6219a36894d6cf386465161d172166b63c7e481c4aa0d37e255b75a5074eb9
+SHA512 (cyclonedx_bom-4.5.0.tar.gz) = e851101c8b8c87c24d62c3fb76795ce2f79f41112573b461a43b5b4229c4ce333b3040b4fda3993a80507e288e042ec162b589f495cd4faeb673872b41b4ebb5
+Size (cyclonedx_bom-4.5.0.tar.gz) = 2269041 bytes



Home | Main Index | Thread Index | Old Index