summaryrefslogtreecommitdiff
path: root/net/py-grpcio-testing
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-09-10 07:18:33 +0000
committeradam <adam@pkgsrc.org>2020-09-10 07:18:33 +0000
commita1de5eecf3b8c4b841de97ad6b72fd6c4d46103e (patch)
tree3702a6359d2f2698087287f518b856e172923783 /net/py-grpcio-testing
parentefae8bc45dcb6031e54189f0cdc03c1b659e78b2 (diff)
downloadpkgsrc-a1de5eecf3b8c4b841de97ad6b72fd6c4d46103e.tar.gz
grpc py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.32.0
Release v1.32.0 This release contains refinements, improvements, and bug fixes, with highlights listed below. Core Remove stream from stalled lists on remove_stream. Do not cancel RPC if send metadata size if larger than peer's limit. Don't consider receiving non-OK status as an error for HTTP2. Keepalive throttling. Include the target_uri in "target uri is not valid" error messages. Fix "cannot send compressed message large than 1024B" in cronet_transport. Receive SETTINGS frame on clients before declaring subchannel READY. Enabled GPR_ABSEIL_SYNC. Experimental xDS v3 support. C++ Upgrade bazel used for all tests to 2.2.0. Remove test targets and test helper libraries from Makefile. Fix repeated builds broken by re2's cmake. Log the peer address of grpc_cli CallMethod RPCs to stderr. Python [gRPC Easy] GA: This release enables runtime import of .proto Files. (gRFC, PR) Together with support for simple stubs present since 1.29, this completes gRPC Easy. To start using these features, take a look at the example. If using simple stubs without runtime proto import, generated code must be regenerated with an up-to-date version of the grpcio-tools package. [Aio] Graduation from experimental folder. [Aio] Prevent call objects from outliving its parent channel or server. [Aio] Add a fail-back polling mode for Windows+3.8+. Raises an exception when port binding failed. Implement compute_engine_channel_credentials in Python. Fix bazel out directory when using external repo.
Diffstat (limited to 'net/py-grpcio-testing')
-rw-r--r--net/py-grpcio-testing/Makefile4
-rw-r--r--net/py-grpcio-testing/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/net/py-grpcio-testing/Makefile b/net/py-grpcio-testing/Makefile
index 723da766240..fd63606ec04 100644
--- a/net/py-grpcio-testing/Makefile
+++ b/net/py-grpcio-testing/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2020/08/07 06:45:58 adam Exp $
+# $NetBSD: Makefile,v 1.9 2020/09/10 07:18:34 adam Exp $
-DISTNAME= grpcio-testing-1.31.0
+DISTNAME= grpcio-testing-1.32.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/grpcio-testing/}
diff --git a/net/py-grpcio-testing/distinfo b/net/py-grpcio-testing/distinfo
index e01b0c89e33..0b2ca2986e8 100644
--- a/net/py-grpcio-testing/distinfo
+++ b/net/py-grpcio-testing/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2020/08/07 06:45:58 adam Exp $
+$NetBSD: distinfo,v 1.8 2020/09/10 07:18:34 adam Exp $
-SHA1 (grpcio-testing-1.31.0.tar.gz) = da20736868decb1c63e4b0574e594edf983e58d1
-RMD160 (grpcio-testing-1.31.0.tar.gz) = 24751c9676486be669ef09e7896ed77ce4bbd1ed
-SHA512 (grpcio-testing-1.31.0.tar.gz) = 8691686f6de541edd532ea9f524bfd27a510a3f2514a0ad78c05a33fa70da3bfd75294039c1690d799ed096beb035a1325a9c51ca6dc2da8fa2103f700cebfd2
-Size (grpcio-testing-1.31.0.tar.gz) = 16477 bytes
+SHA1 (grpcio-testing-1.32.0.tar.gz) = cd93e31d3d6798e109b7087cea16f35398446b52
+RMD160 (grpcio-testing-1.32.0.tar.gz) = 61b29392d34e0ba90f11b33b94de1a2928f90396
+SHA512 (grpcio-testing-1.32.0.tar.gz) = 3ee10912a090287d3f039f350b11b8fc2ed656939e02a3e616911fd1af838e3f3570a7b3444c0ef54a25797a61edde87d545a9b9cabaf251a862b94100a45473
+Size (grpcio-testing-1.32.0.tar.gz) = 16814 bytes