Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net grpc py-grpcio py-grpcio-testing py-grpcio-tools: ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c67563254805
branches:  trunk
changeset: 438764:c67563254805
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Sep 10 07:18:33 2020 +0000

description:
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:

 net/grpc/Makefile                    |   4 +-
 net/grpc/PLIST                       |  31 +++++----------
 net/grpc/distinfo                    |  10 ++--
 net/py-grpcio-testing/Makefile       |   4 +-
 net/py-grpcio-testing/distinfo       |  10 ++--
 net/py-grpcio-tools/Makefile         |   4 +-
 net/py-grpcio-tools/distinfo         |  10 ++--
 net/py-grpcio/Makefile               |   5 +-
 net/py-grpcio/PLIST                  |  68 +++++++++++++++++++----------------
 net/py-grpcio/distinfo               |  12 +++---
 net/py-grpcio/patches/patch-setup.py |  23 ++++++-----
 11 files changed, 89 insertions(+), 92 deletions(-)

diffs (truncated from 379 to 300 lines):

diff -r aa661d7914da -r c67563254805 net/grpc/Makefile
--- a/net/grpc/Makefile Thu Sep 10 02:39:01 2020 +0000
+++ b/net/grpc/Makefile Thu Sep 10 07:18:33 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2020/08/24 08:17:04 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2020/09/10 07:18:33 adam Exp $
 
-DISTNAME=      grpc-1.31.1
+DISTNAME=      grpc-1.32.0
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=grpc/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r aa661d7914da -r c67563254805 net/grpc/PLIST
--- a/net/grpc/PLIST    Thu Sep 10 02:39:01 2020 +0000
+++ b/net/grpc/PLIST    Thu Sep 10 07:18:33 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2020/08/07 06:45:57 adam Exp $
+@comment $NetBSD: PLIST,v 1.20 2020/09/10 07:18:33 adam Exp $
 bin/grpc_cpp_plugin
 bin/grpc_csharp_plugin
 bin/grpc_node_plugin
@@ -143,12 +143,9 @@
 include/grpcpp/alarm.h
 include/grpcpp/alarm_impl.h
 include/grpcpp/channel.h
-include/grpcpp/channel_impl.h
 include/grpcpp/client_context.h
 include/grpcpp/completion_queue.h
-include/grpcpp/completion_queue_impl.h
 include/grpcpp/create_channel.h
-include/grpcpp/create_channel_impl.h
 include/grpcpp/create_channel_posix.h
 include/grpcpp/ext/channelz_service_plugin.h
 include/grpcpp/ext/channelz_service_plugin_impl.h
@@ -176,11 +173,9 @@
 include/grpcpp/impl/codegen/client_callback.h
 include/grpcpp/impl/codegen/client_callback_impl.h
 include/grpcpp/impl/codegen/client_context.h
-include/grpcpp/impl/codegen/client_context_impl.h
 include/grpcpp/impl/codegen/client_interceptor.h
 include/grpcpp/impl/codegen/client_unary_call.h
 include/grpcpp/impl/codegen/completion_queue.h
-include/grpcpp/impl/codegen/completion_queue_impl.h
 include/grpcpp/impl/codegen/completion_queue_tag.h
 include/grpcpp/impl/codegen/config.h
 include/grpcpp/impl/codegen/config_protobuf.h
@@ -237,9 +232,7 @@
 include/grpcpp/security/auth_context.h
 include/grpcpp/security/auth_metadata_processor.h
 include/grpcpp/security/credentials.h
-include/grpcpp/security/credentials_impl.h
 include/grpcpp/security/server_credentials.h
-include/grpcpp/security/server_credentials_impl.h
 include/grpcpp/security/tls_credentials_options.h
 include/grpcpp/server.h
 include/grpcpp/server_builder.h
@@ -252,13 +245,11 @@
 include/grpcpp/support/async_unary_call_impl.h
 include/grpcpp/support/byte_buffer.h
 include/grpcpp/support/channel_arguments.h
-include/grpcpp/support/channel_arguments_impl.h
 include/grpcpp/support/client_callback.h
 include/grpcpp/support/client_callback_impl.h
 include/grpcpp/support/client_interceptor.h
 include/grpcpp/support/config.h
 include/grpcpp/support/error_details.h
-include/grpcpp/support/error_details_impl.h
 include/grpcpp/support/interceptor.h
 include/grpcpp/support/message_allocator.h
 include/grpcpp/support/method_handler.h
@@ -282,11 +273,11 @@
 lib/cmake/grpc/gRPCTargets.cmake
 lib/cmake/grpc/modules/Findc-ares.cmake
 lib/libaddress_sorting.so
-lib/libaddress_sorting.so.11
-lib/libaddress_sorting.so.11.0.0
+lib/libaddress_sorting.so.12
+lib/libaddress_sorting.so.12.0.0
 lib/libgpr.so
-lib/libgpr.so.11
-lib/libgpr.so.11.0.0
+lib/libgpr.so.12
+lib/libgpr.so.12.0.0
 lib/libgrpc++.so
 lib/libgrpc++.so.${PKGVERSION}
 lib/libgrpc++.so.1
@@ -303,20 +294,20 @@
 lib/libgrpc++_unsecure.so.${PKGVERSION}
 lib/libgrpc++_unsecure.so.1
 lib/libgrpc.so
-lib/libgrpc.so.11
-lib/libgrpc.so.11.0.0
+lib/libgrpc.so.12
+lib/libgrpc.so.12.0.0
 lib/libgrpc_plugin_support.so
 lib/libgrpc_plugin_support.so.${PKGVERSION}
 lib/libgrpc_plugin_support.so.1
 lib/libgrpc_unsecure.so
-lib/libgrpc_unsecure.so.11
-lib/libgrpc_unsecure.so.11.0.0
+lib/libgrpc_unsecure.so.12
+lib/libgrpc_unsecure.so.12.0.0
 lib/libgrpcpp_channelz.so
 lib/libgrpcpp_channelz.so.${PKGVERSION}
 lib/libgrpcpp_channelz.so.1
 lib/libupb.so
-lib/libupb.so.11
-lib/libupb.so.11.0.0
+lib/libupb.so.12
+lib/libupb.so.12.0.0
 lib/pkgconfig/gpr.pc
 lib/pkgconfig/grpc++.pc
 lib/pkgconfig/grpc++_unsecure.pc
diff -r aa661d7914da -r c67563254805 net/grpc/distinfo
--- a/net/grpc/distinfo Thu Sep 10 02:39:01 2020 +0000
+++ b/net/grpc/distinfo Thu Sep 10 07:18:33 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.30 2020/08/24 08:17:04 wiz Exp $
+$NetBSD: distinfo,v 1.31 2020/09/10 07:18:33 adam Exp $
 
-SHA1 (grpc-1.31.1.tar.gz) = c99ef78f66a5d26925bc5a6c9756e8eeb73b8028
-RMD160 (grpc-1.31.1.tar.gz) = 0bc23c0f60a448a9509a4491eebc4f4c7ffb6b05
-SHA512 (grpc-1.31.1.tar.gz) = a4ac3801b65707b4cbdc50d0ded81f1e6546df7b8135700a8d97c4917f0a7c6b8e2d348b1dfb36cb8627f5e5d3f06fe356e0fdec7954e8a2af87ecca2c663245
-Size (grpc-1.31.1.tar.gz) = 7033282 bytes
+SHA1 (grpc-1.32.0.tar.gz) = 5c5821d40bd1c9e73992867c260421b7b539fa7d
+RMD160 (grpc-1.32.0.tar.gz) = a80e022f024db2ec8bd378a9b7ec1195d0e4eca8
+SHA512 (grpc-1.32.0.tar.gz) = 90136042327cea4e3680e19484f23cc00322914a7aae7987bf00b6e0901721d14c487555fdd94888192d6beb950172361ac57fbd02d43b40552f7ff5cac442ed
+Size (grpc-1.32.0.tar.gz) = 7174251 bytes
 SHA1 (patch-CMakeLists.txt) = af17a03bdbb2b7905ced111b3c13c80b0cf3fec2
 SHA1 (patch-cmake_benchmark.cmake) = 6a7880c30019a723a35b56b0c5bd2d730b36550d
 SHA1 (patch-include_grpc_impl_codegen_port__platform.h) = b8d07e5bbf04694df00d0d19884844b791eb002c
diff -r aa661d7914da -r c67563254805 net/py-grpcio-testing/Makefile
--- a/net/py-grpcio-testing/Makefile    Thu Sep 10 02:39:01 2020 +0000
+++ b/net/py-grpcio-testing/Makefile    Thu Sep 10 07:18:33 2020 +0000
@@ -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 -r aa661d7914da -r c67563254805 net/py-grpcio-testing/distinfo
--- a/net/py-grpcio-testing/distinfo    Thu Sep 10 02:39:01 2020 +0000
+++ b/net/py-grpcio-testing/distinfo    Thu Sep 10 07:18:33 2020 +0000
@@ -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
diff -r aa661d7914da -r c67563254805 net/py-grpcio-tools/Makefile
--- a/net/py-grpcio-tools/Makefile      Thu Sep 10 02:39:01 2020 +0000
+++ b/net/py-grpcio-tools/Makefile      Thu Sep 10 07:18:33 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2020/08/07 06:45:58 adam Exp $
+# $NetBSD: Makefile,v 1.19 2020/09/10 07:18:34 adam Exp $
 
-DISTNAME=      grpcio-tools-1.31.0
+DISTNAME=      grpcio-tools-1.32.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/grpcio-tools/}
diff -r aa661d7914da -r c67563254805 net/py-grpcio-tools/distinfo
--- a/net/py-grpcio-tools/distinfo      Thu Sep 10 02:39:01 2020 +0000
+++ b/net/py-grpcio-tools/distinfo      Thu Sep 10 07:18:33 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.16 2020/08/07 06:45:58 adam Exp $
+$NetBSD: distinfo,v 1.17 2020/09/10 07:18:34 adam Exp $
 
-SHA1 (grpcio-tools-1.31.0.tar.gz) = 7fca6f8f306e62674a4380865722ebf9e448d34d
-RMD160 (grpcio-tools-1.31.0.tar.gz) = 0a7e8f2ced620339c3f5e402f8301534f09f28bb
-SHA512 (grpcio-tools-1.31.0.tar.gz) = 08a362b9f1a4f5e78f70020ed7fce596ff7836085c0a3d4d1886415e9b70532ad77bf2f7f329df237f5e2a9cb55774827268da9cd3be8a766ae9277b6b1e7aa1
-Size (grpcio-tools-1.31.0.tar.gz) = 2065294 bytes
+SHA1 (grpcio-tools-1.32.0.tar.gz) = d3ec09e2b698cc7f38a42927bc3ba76079a8f6ce
+RMD160 (grpcio-tools-1.32.0.tar.gz) = 96dcf904437cb0f00441343ca2f5b8274c13f4a7
+SHA512 (grpcio-tools-1.32.0.tar.gz) = aad072eb6de60d162d4ed6e353ced9d1b7d72e4ffd012237294fc5839c7d411dc640ea235746057007d289ee37235aa93c8ac23108299ab150c24f99cf050a4a
+Size (grpcio-tools-1.32.0.tar.gz) = 2103777 bytes
 SHA1 (patch-setup.py) = 080ba75a31b51631000e79006316e0a2d5ce6cee
diff -r aa661d7914da -r c67563254805 net/py-grpcio/Makefile
--- a/net/py-grpcio/Makefile    Thu Sep 10 02:39:01 2020 +0000
+++ b/net/py-grpcio/Makefile    Thu Sep 10 07:18:33 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2020/08/07 06:45:57 adam Exp $
+# $NetBSD: Makefile,v 1.21 2020/09/10 07:18:33 adam Exp $
 
-DISTNAME=      grpcio-1.31.0
+DISTNAME=      grpcio-1.32.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/grpcio/}
@@ -10,7 +10,6 @@
 COMMENT=       HTTP/2-based RPC framework
 LICENSE=       apache-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-protobuf>=3.5.0:../../devel/py-protobuf
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.5.2:../../lang/py-six
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
diff -r aa661d7914da -r c67563254805 net/py-grpcio/PLIST
--- a/net/py-grpcio/PLIST       Thu Sep 10 02:39:01 2020 +0000
+++ b/net/py-grpcio/PLIST       Thu Sep 10 07:18:33 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2020/06/03 09:28:53 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2020/09/10 07:18:33 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -36,6 +36,9 @@
 ${PYSITELIB}/grpc/_plugin_wrapping.py
 ${PYSITELIB}/grpc/_plugin_wrapping.pyc
 ${PYSITELIB}/grpc/_plugin_wrapping.pyo
+${PYSITELIB}/grpc/_runtime_protos.py
+${PYSITELIB}/grpc/_runtime_protos.pyc
+${PYSITELIB}/grpc/_runtime_protos.pyo
 ${PYSITELIB}/grpc/_server.py
 ${PYSITELIB}/grpc/_server.pyc
 ${PYSITELIB}/grpc/_server.pyo
@@ -45,6 +48,39 @@
 ${PYSITELIB}/grpc/_utilities.py
 ${PYSITELIB}/grpc/_utilities.pyc
 ${PYSITELIB}/grpc/_utilities.pyo
+${PYSITELIB}/grpc/aio/__init__.py
+${PYSITELIB}/grpc/aio/__init__.pyc
+${PYSITELIB}/grpc/aio/__init__.pyo
+${PYSITELIB}/grpc/aio/_base_call.py
+${PYSITELIB}/grpc/aio/_base_call.pyc
+${PYSITELIB}/grpc/aio/_base_call.pyo
+${PYSITELIB}/grpc/aio/_base_channel.py
+${PYSITELIB}/grpc/aio/_base_channel.pyc
+${PYSITELIB}/grpc/aio/_base_channel.pyo
+${PYSITELIB}/grpc/aio/_base_server.py
+${PYSITELIB}/grpc/aio/_base_server.pyc
+${PYSITELIB}/grpc/aio/_base_server.pyo
+${PYSITELIB}/grpc/aio/_call.py
+${PYSITELIB}/grpc/aio/_call.pyc
+${PYSITELIB}/grpc/aio/_call.pyo
+${PYSITELIB}/grpc/aio/_channel.py
+${PYSITELIB}/grpc/aio/_channel.pyc
+${PYSITELIB}/grpc/aio/_channel.pyo
+${PYSITELIB}/grpc/aio/_interceptor.py
+${PYSITELIB}/grpc/aio/_interceptor.pyc
+${PYSITELIB}/grpc/aio/_interceptor.pyo
+${PYSITELIB}/grpc/aio/_metadata.py
+${PYSITELIB}/grpc/aio/_metadata.pyc
+${PYSITELIB}/grpc/aio/_metadata.pyo
+${PYSITELIB}/grpc/aio/_server.py
+${PYSITELIB}/grpc/aio/_server.pyc
+${PYSITELIB}/grpc/aio/_server.pyo
+${PYSITELIB}/grpc/aio/_typing.py
+${PYSITELIB}/grpc/aio/_typing.pyc
+${PYSITELIB}/grpc/aio/_typing.pyo
+${PYSITELIB}/grpc/aio/_utils.py
+${PYSITELIB}/grpc/aio/_utils.pyc
+${PYSITELIB}/grpc/aio/_utils.pyo
 ${PYSITELIB}/grpc/beta/__init__.py
 ${PYSITELIB}/grpc/beta/__init__.pyc
 ${PYSITELIB}/grpc/beta/__init__.pyo
@@ -72,36 +108,6 @@
 ${PYSITELIB}/grpc/experimental/aio/__init__.py
 ${PYSITELIB}/grpc/experimental/aio/__init__.pyc
 ${PYSITELIB}/grpc/experimental/aio/__init__.pyo
-${PYSITELIB}/grpc/experimental/aio/_base_call.py
-${PYSITELIB}/grpc/experimental/aio/_base_call.pyc
-${PYSITELIB}/grpc/experimental/aio/_base_call.pyo
-${PYSITELIB}/grpc/experimental/aio/_base_channel.py
-${PYSITELIB}/grpc/experimental/aio/_base_channel.pyc
-${PYSITELIB}/grpc/experimental/aio/_base_channel.pyo
-${PYSITELIB}/grpc/experimental/aio/_base_server.py
-${PYSITELIB}/grpc/experimental/aio/_base_server.pyc
-${PYSITELIB}/grpc/experimental/aio/_base_server.pyo
-${PYSITELIB}/grpc/experimental/aio/_call.py
-${PYSITELIB}/grpc/experimental/aio/_call.pyc
-${PYSITELIB}/grpc/experimental/aio/_call.pyo
-${PYSITELIB}/grpc/experimental/aio/_channel.py
-${PLIST.py3x}${PYSITELIB}/grpc/experimental/aio/_channel.pyc
-${PLIST.py3x}${PYSITELIB}/grpc/experimental/aio/_channel.pyo
-${PYSITELIB}/grpc/experimental/aio/_interceptor.py
-${PYSITELIB}/grpc/experimental/aio/_interceptor.pyc
-${PYSITELIB}/grpc/experimental/aio/_interceptor.pyo
-${PYSITELIB}/grpc/experimental/aio/_metadata.py
-${PYSITELIB}/grpc/experimental/aio/_metadata.pyc
-${PYSITELIB}/grpc/experimental/aio/_metadata.pyo
-${PYSITELIB}/grpc/experimental/aio/_server.py
-${PLIST.py3x}${PYSITELIB}/grpc/experimental/aio/_server.pyc
-${PLIST.py3x}${PYSITELIB}/grpc/experimental/aio/_server.pyo
-${PYSITELIB}/grpc/experimental/aio/_typing.py
-${PYSITELIB}/grpc/experimental/aio/_typing.pyc
-${PYSITELIB}/grpc/experimental/aio/_typing.pyo
-${PYSITELIB}/grpc/experimental/aio/_utils.py
-${PYSITELIB}/grpc/experimental/aio/_utils.pyc
-${PYSITELIB}/grpc/experimental/aio/_utils.pyo
 ${PYSITELIB}/grpc/experimental/gevent.py



Home | Main Index | Thread Index | Old Index