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 13 10:27:46 UTC 2025

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

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

## v10.4.1 (2025-07-08)

### Bug Fixes

- Add runtime dependnecy `typing_extensions>=4.6; python_version<"3.13"`

- Added runtime dependnecy `referencing>=0.28.4"`

## v10.4.0 (2025-07-08)

### Bug Fixes

- Issue `DeprecationWarnings` for deprecated properties properly

- Removed meaningless pattern checks for CycloneDX 1.2 JSON schema

### Features

- Decorate deprecated symbols

- Validators return specific error classes


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/security/py-cyclonedx-python-lib/Makefile
cvs rdiff -u -r1.45 -r1.46 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.52 pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.53
--- pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.52       Sun Jul  6 08:43:39 2025
+++ pkgsrc/security/py-cyclonedx-python-lib/Makefile    Sun Jul 13 10:27:45 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2025/07/06 08:43:39 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2025/07/13 10:27:45 wiz Exp $
 
-DISTNAME=      cyclonedx_python_lib-10.3.0
+DISTNAME=      cyclonedx_python_lib-10.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cyclonedx-python-lib/}
@@ -13,6 +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}-referencing>=0.28.4:../../textproc/py-referencing
 DEPENDS+=      ${PYPKGPREFIX}-serializable>=2:../../devel/py-serializable
 DEPENDS+=      ${PYPKGPREFIX}-sortedcontainers>=2.4.0:../../devel/py-sortedcontainers
 TEST_DEPENDS+= ${PYPKGPREFIX}-ddt>=1.7.2:../../devel/py-ddt
@@ -22,8 +23,13 @@ TEST_DEPENDS+=       ${PYPKGPREFIX}-xmldiff>=2
 
 USE_LANGUAGES= # none
 
-# as of 10.3.0
-# 30 failed, 5794 passed, 529 warnings
+# as of 10.4.1
+# 30 failed, 5794 passed, 543 warnings
+
+.include "../../lang/python/pyversion.mk"
+.if ${PYTHON_VERSION} < 313
+DEPENDS+=      ${PYPKGPREFIX}-typing_extensions>=4.6:../../devel/py-typing_extensions
+.endif
 
 .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.45 pkgsrc/security/py-cyclonedx-python-lib/distinfo:1.46
--- pkgsrc/security/py-cyclonedx-python-lib/distinfo:1.45       Sun Jul  6 08:43:39 2025
+++ pkgsrc/security/py-cyclonedx-python-lib/distinfo    Sun Jul 13 10:27:45 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.45 2025/07/06 08:43:39 wiz Exp $
+$NetBSD: distinfo,v 1.46 2025/07/13 10:27:45 wiz Exp $
 
-BLAKE2s (cyclonedx_python_lib-10.3.0.tar.gz) = cd8bbf1cb315ea6e88b8399e497720e24a5c2bf7ce1fdb79097af0fc0b8a667f
-SHA512 (cyclonedx_python_lib-10.3.0.tar.gz) = bae7ea9fa9d4fbab159e46d909b0dfa65b5cdedc1e3326cafb753ef1ca3bb51c2599f02d2f6779d114bc0005a25aac9038741e746ee2fc6ba9afb606a13c8c48
-Size (cyclonedx_python_lib-10.3.0.tar.gz) = 1039738 bytes
+BLAKE2s (cyclonedx_python_lib-10.4.1.tar.gz) = fd6177f275e3504a26c31aadfb01b51337528abeebed7f4e1920b6d44f73db7c
+SHA512 (cyclonedx_python_lib-10.4.1.tar.gz) = 28a4bebee28f15726116d0e6a838ffcc9897719dade70a03474f2cbc2ce9560315ee7532ba1752c2f4290294dabe3d58bdeb132119c99188e1b088470bc37ea2
+Size (cyclonedx_python_lib-10.4.1.tar.gz) = 1040510 bytes



Home | Main Index | Thread Index | Old Index