pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-google-api-core



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jan  5 10:21:41 UTC 2023

Modified Files:
        pkgsrc/devel/py-google-api-core: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-google-api-core/Makefile
cvs rdiff -u -r1.21 -r1.22 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.

Modified files:

Index: pkgsrc/devel/py-google-api-core/Makefile
diff -u pkgsrc/devel/py-google-api-core/Makefile:1.23 pkgsrc/devel/py-google-api-core/Makefile:1.24
--- pkgsrc/devel/py-google-api-core/Makefile:1.23       Mon Oct 31 10:42:45 2022
+++ pkgsrc/devel/py-google-api-core/Makefile    Thu Jan  5 10:21:41 2023
@@ -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 @@ 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}-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

Index: pkgsrc/devel/py-google-api-core/distinfo
diff -u pkgsrc/devel/py-google-api-core/distinfo:1.21 pkgsrc/devel/py-google-api-core/distinfo:1.22
--- pkgsrc/devel/py-google-api-core/distinfo:1.21       Mon Oct 31 10:42:45 2022
+++ pkgsrc/devel/py-google-api-core/distinfo    Thu Jan  5 10:21:41 2023
@@ -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