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: Mon Aug 19 21:22:06 UTC 2024
Modified Files:
pkgsrc/security/py-cyclonedx-python-lib: Makefile distinfo
Log Message:
py-cyclonedx-python-lib: update to 7.6.0.
feat: HashType.from_composite_str for Blake2b, SHA3, Blake3 (#663)
The code mistreated hashes for Blake2b and SHA3.
Code for explicitly handling SHA1 & BLAKE3 was added, as those have no
variants defined in the CycloneDX specification.
fixes #652
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/security/py-cyclonedx-python-lib/Makefile
cvs rdiff -u -r1.30 -r1.31 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.36 pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.37
--- pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.36 Sun Jul 14 13:41:49 2024
+++ pkgsrc/security/py-cyclonedx-python-lib/Makefile Mon Aug 19 21:22:06 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2024/07/14 13:41:49 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2024/08/19 21:22:06 wiz Exp $
-DISTNAME= cyclonedx_python_lib-7.5.1
+DISTNAME= cyclonedx_python_lib-7.6.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=c/cyclonedx-python-lib/}
@@ -24,7 +24,8 @@ USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
-# 20 failed, 5008 passed, 542 warnings
+# as of 7.6.0
+# 20 failed, 5012 passed, 542 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.30 pkgsrc/security/py-cyclonedx-python-lib/distinfo:1.31
--- pkgsrc/security/py-cyclonedx-python-lib/distinfo:1.30 Sun Jul 14 13:41:49 2024
+++ pkgsrc/security/py-cyclonedx-python-lib/distinfo Mon Aug 19 21:22:06 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.30 2024/07/14 13:41:49 wiz Exp $
+$NetBSD: distinfo,v 1.31 2024/08/19 21:22:06 wiz Exp $
-BLAKE2s (cyclonedx_python_lib-7.5.1.tar.gz) = 483d6ef7d61be725d849c1e57a276be2d157783b98621dc6666b02f867d42b76
-SHA512 (cyclonedx_python_lib-7.5.1.tar.gz) = 6814e6714d0d77129ec5cc7f5c0330328dc9b836cbb45bdae192a08fbdafc65f325de6e3ce7d1a415b9d29af071cce37f1e0b6fdeebb4d23f681c7f9c7b5e48b
-Size (cyclonedx_python_lib-7.5.1.tar.gz) = 1122524 bytes
+BLAKE2s (cyclonedx_python_lib-7.6.0.tar.gz) = 6a3a83b4af6d075889262fd2df8a5eced005705a0de71bad63d6731148b24cdc
+SHA512 (cyclonedx_python_lib-7.6.0.tar.gz) = bee28aa3c5e1f610d7157b845786d67b4c5fb5ffa468889ae0036f3717565a7f5bf0ccdb8f7db8ad9ae1e0b1b65b478e85e5708d77bfc9c06813c14e012d7bb0
+Size (cyclonedx_python_lib-7.6.0.tar.gz) = 1122994 bytes
Home |
Main Index |
Thread Index |
Old Index