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 Feb  9 14:28:49 UTC 2025

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

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

8.7.0

Feature

    feat: allow empty OrganizationalContact object (#772)

What's Changed

    feat: allow empty OrganizationalContact object by @Churro in #772

8.6.0

Feature

    feat: expand the capabilities of models.definition.Standard (#713)
    feat: allow empty OrganizationalEntity object (#768)

What's Changed

    feat: allow empty OrganizationalEntity object by @Churro in #768
    chore: tools shebang by @jkowalleck in #770
    feat: add extended support for Definitions by @hakandilek in #713


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/security/py-cyclonedx-python-lib/Makefile
cvs rdiff -u -r1.37 -r1.38 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.43 pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.44
--- pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.43       Sun Feb  2 15:57:00 2025
+++ pkgsrc/security/py-cyclonedx-python-lib/Makefile    Sun Feb  9 14:28:49 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2025/02/02 15:57:00 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2025/02/09 14:28:49 wiz Exp $
 
-DISTNAME=      cyclonedx_python_lib-8.5.1
+DISTNAME=      cyclonedx_python_lib-8.7.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.5.1
-# 20 failed, 5188 passed, 509 warnings
+# as of 8.7.0
+# 20 failed, 5223 passed, 510 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.37 pkgsrc/security/py-cyclonedx-python-lib/distinfo:1.38
--- pkgsrc/security/py-cyclonedx-python-lib/distinfo:1.37       Sun Feb  2 15:57:00 2025
+++ pkgsrc/security/py-cyclonedx-python-lib/distinfo    Sun Feb  9 14:28:49 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.37 2025/02/02 15:57:00 wiz Exp $
+$NetBSD: distinfo,v 1.38 2025/02/09 14:28:49 wiz Exp $
 
-BLAKE2s (cyclonedx_python_lib-8.5.1.tar.gz) = 7a44264c6ddd1c21cc50d4db66fd5bd0b3b61ccb202ca9c480c68fefde4696d0
-SHA512 (cyclonedx_python_lib-8.5.1.tar.gz) = be63ee2896345dbbfcf7404d6d39233e67b3d3940a2913532506cf836bd6433fdf50764970dcfa7901847e6339ec4407b250785e3e7a1420ad7e90333cdbf117
-Size (cyclonedx_python_lib-8.5.1.tar.gz) = 1043445 bytes
+BLAKE2s (cyclonedx_python_lib-8.7.0.tar.gz) = 667918825d12a2a6d5ee6f9ee4a598ee8f2e7f58702c1720c4a3de5f2c241b4a
+SHA512 (cyclonedx_python_lib-8.7.0.tar.gz) = 52998035b943eb9aa693afd35a99c5b299d8e750c38b99ba26ca83bac47a1903c79c4eb5ed3bb1120853bc9db5696ea0f51fc72eacde0eb8f7db4f405150bf4e
+Size (cyclonedx_python_lib-8.7.0.tar.gz) = 1046995 bytes



Home | Main Index | Thread Index | Old Index