summaryrefslogtreecommitdiff
path: root/net/py-grpcio-tools/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-08-25 18:53:29 +0000
committeradam <adam@pkgsrc.org>2019-08-25 18:53:29 +0000
commit6e5dffb5d72712df67c8197bd374aa566a78203b (patch)
tree0615877a660038649365ef6a57bc01b80e86dd1f /net/py-grpcio-tools/Makefile
parent0cc876a3db4b1552fefd84f63f9daf417d2a836c (diff)
downloadpkgsrc-6e5dffb5d72712df67c8197bd374aa566a78203b.tar.gz
py-grpcio{-tools}: updated to 1.23.0
1.23.0: Check call.trailing_metadata() for None before iterating it. Add a sanity check for the Python release process. Enforce a finite bound on the time gap between signal receipt and signal handler execution. Python Compression Example.
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 0a115f20f54..b248b49eea1 100644
--- a/net/py-grpcio-tools/Makefile
+++ b/net/py-grpcio-tools/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2019/07/21 08:10:51 adam Exp $
+# $NetBSD: Makefile,v 1.6 2019/08/25 18:53:29 adam Exp $
-DISTNAME= grpcio-tools-1.22.0
+DISTNAME= grpcio-tools-1.23.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/grpcio-tools/}