diff options
author | adam <adam@pkgsrc.org> | 2021-09-15 11:23:13 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-09-15 11:23:13 +0000 |
commit | 89550aa8ed52635c35cb1d7ffe7b2bd9601754b0 (patch) | |
tree | 9a0b481288bbec7013d1e120a53d3d3000a32d3b /net/py-grpcio | |
parent | 4b9960bf7de49d539c8d4a885de5bc9646d68946 (diff) | |
download | pkgsrc-89550aa8ed52635c35cb1d7ffe7b2bd9601754b0.tar.gz |
grpc: updated to 1.40.0
Release v1.40.0
Core
Update Envoy API to the latest version (2021-07-30).
Enable retries by default.
Add opentelemetry as a submodule for latest xDS API.
Pointing the protobuf submodule to the new URL.
Remove BUILD.gn.
Prevent race causing early-destruction of grpc_winsocket object when creating a TCP connection.
TLS Security Connector: Add an always-fail-handshaker when certificates are not ready.
Enable layering checks in the Bazel build.
Support user provided "scope" in JWT and GDC.
C++
C++ opencensus filter: Fix point of creating context for overall call.
Open census call attempt span name and attribute changes
Open census filter: Use new internal stats API and record retry stats.
Add OpenCensus measures and views for retries.
Python
Add retry example for gRPC Python.
Remove Python 2.7 binary wheel generations.
[Aio][fix] catch application exception in request iterators.
Diffstat (limited to 'net/py-grpcio')
-rw-r--r-- | net/py-grpcio/Makefile | 4 | ||||
-rw-r--r-- | net/py-grpcio/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/py-grpcio/Makefile b/net/py-grpcio/Makefile index a006ef1f064..7fdd9fc14e8 100644 --- a/net/py-grpcio/Makefile +++ b/net/py-grpcio/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2021/07/27 15:47:18 adam Exp $ +# $NetBSD: Makefile,v 1.36 2021/09/15 11:23:13 adam Exp $ -DISTNAME= grpcio-1.39.0 +DISTNAME= grpcio-1.40.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=g/grpcio/} diff --git a/net/py-grpcio/distinfo b/net/py-grpcio/distinfo index a8cfa9b61af..90b2afa9ebc 100644 --- a/net/py-grpcio/distinfo +++ b/net/py-grpcio/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.33 2021/07/27 15:47:18 adam Exp $ +$NetBSD: distinfo,v 1.34 2021/09/15 11:23:13 adam Exp $ -SHA1 (grpcio-1.39.0.tar.gz) = d6902447a4d343ec7ef66b22a8993b6e6aff0188 -RMD160 (grpcio-1.39.0.tar.gz) = 57cbf44897710b48f5a6a03538608d27e726c516 -SHA512 (grpcio-1.39.0.tar.gz) = aaf1e7a2e7516341489e5492c749da3b1a2f80b72d85a71c79893766c2b30ec976e31b2e29cd0753dde8151f56d7e54e828fe7fb20229ecfb06f53c60cc1df89 -Size (grpcio-1.39.0.tar.gz) = 21295494 bytes +SHA1 (grpcio-1.40.0.tar.gz) = 6a01b9ad785b419f01bc551848dee9b3a333bd87 +RMD160 (grpcio-1.40.0.tar.gz) = d7551adad5777a3fa163b9f40121695d264b12a5 +SHA512 (grpcio-1.40.0.tar.gz) = a912ae923392362befeaa0f0e4b2f3ff3a71f2439cce6d6221a7d63e23dc759346c0064c6b44ea5407dbbaec629183844583d20040310dcc08fb3cd658191cf3 +Size (grpcio-1.40.0.tar.gz) = 21275735 bytes SHA1 (patch-setup.py) = c3135fbac1d69942eca57a5fccaf805c8a6cff23 SHA1 (patch-src_core_lib_iomgr_port.h) = 8f088cbf22110c03a684c24c9e17ef5fc64e925a |