summaryrefslogtreecommitdiff
path: root/net/py-grpcio-tools/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-11-06 17:14:24 +0000
committeradam <adam@pkgsrc.org>2019-11-06 17:14:24 +0000
commit7210cd813f6f0a7a33768839a21fccc85194ebfd (patch)
treed439bc1b4ff2692913609408f2763e7a30dcdb05 /net/py-grpcio-tools/Makefile
parent97b7792ffd2436d22b47746b59822e96baf5547c (diff)
downloadpkgsrc-7210cd813f6f0a7a33768839a21fccc85194ebfd.tar.gz
grpc: updated to 1.25.0
Release v1.25.0 Core Change RR to consider a subchannel in TF if it has failed since it was READY. Fix a use after free in c-ares on Windows. C++ Honor CARES_ROOT_DIR. Make cmake grpc.pc depend on openssl too. Create pkg-config files from CMake. Add C++ wrapper for SPIFFE credentials v2. Upgrade bazel to 0.29.1. Python Add experimental option to run unary-stream RPCs on a single Python thread. [AIO] Minimal AsyncIO Server. Switch to concrete classes in experimental asyncio. Add manylinux2010_x86 wheels into artifacts. Release 3.8 binary wheels. Make grpc_testing's Servicer context abort method stop execution of the servicer handler. Build Python wheels with tag manylinux2010. Add experimental support for asyncio unary client.
Diffstat (limited to 'net/py-grpcio-tools/Makefile')
-rw-r--r--net/py-grpcio-tools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-grpcio-tools/Makefile b/net/py-grpcio-tools/Makefile
index 51a65f71fc0..14a625d3dce 100644
--- a/net/py-grpcio-tools/Makefile
+++ b/net/py-grpcio-tools/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2019/10/24 18:34:17 adam Exp $
+# $NetBSD: Makefile,v 1.9 2019/11/06 17:14:24 adam Exp $
-DISTNAME= grpcio-tools-1.24.3
+DISTNAME= grpcio-tools-1.25.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/grpcio-tools/}