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:   adam
Date:           Mon Feb  5 10:53:31 UTC 2024

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

Log Message:
py-cyclonedx-python-lib: updated to 6.4.1

v6.4.1

chore(deps-dev): update bandit requirement from 1.7.6 to 1.7.7
chore(deps-dev): update coverage requirement from 7.4.0 to 7.4.1
docs: ship docs with sdist build
docs: refactor example
fix: model.BomRef no longer equal to unset peers


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/security/py-cyclonedx-python-lib/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/py-cyclonedx-python-lib/PLIST
cvs rdiff -u -r1.18 -r1.19 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.24 pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.25
--- pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.24       Sun Jan 28 13:19:59 2024
+++ pkgsrc/security/py-cyclonedx-python-lib/Makefile    Mon Feb  5 10:53:31 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2024/01/28 13:19:59 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2024/02/05 10:53:31 adam Exp $
 
-DISTNAME=      cyclonedx_python_lib-6.4.0
+DISTNAME=      cyclonedx_python_lib-6.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cyclonedx-python-lib/}
@@ -10,15 +10,15 @@ HOMEPAGE=   https://github.com/CycloneDX/c
 COMMENT=       Python library for generating CycloneDX SBOMs
 LICENSE=       apache-2.0
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=0:../../devel/py-poetry-core
-DEPENDS+=      ${PYPKGPREFIX}-packageurl>=0.9:../../devel/py-packageurl
-DEPENDS+=      ${PYPKGPREFIX}-serializable>=0.11.1:../../devel/py-serializable
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core
+DEPENDS+=      ${PYPKGPREFIX}-license-expression>=30:../../devel/py-license-expression
+DEPENDS+=      ${PYPKGPREFIX}-packageurl>=0.11:../../devel/py-packageurl
+DEPENDS+=      ${PYPKGPREFIX}-serializable>=0.16:../../devel/py-serializable
 DEPENDS+=      ${PYPKGPREFIX}-sortedcontainers>=2.4.0:../../devel/py-sortedcontainers
-DEPENDS+=      ${PYPKGPREFIX}-license-expression>=0:../../devel/py-license-expression
-TEST_DEPENDS+= ${PYPKGPREFIX}-ddt>=1.6.0:../../devel/py-ddt
-TEST_DEPENDS+= ${PYPKGPREFIX}-jsonschema-[0-9]*:../../textproc/py-jsonschema
-TEST_DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
-TEST_DEPENDS+= ${PYPKGPREFIX}-xmldiff-[0-9]*:../../textproc/py-xmldiff
+TEST_DEPENDS+= ${PYPKGPREFIX}-ddt>=1.7.1:../../devel/py-ddt
+TEST_DEPENDS+= ${PYPKGPREFIX}-jsonschema>=4.18:../../textproc/py-jsonschema
+TEST_DEPENDS+= ${PYPKGPREFIX}-lxml>=4:../../textproc/py-lxml
+TEST_DEPENDS+= ${PYPKGPREFIX}-xmldiff>=2.6.3:../../textproc/py-xmldiff
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 

Index: pkgsrc/security/py-cyclonedx-python-lib/PLIST
diff -u pkgsrc/security/py-cyclonedx-python-lib/PLIST:1.9 pkgsrc/security/py-cyclonedx-python-lib/PLIST:1.10
--- pkgsrc/security/py-cyclonedx-python-lib/PLIST:1.9   Sun Dec 17 22:22:06 2023
+++ pkgsrc/security/py-cyclonedx-python-lib/PLIST       Mon Feb  5 10:53:31 2024
@@ -1,4 +1,9 @@
-@comment $NetBSD: PLIST,v 1.9 2023/12/17 22:22:06 wiz Exp $
+@comment $NetBSD: PLIST,v 1.10 2024/02/05 10:53:31 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/NOTICE
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/cyclonedx/__init__.py
 ${PYSITELIB}/cyclonedx/__init__.pyc
 ${PYSITELIB}/cyclonedx/__init__.pyo
@@ -121,7 +126,3 @@ ${PYSITELIB}/cyclonedx/validation/model.
 ${PYSITELIB}/cyclonedx/validation/xml.py
 ${PYSITELIB}/cyclonedx/validation/xml.pyc
 ${PYSITELIB}/cyclonedx/validation/xml.pyo
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL

Index: pkgsrc/security/py-cyclonedx-python-lib/distinfo
diff -u pkgsrc/security/py-cyclonedx-python-lib/distinfo:1.18 pkgsrc/security/py-cyclonedx-python-lib/distinfo:1.19
--- pkgsrc/security/py-cyclonedx-python-lib/distinfo:1.18       Sun Jan 28 13:19:59 2024
+++ pkgsrc/security/py-cyclonedx-python-lib/distinfo    Mon Feb  5 10:53:31 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2024/01/28 13:19:59 wiz Exp $
+$NetBSD: distinfo,v 1.19 2024/02/05 10:53:31 adam Exp $
 
-BLAKE2s (cyclonedx_python_lib-6.4.0.tar.gz) = f02f323b687542da5c8d7537bcec62d1ac74eb1e1f563c0083577cac102e24d8
-SHA512 (cyclonedx_python_lib-6.4.0.tar.gz) = 6da18eeceaf25d203a26b04ebaa47d561a10f92684795f670191f87788d3697da096424660358a4a2b6b0c37e682972faadb1a7aa06275dd26d98503d785d47f
-Size (cyclonedx_python_lib-6.4.0.tar.gz) = 511682 bytes
+BLAKE2s (cyclonedx_python_lib-6.4.1.tar.gz) = b4aa0fa99a778dd26793757be4b94968caa116d4f09584c002775c5c2f2cd867
+SHA512 (cyclonedx_python_lib-6.4.1.tar.gz) = 7eb15c485a989f417332f22288a6c1ad95d0eadc60afcf34e674c8fd6214e5dda9c269831d0f9e285f2d273c69dd51ea5d5c6e97dd937185dcb4bd35703ea03b
+Size (cyclonedx_python_lib-6.4.1.tar.gz) = 777023 bytes



Home | Main Index | Thread Index | Old Index