Thu Jan 5 10:21:41 2023 UTC ()
py-google-api-core: updated to 2.11.0

v2.11.0

Features

Add support for Python 3.11
Allow representing enums with their unqualified symbolic names in headers

Bug Fixes

Major refactoring of Polling, Retry and Timeout logic
Require google-auth >= 2.14.1


(adam)
diff -r1.23 -r1.24 pkgsrc/devel/py-google-api-core/Makefile
diff -r1.21 -r1.22 pkgsrc/devel/py-google-api-core/distinfo

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

--- pkgsrc/devel/py-google-api-core/Makefile 2022/10/31 10:42:45 1.23
+++ pkgsrc/devel/py-google-api-core/Makefile 2023/01/05 10:21:41 1.24
@@ -1,28 +1,28 @@ @@ -1,28 +1,28 @@
1# $NetBSD: Makefile,v 1.23 2022/10/31 10:42:45 adam Exp $ 1# $NetBSD: Makefile,v 1.24 2023/01/05 10:21:41 adam Exp $
2 2
3DISTNAME= google-api-core-2.10.2 3DISTNAME= google-api-core-2.11.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>=2.14.0:../../security/py-google-auth
13DEPENDS+= ${PYPKGPREFIX}-googleapis-common-protos>=1.56.2:../../devel/py-googleapis-common-protos 14DEPENDS+= ${PYPKGPREFIX}-googleapis-common-protos>=1.56.2:../../devel/py-googleapis-common-protos
14DEPENDS+= ${PYPKGPREFIX}-protobuf>=3.20.1:../../devel/py-protobuf 15DEPENDS+= ${PYPKGPREFIX}-protobuf>=3.20.1:../../devel/py-protobuf
15DEPENDS+= ${PYPKGPREFIX}-google-auth>=1.25.0:../../security/py-google-auth 
16DEPENDS+= ${PYPKGPREFIX}-requests>=2.18.0:../../devel/py-requests 16DEPENDS+= ${PYPKGPREFIX}-requests>=2.18.0:../../devel/py-requests
17# extras 17# extras
18DEPENDS+= ${PYPKGPREFIX}-grpcio>=1.33.2:../../net/py-grpcio 18DEPENDS+= ${PYPKGPREFIX}-grpcio>=1.33.2:../../net/py-grpcio
19TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock 19TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
20TEST_DEPENDS+= ${PYPKGPREFIX}-proto-plus-[0-9]*:../../devel/py-proto-plus 20TEST_DEPENDS+= ${PYPKGPREFIX}-proto-plus-[0-9]*:../../devel/py-proto-plus
21TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test 21TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
22TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio 22TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio
23 23
24USE_LANGUAGES= # none 24USE_LANGUAGES= # none
25 25
26PYTHON_VERSIONS_INCOMPATIBLE= 27 26PYTHON_VERSIONS_INCOMPATIBLE= 27
27 27
28# needs to be installed for testing 28# needs to be installed for testing

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

--- pkgsrc/devel/py-google-api-core/distinfo 2022/10/31 10:42:45 1.21
+++ pkgsrc/devel/py-google-api-core/distinfo 2023/01/05 10:21:41 1.22
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.21 2022/10/31 10:42:45 adam Exp $ 1$NetBSD: distinfo,v 1.22 2023/01/05 10:21:41 adam Exp $
2 2
3BLAKE2s (google-api-core-2.10.2.tar.gz) = f953c9b7a55bb833d9245bcd30acbd56403eacb02d03af22ca86e180bc019080 3BLAKE2s (google-api-core-2.11.0.tar.gz) = 9404dc4ca9fe8bfef491ed1d9c500ca1bf943c43944416062cb5a8b3b943136c
4SHA512 (google-api-core-2.10.2.tar.gz) = 95617f98387e17240610027235da9566d615a3f44959ab71bf6de869e1a73aab5b8e16a8796519181ca7202c8208a67a67902057460f3ac6d2ef00599f37e35d 4SHA512 (google-api-core-2.11.0.tar.gz) = 97c8cb1279d355f19616be51db57e37a35befdd98ba52b30ec874ed2f7a4531cd0f495cd84e806e1583d634f986ff12ee87bca42f2b13e5e2c4f911c8ddd085f
5Size (google-api-core-2.10.2.tar.gz) = 123691 bytes 5Size (google-api-core-2.11.0.tar.gz) = 128634 bytes