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 Jun 12 06:06:05 UTC 2020
Modified Files:
pkgsrc/devel/py-google-api-core: Makefile PLIST distinfo
Log Message:
py-google-api-core: updated to 1.20.0
1.20.0:
Features
allow disabling response stream pre-fetch
1.19.1:
Bug Fixes
bump up grpcio minimum version to 1.29.0
1.19.0:
Features
client_options: add new client options 'quota_project_id', 'scopes', and 'credentials_file'
1.18.0:
Features
[CBT-6 helper] Exposing Retry._deadline as a property
add client_encryped_cert_source to ClientOptions
AsyncIO Integration [Part 2]
First batch of AIO integration
third batch of AsyncIO integration
1.17.0:
Features
api_core: add retry param into PollingFuture() and it's inheritors
api-core: add client_cert_source to ClientOptions
Bug Fixes
consume part of StreamingResponseIterator to support failure while under a retry context
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-google-api-core/Makefile \
pkgsrc/devel/py-google-api-core/PLIST \
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.1 pkgsrc/devel/py-google-api-core/Makefile:1.2
--- pkgsrc/devel/py-google-api-core/Makefile:1.1 Mon Mar 16 14:27:25 2020
+++ pkgsrc/devel/py-google-api-core/Makefile Fri Jun 12 06:06:05 2020
@@ -1,22 +1,23 @@
-# $NetBSD: Makefile,v 1.1 2020/03/16 14:27:25 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2020/06/12 06:06:05 adam Exp $
-DISTNAME= google-api-core-1.16.0
+DISTNAME= google-api-core-1.20.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/google-api-core/}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://github.com/google/google-api-core
+HOMEPAGE= https://github.com/googleapis/python-api-core
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}-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
-DEPENDS+= ${PYPKGPREFIX}-google-auth>=0.4.0:../../security/py-google-auth
+DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
DEPENDS+= ${PYPKGPREFIX}-requests>=2.18.0:../../devel/py-requests
+DEPENDS+= ${PYPKGPREFIX}-setuptools>=34.0.0:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-six>=1.10.0:../../lang/py-six
-DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
-DEPENDS+= ${PYPKGPREFIX}-grpcio-[0-9]*:../../net/py-grpcio
TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
@@ -24,11 +25,8 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
USE_LANGUAGES= # none
-# These are not sufficient, package needs to be installed to be able to be tested
-#TEST_ENV+= PYTHONPATH=${WRKSRC}/build/lib
-
-#do-test:
-# cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+do-test:
+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-google-api-core/PLIST
diff -u pkgsrc/devel/py-google-api-core/PLIST:1.1 pkgsrc/devel/py-google-api-core/PLIST:1.2
--- pkgsrc/devel/py-google-api-core/PLIST:1.1 Mon Mar 16 14:27:25 2020
+++ pkgsrc/devel/py-google-api-core/PLIST Fri Jun 12 06:06:05 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2020/03/16 14:27:25 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/06/12 06:06:05 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -31,6 +31,9 @@ ${PYSITELIB}/google/api_core/future/__in
${PYSITELIB}/google/api_core/future/_helpers.py
${PYSITELIB}/google/api_core/future/_helpers.pyc
${PYSITELIB}/google/api_core/future/_helpers.pyo
+${PYSITELIB}/google/api_core/future/async_future.py
+${PYSITELIB}/google/api_core/future/async_future.pyc
+${PYSITELIB}/google/api_core/future/async_future.pyo
${PYSITELIB}/google/api_core/future/base.py
${PYSITELIB}/google/api_core/future/base.pyc
${PYSITELIB}/google/api_core/future/base.pyo
@@ -46,9 +49,15 @@ ${PYSITELIB}/google/api_core/gapic_v1/cl
${PYSITELIB}/google/api_core/gapic_v1/config.py
${PYSITELIB}/google/api_core/gapic_v1/config.pyc
${PYSITELIB}/google/api_core/gapic_v1/config.pyo
+${PYSITELIB}/google/api_core/gapic_v1/config_async.py
+${PYSITELIB}/google/api_core/gapic_v1/config_async.pyc
+${PYSITELIB}/google/api_core/gapic_v1/config_async.pyo
${PYSITELIB}/google/api_core/gapic_v1/method.py
${PYSITELIB}/google/api_core/gapic_v1/method.pyc
${PYSITELIB}/google/api_core/gapic_v1/method.pyo
+${PYSITELIB}/google/api_core/gapic_v1/method_async.py
+${PYSITELIB}/google/api_core/gapic_v1/method_async.pyc
+${PYSITELIB}/google/api_core/gapic_v1/method_async.pyo
${PYSITELIB}/google/api_core/gapic_v1/routing_header.py
${PYSITELIB}/google/api_core/gapic_v1/routing_header.pyc
${PYSITELIB}/google/api_core/gapic_v1/routing_header.pyo
@@ -58,15 +67,24 @@ ${PYSITELIB}/google/api_core/general_hel
${PYSITELIB}/google/api_core/grpc_helpers.py
${PYSITELIB}/google/api_core/grpc_helpers.pyc
${PYSITELIB}/google/api_core/grpc_helpers.pyo
+${PYSITELIB}/google/api_core/grpc_helpers_async.py
+${PYSITELIB}/google/api_core/grpc_helpers_async.pyc
+${PYSITELIB}/google/api_core/grpc_helpers_async.pyo
${PYSITELIB}/google/api_core/iam.py
${PYSITELIB}/google/api_core/iam.pyc
${PYSITELIB}/google/api_core/iam.pyo
${PYSITELIB}/google/api_core/operation.py
${PYSITELIB}/google/api_core/operation.pyc
${PYSITELIB}/google/api_core/operation.pyo
+${PYSITELIB}/google/api_core/operation_async.py
+${PYSITELIB}/google/api_core/operation_async.pyc
+${PYSITELIB}/google/api_core/operation_async.pyo
${PYSITELIB}/google/api_core/operations_v1/__init__.py
${PYSITELIB}/google/api_core/operations_v1/__init__.pyc
${PYSITELIB}/google/api_core/operations_v1/__init__.pyo
+${PYSITELIB}/google/api_core/operations_v1/operations_async_client.py
+${PYSITELIB}/google/api_core/operations_v1/operations_async_client.pyc
+${PYSITELIB}/google/api_core/operations_v1/operations_async_client.pyo
${PYSITELIB}/google/api_core/operations_v1/operations_client.py
${PYSITELIB}/google/api_core/operations_v1/operations_client.pyc
${PYSITELIB}/google/api_core/operations_v1/operations_client.pyo
@@ -76,6 +94,9 @@ ${PYSITELIB}/google/api_core/operations_
${PYSITELIB}/google/api_core/page_iterator.py
${PYSITELIB}/google/api_core/page_iterator.pyc
${PYSITELIB}/google/api_core/page_iterator.pyo
+${PYSITELIB}/google/api_core/page_iterator_async.py
+${PYSITELIB}/google/api_core/page_iterator_async.pyc
+${PYSITELIB}/google/api_core/page_iterator_async.pyo
${PYSITELIB}/google/api_core/path_template.py
${PYSITELIB}/google/api_core/path_template.pyc
${PYSITELIB}/google/api_core/path_template.pyo
@@ -85,6 +106,9 @@ ${PYSITELIB}/google/api_core/protobuf_he
${PYSITELIB}/google/api_core/retry.py
${PYSITELIB}/google/api_core/retry.pyc
${PYSITELIB}/google/api_core/retry.pyo
+${PYSITELIB}/google/api_core/retry_async.py
+${PYSITELIB}/google/api_core/retry_async.pyc
+${PYSITELIB}/google/api_core/retry_async.pyo
${PYSITELIB}/google/api_core/timeout.py
${PYSITELIB}/google/api_core/timeout.pyc
${PYSITELIB}/google/api_core/timeout.pyo
Index: pkgsrc/devel/py-google-api-core/distinfo
diff -u pkgsrc/devel/py-google-api-core/distinfo:1.1 pkgsrc/devel/py-google-api-core/distinfo:1.2
--- pkgsrc/devel/py-google-api-core/distinfo:1.1 Mon Mar 16 14:27:25 2020
+++ pkgsrc/devel/py-google-api-core/distinfo Fri Jun 12 06:06:05 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/03/16 14:27:25 wiz Exp $
+$NetBSD: distinfo,v 1.2 2020/06/12 06:06:05 adam Exp $
-SHA1 (google-api-core-1.16.0.tar.gz) = d411ec57426093fcbd17eb3a47f44978320da92b
-RMD160 (google-api-core-1.16.0.tar.gz) = f0ef671dee0059f823e8b91c7256e529511616a8
-SHA512 (google-api-core-1.16.0.tar.gz) = 4897abf3ae59f84b6f0fa83c4704696649058028ed3d7439b2372cc9659634bd0f8eee2bc7f0a5fa7dce06f7e47581eeded659b6cb545a4e40d05de0e060d8f7
-Size (google-api-core-1.16.0.tar.gz) = 76972 bytes
+SHA1 (google-api-core-1.20.0.tar.gz) = 3841561ea9c6ca3681105fdec858e9e4b4144e26
+RMD160 (google-api-core-1.20.0.tar.gz) = a48bf7ae2c39f9c7437badba648d9bb999501cc5
+SHA512 (google-api-core-1.20.0.tar.gz) = 069d3b49fc5defb10166060e5bbbc62f864eee24ab7b86e2da5bdb825b95f59b3748eade903f18e814a622023dbbbb8065599ef860a7ebe00efd1c2a5f5a6c67
+Size (google-api-core-1.20.0.tar.gz) = 91964 bytes
Home |
Main Index |
Thread Index |
Old Index