Received: by mail.netbsd.org (Postfix, from userid 605) id 203AD84D59; Wed, 18 Jan 2023 09:10:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4F2AB84CF9 for ; Wed, 18 Jan 2023 09:10:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 XiCe5uid07HJ for ; Wed, 18 Jan 2023 09:10:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id A1B6F84CED for ; Wed, 18 Jan 2023 09:10:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9F1C2FA90; Wed, 18 Jan 2023 09:10:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16740330026880" MIME-Version: 1.0 Date: Wed, 18 Jan 2023 09:10:02 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/py-awscli To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230118091002.9F1C2FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16740330026880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Jan 18 09:10:02 UTC 2023 Modified Files: pkgsrc/net/py-awscli: Makefile Log Message: py-awscli: update DEPENDS To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 pkgsrc/net/py-awscli/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16740330026880 Content-Disposition: inline Content-Length: 932 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/py-awscli/Makefile diff -u pkgsrc/net/py-awscli/Makefile:1.54 pkgsrc/net/py-awscli/Makefile:1.55 --- pkgsrc/net/py-awscli/Makefile:1.54 Wed Jan 18 00:08:56 2023 +++ pkgsrc/net/py-awscli/Makefile Wed Jan 18 09:10:02 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2023/01/18 00:08:56 schmonz Exp $ +# $NetBSD: Makefile,v 1.55 2023/01/18 09:10:02 adam Exp $ DISTNAME= awscli-1.27.51 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/aws/aws-cli COMMENT= Universal Command Line Interface for Amazon Web Services LICENSE= apache-2.0 -DEPENDS+= ${PYPKGPREFIX}-botocore>=1.29.39:../../net/py-botocore +DEPENDS+= ${PYPKGPREFIX}-botocore>=1.29.51:../../net/py-botocore DEPENDS+= ${PYPKGPREFIX}-colorama>=0.3.2:../../comms/py-colorama DEPENDS+= ${PYPKGPREFIX}-docutils>=0.10:../../textproc/py-docutils DEPENDS+= ${PYPKGPREFIX}-rsa>=3.1.2:../../security/py-rsa --_----------=_16740330026880--