Tue Jul 27 15:51:44 2021 UTC ()
py-google-api-core: updated to 1.31.0

1.31.0 (2021-07-07)

Features
add ServiceUnavailable exception to polling retries

Bug Fixes
undprecate entity factory helpers

1.30.0 (2021-06-08)

Features
add iterator capability to paged iterators

1.29.0 (2021-06-02)

Features
HTTPIterator now accepts a page_size parameter to control page …

Documentation
fix broken links in multiprocessing.rst

1.28.0 (2021-05-20)

Bug Fixes
require google-auth>=1.25.0

Miscellaneous Chores

1.27.0 (2021-05-18)

Features
Add support for rest/ token in x-goog-api-client header
retry google.auth TransportError and requests ConnectionError


(adam)
diff -r1.16 -r1.17 pkgsrc/devel/py-google-api-core/Makefile
diff -r1.15 -r1.16 pkgsrc/devel/py-google-api-core/distinfo

cvs diff -r1.16 -r1.17 pkgsrc/devel/py-google-api-core/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-google-api-core/Makefile 2021/04/05 11:52:56 1.16
+++ pkgsrc/devel/py-google-api-core/Makefile 2021/07/27 15:51:44 1.17
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.16 2021/04/05 11:52:56 adam Exp $ 1# $NetBSD: Makefile,v 1.17 2021/07/27 15:51:44 adam Exp $
2 2
3DISTNAME= google-api-core-1.26.3 3DISTNAME= google-api-core-1.31.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-api-core/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-api-core/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/googleapis/python-api-core 9HOMEPAGE= https://github.com/googleapis/python-api-core
10COMMENT= Python support library for multiple Google libraries 10COMMENT= Python support library for multiple Google libraries
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13DEPENDS+= ${PYPKGPREFIX}-google-auth>=1.21.1:../../security/py-google-auth 13DEPENDS+= ${PYPKGPREFIX}-google-auth>=1.21.1:../../security/py-google-auth
14DEPENDS+= ${PYPKGPREFIX}-googleapis-common-protos>=1.6.0:../../devel/py-googleapis-common-protos 14DEPENDS+= ${PYPKGPREFIX}-googleapis-common-protos>=1.6.0:../../devel/py-googleapis-common-protos
15DEPENDS+= ${PYPKGPREFIX}-grpcio>=1.29.0:../../net/py-grpcio 15DEPENDS+= ${PYPKGPREFIX}-grpcio>=1.29.0:../../net/py-grpcio
16DEPENDS+= ${PYPKGPREFIX}-protobuf>=3.12.0:../../devel/py-protobuf 16DEPENDS+= ${PYPKGPREFIX}-protobuf>=3.12.0:../../devel/py-protobuf

cvs diff -r1.15 -r1.16 pkgsrc/devel/py-google-api-core/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-google-api-core/distinfo 2021/04/05 11:52:56 1.15
+++ pkgsrc/devel/py-google-api-core/distinfo 2021/07/27 15:51:44 1.16
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.15 2021/04/05 11:52:56 adam Exp $ 1$NetBSD: distinfo,v 1.16 2021/07/27 15:51:44 adam Exp $
2 2
3SHA1 (google-api-core-1.26.3.tar.gz) = 3d3a9e415f990ffec69c42eaed922755102b46d3 3SHA1 (google-api-core-1.31.0.tar.gz) = dba3f8890002e01da19901491d7189a0fac73654
4RMD160 (google-api-core-1.26.3.tar.gz) = 6f06f26380deabda0ee9e835e9a256a64c492ccf 4RMD160 (google-api-core-1.31.0.tar.gz) = 80816113ad933fceecfccba65c93be092eae2267
5SHA512 (google-api-core-1.26.3.tar.gz) = 63d5fbdbc5e4f18db59c829a2531ac2d9106e511123361b4b176a1f0c1f8e99068f67a66380f87a48f6bb1d5fb80f29819a2b7bc88f2f8c71a0da76f392021ca 5SHA512 (google-api-core-1.31.0.tar.gz) = b4817997c3ce72a1883b8e6efbd7ad9a45ed0129b538fe32a80363d548d2853acef53c0aa1cec215fbd2864e28c169fc7d0c96bfacb21c7dc0276e71272d65b1
6Size (google-api-core-1.26.3.tar.gz) = 95734 bytes 6Size (google-api-core-1.31.0.tar.gz) = 96058 bytes