Received: by mail.netbsd.org (Postfix, from userid 605) id 0D14184E31; Fri, 3 Jan 2020 12:09:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 876DF84E2E for ; Fri, 3 Jan 2020 12:09:07 +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 cgq_sIpBTzov for ; Fri, 3 Jan 2020 12:09:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0D6EE84D63 for ; Fri, 3 Jan 2020 12:09:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 052ADFA97; Fri, 3 Jan 2020 12:09:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1578053346289770" MIME-Version: 1.0 Date: Fri, 3 Jan 2020 12:09:06 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/py-gsutil To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200103120907.052ADFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1578053346289770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Jan 3 12:09:06 UTC 2020 Modified Files: pkgsrc/net/py-gsutil: Makefile distinfo Log Message: py-gsutil: updated to 4.46 Release 4.46: Bug Fixes - Fixed issue with domain permissions functionality. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/py-gsutil/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/py-gsutil/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1578053346289770 Content-Disposition: inline Content-Length: 2209 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/py-gsutil/Makefile diff -u pkgsrc/net/py-gsutil/Makefile:1.6 pkgsrc/net/py-gsutil/Makefile:1.7 --- pkgsrc/net/py-gsutil/Makefile:1.6 Thu Jan 2 19:22:40 2020 +++ pkgsrc/net/py-gsutil/Makefile Fri Jan 3 12:09:06 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2020/01/02 19:22:40 bsiegert Exp $ +# $NetBSD: Makefile,v 1.7 2020/01/03 12:09:06 adam Exp $ -DISTNAME= gsutil-4.45 +DISTNAME= gsutil-4.46 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=g/gsutil/} @@ -28,7 +28,7 @@ DEPENDS+= ${PYPKGPREFIX}-google-reauth>= DEPENDS+= ${PYPKGPREFIX}-httplib2>=0.11.3:../../www/py-httplib2 DEPENDS+= ${PYPKGPREFIX}-mock>=2.0.0:../../devel/py-mock DEPENDS+= ${PYPKGPREFIX}-monotonic>=1.4:../../time/py-monotonic -DEPENDS+= ${PYPKGPREFIX}-oauth2client-4.1.3*:../../security/py-oauth2client +DEPENDS+= ${PYPKGPREFIX}-oauth2client>=4.1.3:../../security/py-oauth2client DEPENDS+= ${PYPKGPREFIX}-retry_decorator>=1.0.0:../../devel/py-retry_decorator DEPENDS+= ${PYPKGPREFIX}-six>=1.12.0:../../lang/py-six Index: pkgsrc/net/py-gsutil/distinfo diff -u pkgsrc/net/py-gsutil/distinfo:1.5 pkgsrc/net/py-gsutil/distinfo:1.6 --- pkgsrc/net/py-gsutil/distinfo:1.5 Thu Jan 2 19:22:40 2020 +++ pkgsrc/net/py-gsutil/distinfo Fri Jan 3 12:09:06 2020 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2020/01/02 19:22:40 bsiegert Exp $ +$NetBSD: distinfo,v 1.6 2020/01/03 12:09:06 adam Exp $ -SHA1 (gsutil-4.45.tar.gz) = fec6acc64389c2944e98cd195de46e1f6e3018dd -RMD160 (gsutil-4.45.tar.gz) = dc1406d4576d0c2f5918ec856fcbc5c74394056f -SHA512 (gsutil-4.45.tar.gz) = 1f0f1a2e1f3c15a6a08ef013f8b5eb5a0686ff571de788c2460739733dbbf5e31741cb80b1fa5236f596ca1dfaab79a82a140fd9689930dcd746906c615b4058 -Size (gsutil-4.45.tar.gz) = 2287144 bytes +SHA1 (gsutil-4.46.tar.gz) = 84bf1c9c77482127467832482ae2b8e512dc21f2 +RMD160 (gsutil-4.46.tar.gz) = a7dec45d26d80a21c9c26e8c5b48c68215286d13 +SHA512 (gsutil-4.46.tar.gz) = e17b30c5133f04beb76aacd4477e2dcb0218236a81209f4d2589ae1262a22f658782447439eae485d73f0aca2c12d1a671fa41bcb7759d2f9204a2fa84cc17bd +Size (gsutil-4.46.tar.gz) = 2286967 bytes SHA1 (patch-setup.py) = 168fb857e05bea2f85ae11318f07fcbc699ff69d --_----------=_1578053346289770--