pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-google-api-core py-google-api-core: updated t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b803ea82ff42
branches:  trunk
changeset: 391198:b803ea82ff42
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jan 05 10:21:41 2023 +0000

description:
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

diffstat:

 devel/py-google-api-core/Makefile |  6 +++---
 devel/py-google-api-core/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r 41b4c4fdf095 -r b803ea82ff42 devel/py-google-api-core/Makefile
--- a/devel/py-google-api-core/Makefile Thu Jan 05 10:17:21 2023 +0000
+++ b/devel/py-google-api-core/Makefile Thu Jan 05 10:21:41 2023 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2022/10/31 10:42:45 adam Exp $
+# $NetBSD: Makefile,v 1.24 2023/01/05 10:21:41 adam Exp $
 
-DISTNAME=      google-api-core-2.10.2
+DISTNAME=      google-api-core-2.11.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/google-api-core/}
@@ -10,9 +10,9 @@
 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}-googleapis-common-protos>=1.56.2:../../devel/py-googleapis-common-protos
 DEPENDS+=      ${PYPKGPREFIX}-protobuf>=3.20.1:../../devel/py-protobuf
-DEPENDS+=      ${PYPKGPREFIX}-google-auth>=1.25.0:../../security/py-google-auth
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.18.0:../../devel/py-requests
 # extras
 DEPENDS+=      ${PYPKGPREFIX}-grpcio>=1.33.2:../../net/py-grpcio
diff -r 41b4c4fdf095 -r b803ea82ff42 devel/py-google-api-core/distinfo
--- a/devel/py-google-api-core/distinfo Thu Jan 05 10:17:21 2023 +0000
+++ b/devel/py-google-api-core/distinfo Thu Jan 05 10:21:41 2023 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2022/10/31 10:42:45 adam Exp $
+$NetBSD: distinfo,v 1.22 2023/01/05 10:21:41 adam Exp $
 
-BLAKE2s (google-api-core-2.10.2.tar.gz) = f953c9b7a55bb833d9245bcd30acbd56403eacb02d03af22ca86e180bc019080
-SHA512 (google-api-core-2.10.2.tar.gz) = 95617f98387e17240610027235da9566d615a3f44959ab71bf6de869e1a73aab5b8e16a8796519181ca7202c8208a67a67902057460f3ac6d2ef00599f37e35d
-Size (google-api-core-2.10.2.tar.gz) = 123691 bytes
+BLAKE2s (google-api-core-2.11.0.tar.gz) = 9404dc4ca9fe8bfef491ed1d9c500ca1bf943c43944416062cb5a8b3b943136c
+SHA512 (google-api-core-2.11.0.tar.gz) = 97c8cb1279d355f19616be51db57e37a35befdd98ba52b30ec874ed2f7a4531cd0f495cd84e806e1583d634f986ff12ee87bca42f2b13e5e2c4f911c8ddd085f
+Size (google-api-core-2.11.0.tar.gz) = 128634 bytes



Home | Main Index | Thread Index | Old Index