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:           Mon Nov  9 13:13:26 UTC 2020

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

Log Message:
py-google-api-core: updated to 1.23.0

1.23.0:

Features

api-core: pass retry from result() to done()

Bug Fixes

map LRO errors to library exception types
harden install to use full paths, and windows separators on windows
update out-of-date comment in exceptions.py


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-google-api-core/Makefile
cvs rdiff -u -r1.7 -r1.8 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.8 pkgsrc/devel/py-google-api-core/Makefile:1.9
--- pkgsrc/devel/py-google-api-core/Makefile:1.8        Mon Oct  5 21:12:19 2020
+++ pkgsrc/devel/py-google-api-core/Makefile    Mon Nov  9 13:13:26 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2020/10/05 21:12:19 adam Exp $
+# $NetBSD: Makefile,v 1.9 2020/11/09 13:13:26 adam Exp $
 
-DISTNAME=      google-api-core-1.22.4
+DISTNAME=      google-api-core-1.23.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/google-api-core/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/googleapis/
 COMMENT=       Python support library for multiple Google libraries
 LICENSE=       apache-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-google-auth>=1.14.0:../../security/py-google-auth
+DEPENDS+=      ${PYPKGPREFIX}-google-auth>=1.21.0:../../security/py-google-auth
 DEPENDS+=      ${PYPKGPREFIX}-googleapis-common-protos>=1.6.0:../../devel/py-googleapis-common-protos
 DEPENDS+=      ${PYPKGPREFIX}-grpcio>=1.29.0:../../net/py-grpcio
 DEPENDS+=      ${PYPKGPREFIX}-protobuf>=3.4.0:../../devel/py-protobuf

Index: pkgsrc/devel/py-google-api-core/distinfo
diff -u pkgsrc/devel/py-google-api-core/distinfo:1.7 pkgsrc/devel/py-google-api-core/distinfo:1.8
--- pkgsrc/devel/py-google-api-core/distinfo:1.7        Mon Oct  5 21:12:19 2020
+++ pkgsrc/devel/py-google-api-core/distinfo    Mon Nov  9 13:13:26 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2020/10/05 21:12:19 adam Exp $
+$NetBSD: distinfo,v 1.8 2020/11/09 13:13:26 adam Exp $
 
-SHA1 (google-api-core-1.22.4.tar.gz) = 6efbc3492ec8df6723e2740f87d36216a7f65539
-RMD160 (google-api-core-1.22.4.tar.gz) = d7edc6f36d7d3d27c5f43222dc7a3d766140c17f
-SHA512 (google-api-core-1.22.4.tar.gz) = a1c71e9facbbd6227a60f4ca79fc22161fca436e9f8269ff999013dbfbb60cb9faf9c8b465a6a9929b360e25045bda7304eca9d38eb57f6cd83802c3d5b4ecb4
-Size (google-api-core-1.22.4.tar.gz) = 93054 bytes
+SHA1 (google-api-core-1.23.0.tar.gz) = 21b31a25b5ce5010b58f7ffff7cbfcf9f7c1cdcc
+RMD160 (google-api-core-1.23.0.tar.gz) = be6e58f08b74e7f5326a6b95b03db2cdf5235826
+SHA512 (google-api-core-1.23.0.tar.gz) = 97f129fa8bb6da110d54b93254d2504bad30d4ce3ea6da02079aae29522650bf4adc4a9a1d34c8fcd433624d407428f16f56e0af2d0a7bd6a942e5d04cda8457
+Size (google-api-core-1.23.0.tar.gz) = 93653 bytes



Home | Main Index | Thread Index | Old Index