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:           Sun Nov 24 10:22:16 UTC 2024

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

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

Documentation

    docs: remove invalid docsting note about auto-assigned bom-ref values (#733) (5aa5787)

Feature

    feat: support CycloneDX 1.6.1 (#742)

What's Changed

    docs: remove invalid docsting note about auto-assigned bom-ref values by @jkowalleck in #733
    chore(deps-dev): update flake8-bugbear requirement from 24.8.19 to 24.10.31 by @dependabot in #734
    chore(deps-dev): update tomli requirement from 2.0.2 to 2.1.0 by @dependabot in #739
    feat: support CycloneDX 1.6.1 by @jkowalleck in #742


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/security/py-cyclonedx-python-lib/Makefile
cvs rdiff -u -r1.35 -r1.36 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.41 pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.42
--- pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.41       Wed Oct 30 14:35:34 2024
+++ pkgsrc/security/py-cyclonedx-python-lib/Makefile    Sun Nov 24 10:22:16 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2024/10/30 14:35:34 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2024/11/24 10:22:16 wiz Exp $
 
-DISTNAME=      cyclonedx_python_lib-8.4.0
+DISTNAME=      cyclonedx_python_lib-8.5.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.4.0
-# 20 failed, 5185 passed, 509 warnings
+# as of 8.5.0
+# 20 failed, 5188 passed, 509 warnings
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/py-cyclonedx-python-lib/distinfo
diff -u pkgsrc/security/py-cyclonedx-python-lib/distinfo:1.35 pkgsrc/security/py-cyclonedx-python-lib/distinfo:1.36
--- pkgsrc/security/py-cyclonedx-python-lib/distinfo:1.35       Wed Oct 30 14:35:34 2024
+++ pkgsrc/security/py-cyclonedx-python-lib/distinfo    Sun Nov 24 10:22:16 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.35 2024/10/30 14:35:34 wiz Exp $
+$NetBSD: distinfo,v 1.36 2024/11/24 10:22:16 wiz Exp $
 
-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
+BLAKE2s (cyclonedx_python_lib-8.5.0.tar.gz) = 932d96193acbaccbbc3b86184ee572161b0d6a76b2781405b17e7f11188a3376
+SHA512 (cyclonedx_python_lib-8.5.0.tar.gz) = c21d2bad7dc885fbd939766283e57d8b09c5ca4e4055981f254c088b16a0b727d98e89948140080adb8e80154dd4b7d208fd2a6c4533d571a4ec4cc8ed663520
+Size (cyclonedx_python_lib-8.5.0.tar.gz) = 1136142 bytes



Home | Main Index | Thread Index | Old Index