Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=k+RS5ASQ; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=eOP+PSWs Received: by mail.netbsd.org (Postfix, from userid 605) id 4221584F3B; Mon, 13 May 2024 09:36:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715593014; bh=E2UeklJMbEJnSrzZ70SYi2TlNubJH0z4BOtpXuf/IGE=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=k+RS5ASQ2cZoXwYVxypv4ha7YTcb5ZC9WCH1oLoWJWfTNh998cPfEaCeEJhQ0PCRA +JcFQF+NkEnXC2RxppwuiD3vREEaUB7GR7pN591+fFTc87avjeasUlm6otJ4CE9mFx 4MXMXXY6Y4gFaMLKbRyMUS226OqkKKEtA5UnXrGo= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 33B3884F29 for ; Mon, 13 May 2024 09:36:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id WIz24ObaVKM2 for ; Mon, 13 May 2024 09:36:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 820DB84E7B for ; Mon, 13 May 2024 09:36:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715593012; bh=E2UeklJMbEJnSrzZ70SYi2TlNubJH0z4BOtpXuf/IGE=; h=Date:From:Subject:To:Reply-To; b=eOP+PSWsSb+6ZWKKb2rI3rE6y4FWqeXpN2XaNJgbdyIDS33Eit4AONDvHtElQ62nZ m2lhrBoWOHmaejYFBA3rKoqXYeCXPLpCVszb6FJ9BARoLjPG1eDOGMOxxnIAHgD8HC QP7BGEKh48vyAaHJMc68JUW0pzmLmGj2Np595zHA= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 776DBFA2C; Mon, 13 May 2024 09:36:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_17155930125700" MIME-Version: 1.0 Date: Mon, 13 May 2024 09:36:52 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/py-cyclonedx-bom To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240513093652.776DBFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_17155930125700 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon May 13 09:36:52 UTC 2024 Modified Files: pkgsrc/security/py-cyclonedx-bom: Makefile distinfo Log Message: py-cyclonedx-bom: updated to 4.4.3 v4.4.3 (2024-04-26) Fix fix: do not use cyclonedx-lib==7.3.1 v4.4.2 (2024-04-21) Fix fix: release lates container image v4.4.1 (2024-04-21) Fix fix: release lates container image To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/py-cyclonedx-bom/Makefile cvs rdiff -u -r1.2 -r1.3 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. --_----------=_17155930125700 Content-Disposition: inline Content-Length: 3160 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/py-cyclonedx-bom/Makefile diff -u pkgsrc/security/py-cyclonedx-bom/Makefile:1.5 pkgsrc/security/py-cyclonedx-bom/Makefile:1.6 --- pkgsrc/security/py-cyclonedx-bom/Makefile:1.5 Sun Mar 24 13:06:01 2024 +++ pkgsrc/security/py-cyclonedx-bom/Makefile Mon May 13 09:36:52 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2024/03/24 13:06:01 adam Exp $ +# $NetBSD: Makefile,v 1.6 2024/05/13 09:36:52 adam Exp $ -DISTNAME= cyclonedx_bom-4.1.3 +DISTNAME= cyclonedx_bom-4.4.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=c/cyclonedx-bom/} @@ -12,15 +12,30 @@ LICENSE= apache-2.0 TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core DEPENDS+= ${PYPKGPREFIX}-chardet>=5.1:../../converters/py-chardet -DEPENDS+= ${PYPKGPREFIX}-cyclonedx-python-lib>=6.1.0:../../security/py-cyclonedx-python-lib +DEPENDS+= ${PYPKGPREFIX}-cyclonedx-python-lib>=7.3.2:../../security/py-cyclonedx-python-lib DEPENDS+= ${PYPKGPREFIX}-packageurl>=0.11:../../devel/py-packageurl -DEPENDS+= ${PYPKGPREFIX}-packaging>=22:../../devel/py-packaging +DEPENDS+= ${PYPKGPREFIX}-packaging>=24:../../devel/py-packaging DEPENDS+= ${PYPKGPREFIX}-pip-requirements-parser>=32.0:../../devel/py-pip-requirements-parser +TEST_DEPENDS+= ${PYPKGPREFIX}-ddt>=1.7.2:../../devel/py-ddt +TEST_DEPENDS+= ${PYPKGPREFIX}-pdm>=2.11:../../devel/py-pdm +TEST_DEPENDS+= ${PYPKGPREFIX}-pip>=23.0:../../devel/py-pip +TEST_DEPENDS+= ${PYPKGPREFIX}-poetry>=1.7:../../devel/py-poetry USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 +.include "../../lang/python/pyversion.mk" +.if ${PYTHON_VERSION} < 311 +DEPENDS+= ${PYPKGPREFIX}-tomli>=2.0.1:../../textproc/py-tomli +.endif + +SUBST_CLASSES+= cli +SUBST_STAGE.cli= pre-configure +SUBST_MESSAGE.cli= Fixing poetry executable name. +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} Index: pkgsrc/security/py-cyclonedx-bom/distinfo diff -u pkgsrc/security/py-cyclonedx-bom/distinfo:1.2 pkgsrc/security/py-cyclonedx-bom/distinfo:1.3 --- pkgsrc/security/py-cyclonedx-bom/distinfo:1.2 Sun Mar 24 13:06:01 2024 +++ pkgsrc/security/py-cyclonedx-bom/distinfo Mon May 13 09:36:52 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2024/03/24 13:06:01 adam Exp $ +$NetBSD: distinfo,v 1.3 2024/05/13 09:36:52 adam Exp $ -BLAKE2s (cyclonedx_bom-4.1.3.tar.gz) = 67a8297b1ede9ba85b3578c92e650d49f577cf448ea26b5314ee9a54e3e4bc1f -SHA512 (cyclonedx_bom-4.1.3.tar.gz) = c1ad4393e8e697848f5fbccc5b55613bd33254dd46802006a7176c557da9ae6b9845c2362762d8d48f0e5ef3ffb9a6c15eec8272c6d603b5713d4852d02fa69c -Size (cyclonedx_bom-4.1.3.tar.gz) = 789821 bytes +BLAKE2s (cyclonedx_bom-4.4.3.tar.gz) = 4d433c59e17676fe8de4617ed76381939d4dd254dfba0d387ef1ba72d1e4cd4c +SHA512 (cyclonedx_bom-4.4.3.tar.gz) = 0729d089f8eae8dff679d5e290be4c09a2614c639665bd61bb759ccfaeed0279b6931b7fa3c6d861aef208a0e19838c178ff655789995fefc619f974bcd1b823 +Size (cyclonedx_bom-4.4.3.tar.gz) = 2143917 bytes --_----------=_17155930125700--