pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/py-cyclonedx-bom



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Sep  8 12:05:02 UTC 2026

Modified Files:
        pkgsrc/security/py-cyclonedx-bom: Makefile distinfo

Log Message:
py-cyclonedx-bom: updated to 7.3.1

v7.3.1 (2026-07-23)

Bug Fixes
- Improve error message for non-PEP 621 pyproject.toml

Documentation
- Update docs
- Usage `cyclonedx-py environment` help page add `-S`

v7.3.0 (2026-03-30)

Features
- Add -S flag to skip `*.pth` evaluation during environment analysis


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/py-cyclonedx-bom/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/py-cyclonedx-bom/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-bom/Makefile
diff -u pkgsrc/security/py-cyclonedx-bom/Makefile:1.12 pkgsrc/security/py-cyclonedx-bom/Makefile:1.13
--- pkgsrc/security/py-cyclonedx-bom/Makefile:1.12      Fri Mar 13 11:11:11 2026
+++ pkgsrc/security/py-cyclonedx-bom/Makefile   Tue Sep  8 12:05:02 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2026/03/13 11:11:11 adam Exp $
+# $NetBSD: Makefile,v 1.13 2026/09/08 12:05:02 adam Exp $
 
-DISTNAME=      cyclonedx_bom-7.2.2
+DISTNAME=      cyclonedx_bom-7.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cyclonedx-bom/}
@@ -23,6 +23,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-poetry>=1.
 
 USE_LANGUAGES= # none
 
+PY_RENAME_BINARIES=    cyclonedx-py
+
 .include "../../lang/python/pyversion.mk"
 .if ${PYTHON_VERSION} < 311
 DEPENDS+=      ${PYPKGPREFIX}-tomli>=2.0.1:../../textproc/py-tomli
@@ -34,9 +36,5 @@ SUBST_MESSAGE.cli=    Fixing poetry executa
 SUBST_FILES.cli=       tests/integration/test_cli_poetry.py
 SUBST_SED.cli=         -e "s,'poetry','poetry-${PYVERSSUFFIX}',g"
 
-post-install:
-       cd ${DESTDIR}${PREFIX}/bin && \
-       ${MV} cyclonedx-py cyclonedx-py-${PYVERSSUFFIX} || ${TRUE}
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/py-cyclonedx-bom/distinfo
diff -u pkgsrc/security/py-cyclonedx-bom/distinfo:1.8 pkgsrc/security/py-cyclonedx-bom/distinfo:1.9
--- pkgsrc/security/py-cyclonedx-bom/distinfo:1.8       Fri Mar 13 11:11:11 2026
+++ pkgsrc/security/py-cyclonedx-bom/distinfo   Tue Sep  8 12:05:02 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2026/03/13 11:11:11 adam Exp $
+$NetBSD: distinfo,v 1.9 2026/09/08 12:05:02 adam Exp $
 
-BLAKE2s (cyclonedx_bom-7.2.2.tar.gz) = 86108842a25366d05abca72c8ea1de5d8f824576c50f400653236c29d5611632
-SHA512 (cyclonedx_bom-7.2.2.tar.gz) = 503a64a631affc6dea5ba24bc3cae5415ac68d22c7f2f922eb36069e680a2c096f41a2acb815616d656158facf3feea130266afec72e48dcc12de0f36bb77d45
-Size (cyclonedx_bom-7.2.2.tar.gz) = 4417157 bytes
+BLAKE2s (cyclonedx_bom-7.3.1.tar.gz) = a2c9968df35afceb0b8e9c53d56f0cc09fe25b4eb8778b107b2ef661f59dbacb
+SHA512 (cyclonedx_bom-7.3.1.tar.gz) = d291a96b9c47267c24f598447326bdcfd6a5a900cb89350749041977ae2eae6005f6fe7d389bb298a59dd53612e3c14030f317372502d6c1f4d0c84ed66d6ad1
+Size (cyclonedx_bom-7.3.1.tar.gz) = 4420707 bytes



Home | Main Index | Thread Index | Old Index