diff options
author | minskim <minskim@pkgsrc.org> | 2018-08-04 21:56:47 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2018-08-04 21:56:47 +0000 |
commit | 2a8bd39fa1d7b21b91f38a53202143eb1db00365 (patch) | |
tree | 5d88212a7edb7426ff70a804c7f05b765a2ee263 /net/py-grpcio/distinfo | |
parent | 7cdc10d87be7159221cab0e30f8957ce52acc72d (diff) | |
download | pkgsrc-2a8bd39fa1d7b21b91f38a53202143eb1db00365.tar.gz |
net/py-grpcio: Update to 1.13.0
Notable changes:
- Eliminate grpcio package dependency on protobuf package
- A new grpc.Channel.close method is introduced and correct use of
gRPC Python now requires that channels be closed after use.
- Python errors have become more verbose.
- GRPC_ENABLE_FORK_SUPPORT=false is no longer required when running
fork-exec.
- Relying on an explicit with statement or explicitly calling
Channel.close to release the underlying resources in Channel objects
is now a required coding practice starting in v1.13.0.
Diffstat (limited to 'net/py-grpcio/distinfo')
-rw-r--r-- | net/py-grpcio/distinfo | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/py-grpcio/distinfo b/net/py-grpcio/distinfo index 5f44e9c6cea..b3c2cff3f74 100644 --- a/net/py-grpcio/distinfo +++ b/net/py-grpcio/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.1 2018/04/28 01:16:29 minskim Exp $ +$NetBSD: distinfo,v 1.2 2018/08/04 21:56:47 minskim Exp $ -SHA1 (grpcio-1.11.0.tar.gz) = 06b63f3b96a7571567c8b4e973506a98a198882b -RMD160 (grpcio-1.11.0.tar.gz) = fe50e800be25454a7f526bd020c9184219b59585 -SHA512 (grpcio-1.11.0.tar.gz) = ea5d3672b42125d510fdd13b6c3535efe5082c5e43e806504a873ad6c40b8b94bcee2a32d877b7e1849f6c7c3cb7c1eb4ee39cbc695a86ba92d4e3a206194e11 -Size (grpcio-1.11.0.tar.gz) = 14188590 bytes -SHA1 (patch-setup.py) = a6dde53d45772e739e3227e67e340d4ae14ceede +SHA1 (grpcio-1.13.0.tar.gz) = 4ea6933da54b1628c65e3907134c805fa9d2d640 +RMD160 (grpcio-1.13.0.tar.gz) = 829e7b0a0004738a90852e7f4c67d617a51df6b7 +SHA512 (grpcio-1.13.0.tar.gz) = 4263c027d123332967692df467f01cb3b84acb3721eab7ae421a8ad79850cf00d0abca306ad6ff16acc95f1599c9c219a6c137e934f07f91ef1a11ce66b04545 +Size (grpcio-1.13.0.tar.gz) = 14320631 bytes +SHA1 (patch-setup.py) = 383ea9fc9067b84a6eb08edd99cb9e9062724744 SHA1 (patch-src_python_grpcio_commands.py) = e84c0ddb13d9d9a3d2c90fe93c9db72264176512 |