Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ut6ZSh8L; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=LcoIKIDO Received: by mail.netbsd.org (Postfix, from userid 605) id 6585284D51; Sun, 24 Mar 2024 13:04:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711285459; bh=Pp4YV79T5nt0Cl/mPS9rPEbun2BEWxRZo5hvYmCPc4o=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=ut6ZSh8LiIToQnS/d5f8ghNW1CC/RFlX1ByTOBjeP5i55d7/d30SGZxsU0UKBn38f 3rPv7Xy9uvH50+DzR7YKWi7rKnKgRiszD4poACVCLfed0ofz9aIAfn9XBNRnT3AOgY dC4GK7PDT1JJH7bd4O9QV798yEpcqfbFqsuPCVTc= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 56BCF84D1D for ; Sun, 24 Mar 2024 13:04:18 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id nvOal7p4Gbco for ; Sun, 24 Mar 2024 13:04:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BBD3F84D07 for ; Sun, 24 Mar 2024 13:04:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711285457; bh=Pp4YV79T5nt0Cl/mPS9rPEbun2BEWxRZo5hvYmCPc4o=; h=Date:From:Subject:To:Reply-To; b=LcoIKIDOpRD6k27oU6O1SfXZ2CMsgzO0X3jHsUfyhRpSOv7d/NKIDGk85upl6tp/3 4uvyigh52CCLiH2NJHlFH4vXyLggabkSXityV0EA1p30uNRowRXqDH5j7trQ1VMZFe /QNYf4Q6pNLoib8FQR9VaSIKnPeo0y8KacW4gkQA= Received: by cvs.NetBSD.org (Postfix, from userid 500) id B2B02FA2C; Sun, 24 Mar 2024 13:04:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1711285457106220" MIME-Version: 1.0 Date: Sun, 24 Mar 2024 13:04:17 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/py-cyclonedx-python-lib To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240324130417.B2B02FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1711285457106220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Mar 24 13:04:17 UTC 2024 Modified Files: pkgsrc/security/py-cyclonedx-python-lib: Makefile distinfo Log Message: py-cyclonedx-python-lib: updated to 6.4.4 6.4.4 fix: wrong extra name for xml validation To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/security/py-cyclonedx-python-lib/Makefile cvs rdiff -u -r1.21 -r1.22 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. --_----------=_1711285457106220 Content-Disposition: inline Content-Length: 2571 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/py-cyclonedx-python-lib/Makefile diff -u pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.27 pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.28 --- pkgsrc/security/py-cyclonedx-python-lib/Makefile:1.27 Mon Mar 4 18:49:17 2024 +++ pkgsrc/security/py-cyclonedx-python-lib/Makefile Sun Mar 24 13:04:17 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2024/03/04 18:49:17 adam Exp $ +# $NetBSD: Makefile,v 1.28 2024/03/24 13:04:17 adam Exp $ -DISTNAME= cyclonedx_python_lib-6.4.3 +DISTNAME= cyclonedx_python_lib-6.4.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=c/cyclonedx-python-lib/} @@ -15,11 +15,13 @@ DEPENDS+= ${PYPKGPREFIX}-license-express DEPENDS+= ${PYPKGPREFIX}-packageurl>=0.11:../../devel/py-packageurl DEPENDS+= ${PYPKGPREFIX}-serializable>=0.16:../../devel/py-serializable DEPENDS+= ${PYPKGPREFIX}-sortedcontainers>=2.4.0:../../devel/py-sortedcontainers -TEST_DEPENDS+= ${PYPKGPREFIX}-ddt>=1.7.1:../../devel/py-ddt +TEST_DEPENDS+= ${PYPKGPREFIX}-ddt>=1.7.2:../../devel/py-ddt TEST_DEPENDS+= ${PYPKGPREFIX}-jsonschema>=4.18:../../textproc/py-jsonschema TEST_DEPENDS+= ${PYPKGPREFIX}-lxml>=4:../../textproc/py-lxml TEST_DEPENDS+= ${PYPKGPREFIX}-xmldiff>=2.6.3:../../textproc/py-xmldiff +USE_LANGUAGES= # none + PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../lang/python/wheel.mk" Index: pkgsrc/security/py-cyclonedx-python-lib/distinfo diff -u pkgsrc/security/py-cyclonedx-python-lib/distinfo:1.21 pkgsrc/security/py-cyclonedx-python-lib/distinfo:1.22 --- pkgsrc/security/py-cyclonedx-python-lib/distinfo:1.21 Mon Mar 4 18:49:17 2024 +++ pkgsrc/security/py-cyclonedx-python-lib/distinfo Sun Mar 24 13:04:17 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.21 2024/03/04 18:49:17 adam Exp $ +$NetBSD: distinfo,v 1.22 2024/03/24 13:04:17 adam Exp $ -BLAKE2s (cyclonedx_python_lib-6.4.3.tar.gz) = 905c03c32746fda6ec8be32dc4650fde3f3d8acbbe280596484fc27d7709b11a -SHA512 (cyclonedx_python_lib-6.4.3.tar.gz) = 77548abecd8e116b14df3316a904d3f50e9233f47e2bce50c4aeac946036390523b35591c697cd93897422304e7370856fe63469d4d2241f8b0688ec247cfeb8 -Size (cyclonedx_python_lib-6.4.3.tar.gz) = 780124 bytes +BLAKE2s (cyclonedx_python_lib-6.4.4.tar.gz) = 2bf9d6eaf5e7f1a2ff43fa151b6baa46e2d50ffe62eb9deaf1e6c4da5c01bbb5 +SHA512 (cyclonedx_python_lib-6.4.4.tar.gz) = cddc096a621b62c2ebbf51bc84e55b9f73b9e81af448c36889867ab78cde2a62890c7a0273e066f94541ccd805d1d8c3e31bd76cf7c976f67df9b79f6dcc33b4 +Size (cyclonedx_python_lib-6.4.4.tar.gz) = 780223 bytes --_----------=_1711285457106220--