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 Jul 14 13:41:49 UTC 2024

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

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

fix: XML serialize normalizedString and token properly (#646)


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/security/py-cyclonedx-python-lib/Makefile
cvs rdiff -u -r1.29 -r1.30 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.35 pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.36
--- pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.35       Sun Jul  7 14:39:09 2024
+++ pkgsrc/security/py-cyclonedx-python-lib/Makefile    Sun Jul 14 13:41:49 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2024/07/07 14:39:09 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2024/07/14 13:41:49 wiz Exp $
 
-DISTNAME=      cyclonedx_python_lib-7.5.0
+DISTNAME=      cyclonedx_python_lib-7.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cyclonedx-python-lib/}
@@ -13,7 +13,7 @@ LICENSE=      apache-2.0
 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}-serializable>=1.1:../../devel/py-serializable
 DEPENDS+=      ${PYPKGPREFIX}-sortedcontainers>=2.4.0:../../devel/py-sortedcontainers
 TEST_DEPENDS+= ${PYPKGPREFIX}-ddt>=1.7.2:../../devel/py-ddt
 TEST_DEPENDS+= ${PYPKGPREFIX}-jsonschema>=4.18:../../textproc/py-jsonschema

Index: pkgsrc/security/py-cyclonedx-python-lib/distinfo
diff -u pkgsrc/security/py-cyclonedx-python-lib/distinfo:1.29 pkgsrc/security/py-cyclonedx-python-lib/distinfo:1.30
--- pkgsrc/security/py-cyclonedx-python-lib/distinfo:1.29       Sun Jul  7 14:39:09 2024
+++ pkgsrc/security/py-cyclonedx-python-lib/distinfo    Sun Jul 14 13:41:49 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.29 2024/07/07 14:39:09 wiz Exp $
+$NetBSD: distinfo,v 1.30 2024/07/14 13:41:49 wiz Exp $
 
-BLAKE2s (cyclonedx_python_lib-7.5.0.tar.gz) = 1b8db4dd2f55ab085c6699af1ac63f610e98218beceafd8092b61581cf0e3806
-SHA512 (cyclonedx_python_lib-7.5.0.tar.gz) = bfd3a288b5141300f8e815cd77f76059a3232471ff2efc9f25df01b3610af212dcabcd6fd7c2f11bb2537c4fe6ea2c585ba63e425f785f1583e634aaef6f4f27
-Size (cyclonedx_python_lib-7.5.0.tar.gz) = 1121882 bytes
+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



Home | Main Index | Thread Index | Old Index