Subject: CVS commit: pkgsrc/net/py-grpcio
From: Min Sik Kim
Date: 2018-08-04 23:56:47
Message id: 20180804215647.E0BF4FBEC@cvs.NetBSD.org

Log Message:
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.

Files:
RevisionActionfile
1.2modifypkgsrc/net/py-grpcio/Makefile
1.2modifypkgsrc/net/py-grpcio/PLIST
1.2modifypkgsrc/net/py-grpcio/distinfo
1.2modifypkgsrc/net/py-grpcio/patches/patch-setup.py