Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F3CBA84FA6 for ; Fri, 6 Oct 2023 10:20:34 +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 6PuoumyP5thi for ; Fri, 6 Oct 2023 10:20:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6229584D01 for ; Fri, 6 Oct 2023 10:20:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5F8E7FBDB; Fri, 6 Oct 2023 10:20:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169658763444910" MIME-Version: 1.0 Date: Fri, 6 Oct 2023 10:20:34 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-google-api-core To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231006102034.5F8E7FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169658763444910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Oct 6 10:20:34 UTC 2023 Modified Files: pkgsrc/devel/py-google-api-core: Makefile distinfo Log Message: py-google-api-core: updated to 2.12.0 2.12.0 (2023-09-07) Features Add a little bit of typing to google.api_core.retry Add grpc Compression argument to channels and methods Documentation Fix a typo in google/api_core/page_iterator.py To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/py-google-api-core/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-google-api-core/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169658763444910 Content-Disposition: inline Content-Length: 2391 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-google-api-core/Makefile diff -u pkgsrc/devel/py-google-api-core/Makefile:1.25 pkgsrc/devel/py-google-api-core/Makefile:1.26 --- pkgsrc/devel/py-google-api-core/Makefile:1.25 Sat Jun 17 18:41:56 2023 +++ pkgsrc/devel/py-google-api-core/Makefile Fri Oct 6 10:20:34 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2023/06/17 18:41:56 adam Exp $ +# $NetBSD: Makefile,v 1.26 2023/10/06 10:20:34 adam Exp $ -DISTNAME= google-api-core-2.11.1 +DISTNAME= google-api-core-2.12.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-api-core/} @@ -10,9 +10,9 @@ HOMEPAGE= https://github.com/googleapis/ COMMENT= Python support library for multiple Google libraries LICENSE= apache-2.0 -DEPENDS+= ${PYPKGPREFIX}-google-auth>=2.14.0:../../security/py-google-auth +DEPENDS+= ${PYPKGPREFIX}-google-auth>=2.14.1:../../security/py-google-auth DEPENDS+= ${PYPKGPREFIX}-googleapis-common-protos>=1.56.2:../../devel/py-googleapis-common-protos -DEPENDS+= ${PYPKGPREFIX}-protobuf>=3.20.1:../../devel/py-protobuf +DEPENDS+= ${PYPKGPREFIX}-protobuf>=4.12.6:../../devel/py-protobuf DEPENDS+= ${PYPKGPREFIX}-requests>=2.18.0:../../devel/py-requests # extras DEPENDS+= ${PYPKGPREFIX}-grpcio>=1.33.2:../../net/py-grpcio Index: pkgsrc/devel/py-google-api-core/distinfo diff -u pkgsrc/devel/py-google-api-core/distinfo:1.23 pkgsrc/devel/py-google-api-core/distinfo:1.24 --- pkgsrc/devel/py-google-api-core/distinfo:1.23 Sat Jun 17 18:41:56 2023 +++ pkgsrc/devel/py-google-api-core/distinfo Fri Oct 6 10:20:34 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2023/06/17 18:41:56 adam Exp $ +$NetBSD: distinfo,v 1.24 2023/10/06 10:20:34 adam Exp $ -BLAKE2s (google-api-core-2.11.1.tar.gz) = c9a2fbbba13b138b9daa9ea91fcb006baad8d00c6950c328d0ec906a70ac7834 -SHA512 (google-api-core-2.11.1.tar.gz) = 8b36e598153ce121d4d536a01202e4608ff0fd361326bb4b55c76d05ab420d27a8cb001cbd9e23f1051f311cd3d35f179f108078e12fcaa81ba6960729230f5a -Size (google-api-core-2.11.1.tar.gz) = 129114 bytes +BLAKE2s (google-api-core-2.12.0.tar.gz) = d02a0f3a735465c507b0fe8ce0afec669cc90df58237745bec276be6ba41f010 +SHA512 (google-api-core-2.12.0.tar.gz) = 697cef1e877043612e96b93acd23ae10be5478f3600a571c5a4c4d7d5c8769201fc3b3bea68c558727f5acd9c6e60e72f351f1970b1b3abf1529a6c531fcef64 +Size (google-api-core-2.12.0.tar.gz) = 130745 bytes --_----------=_169658763444910--