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: 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.
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
Home |
Main Index |
Thread Index |
Old Index