Sun Nov 19 11:08:00 2023 UTC ()
grpc py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.59.3

v1.59.3

Core

[Security - Revocation] Crl backport to 1.59.


(adam)
diff -r1.79 -r1.80 pkgsrc/net/grpc/Makefile
diff -r1.40 -r1.41 pkgsrc/net/grpc/PLIST
diff -r1.74 -r1.75 pkgsrc/net/grpc/distinfo
diff -r1.62 -r1.63 pkgsrc/net/py-grpcio/Makefile
diff -r1.54 -r1.55 pkgsrc/net/py-grpcio/distinfo
diff -r1.41 -r1.42 pkgsrc/net/py-grpcio-testing/Makefile
diff -r1.41 -r1.42 pkgsrc/net/py-grpcio-testing/distinfo
diff -r1.56 -r1.57 pkgsrc/net/py-grpcio-tools/Makefile
diff -r1.50 -r1.51 pkgsrc/net/py-grpcio-tools/distinfo

cvs diff -r1.79 -r1.80 pkgsrc/net/grpc/Makefile (expand / switch to unified diff)

--- pkgsrc/net/grpc/Makefile 2023/11/15 18:14:44 1.79
+++ pkgsrc/net/grpc/Makefile 2023/11/19 11:08:00 1.80
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.79 2023/11/15 18:14:44 wiz Exp $ 1# $NetBSD: Makefile,v 1.80 2023/11/19 11:08:00 adam Exp $
2 2
3DISTNAME= grpc-1.59.2 3DISTNAME= grpc-1.59.3
4PKGREVISION= 1 
5CATEGORIES= net 4CATEGORIES= net
6MASTER_SITES= ${MASTER_SITE_GITHUB:=grpc/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=grpc/}
7GITHUB_TAG= v${PKGVERSION_NOREV} 6GITHUB_TAG= v${PKGVERSION_NOREV}
8 7
9MAINTAINER= minskim@NetBSD.org 8MAINTAINER= minskim@NetBSD.org
10HOMEPAGE= https://grpc.io/ 9HOMEPAGE= https://grpc.io/
11COMMENT= High performance, open-source universal RPC framework 10COMMENT= High performance, open-source universal RPC framework
12LICENSE= apache-2.0 11LICENSE= apache-2.0
13 12
14USE_LANGUAGES+= c c++ 13USE_LANGUAGES+= c c++
15 14
16USE_CXX_FEATURES+= c++14 15USE_CXX_FEATURES+= c++14
17 16

cvs diff -r1.40 -r1.41 pkgsrc/net/grpc/PLIST (expand / switch to unified diff)

--- pkgsrc/net/grpc/PLIST 2023/11/02 12:46:44 1.40
+++ pkgsrc/net/grpc/PLIST 2023/11/19 11:08:00 1.41
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.40 2023/11/02 12:46:44 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.41 2023/11/19 11:08:00 adam Exp $
2bin/grpc_cpp_plugin 2bin/grpc_cpp_plugin
3bin/grpc_csharp_plugin 3bin/grpc_csharp_plugin
4bin/grpc_node_plugin 4bin/grpc_node_plugin
5bin/grpc_objective_c_plugin 5bin/grpc_objective_c_plugin
6bin/grpc_php_plugin 6bin/grpc_php_plugin
7bin/grpc_python_plugin 7bin/grpc_python_plugin
8bin/grpc_ruby_plugin 8bin/grpc_ruby_plugin
9include/grpc++/alarm.h 9include/grpc++/alarm.h
10include/grpc++/channel.h 10include/grpc++/channel.h
11include/grpc++/client_context.h 11include/grpc++/client_context.h
12include/grpc++/completion_queue.h 12include/grpc++/completion_queue.h
13include/grpc++/create_channel.h 13include/grpc++/create_channel.h
14include/grpc++/create_channel_posix.h 14include/grpc++/create_channel_posix.h
@@ -88,26 +88,27 @@ include/grpc/census.h @@ -88,26 +88,27 @@ include/grpc/census.h
88include/grpc/compression.h 88include/grpc/compression.h
89include/grpc/event_engine/endpoint_config.h 89include/grpc/event_engine/endpoint_config.h
90include/grpc/event_engine/event_engine.h 90include/grpc/event_engine/event_engine.h
91include/grpc/event_engine/internal/memory_allocator_impl.h 91include/grpc/event_engine/internal/memory_allocator_impl.h
92include/grpc/event_engine/internal/slice_cast.h 92include/grpc/event_engine/internal/slice_cast.h
93include/grpc/event_engine/memory_allocator.h 93include/grpc/event_engine/memory_allocator.h
94include/grpc/event_engine/memory_request.h 94include/grpc/event_engine/memory_request.h
95include/grpc/event_engine/port.h 95include/grpc/event_engine/port.h
96include/grpc/event_engine/slice.h 96include/grpc/event_engine/slice.h
97include/grpc/event_engine/slice_buffer.h 97include/grpc/event_engine/slice_buffer.h
98include/grpc/fork.h 98include/grpc/fork.h
99include/grpc/grpc.h 99include/grpc/grpc.h
100include/grpc/grpc_audit_logging.h 100include/grpc/grpc_audit_logging.h
 101include/grpc/grpc_crl_provider.h
101include/grpc/grpc_posix.h 102include/grpc/grpc_posix.h
102include/grpc/grpc_security.h 103include/grpc/grpc_security.h
103include/grpc/grpc_security_constants.h 104include/grpc/grpc_security_constants.h
104include/grpc/impl/channel_arg_names.h 105include/grpc/impl/channel_arg_names.h
105include/grpc/impl/codegen/atm.h 106include/grpc/impl/codegen/atm.h
106include/grpc/impl/codegen/atm_gcc_atomic.h 107include/grpc/impl/codegen/atm_gcc_atomic.h
107include/grpc/impl/codegen/atm_gcc_sync.h 108include/grpc/impl/codegen/atm_gcc_sync.h
108include/grpc/impl/codegen/atm_windows.h 109include/grpc/impl/codegen/atm_windows.h
109include/grpc/impl/codegen/byte_buffer.h 110include/grpc/impl/codegen/byte_buffer.h
110include/grpc/impl/codegen/byte_buffer_reader.h 111include/grpc/impl/codegen/byte_buffer_reader.h
111include/grpc/impl/codegen/compression_types.h 112include/grpc/impl/codegen/compression_types.h
112include/grpc/impl/codegen/connectivity_state.h 113include/grpc/impl/codegen/connectivity_state.h
113include/grpc/impl/codegen/fork.h 114include/grpc/impl/codegen/fork.h
@@ -247,26 +248,27 @@ include/grpcpp/resource_quota.h @@ -247,26 +248,27 @@ include/grpcpp/resource_quota.h
247include/grpcpp/security/alts_context.h 248include/grpcpp/security/alts_context.h
248include/grpcpp/security/alts_util.h 249include/grpcpp/security/alts_util.h
249include/grpcpp/security/audit_logging.h 250include/grpcpp/security/audit_logging.h
250include/grpcpp/security/auth_context.h 251include/grpcpp/security/auth_context.h
251include/grpcpp/security/auth_metadata_processor.h 252include/grpcpp/security/auth_metadata_processor.h
252include/grpcpp/security/authorization_policy_provider.h 253include/grpcpp/security/authorization_policy_provider.h
253include/grpcpp/security/binder_credentials.h 254include/grpcpp/security/binder_credentials.h
254include/grpcpp/security/binder_security_policy.h 255include/grpcpp/security/binder_security_policy.h
255include/grpcpp/security/credentials.h 256include/grpcpp/security/credentials.h
256include/grpcpp/security/server_credentials.h 257include/grpcpp/security/server_credentials.h
257include/grpcpp/security/tls_certificate_provider.h 258include/grpcpp/security/tls_certificate_provider.h
258include/grpcpp/security/tls_certificate_verifier.h 259include/grpcpp/security/tls_certificate_verifier.h
259include/grpcpp/security/tls_credentials_options.h 260include/grpcpp/security/tls_credentials_options.h
 261include/grpcpp/security/tls_crl_provider.h
260include/grpcpp/server.h 262include/grpcpp/server.h
261include/grpcpp/server_builder.h 263include/grpcpp/server_builder.h
262include/grpcpp/server_context.h 264include/grpcpp/server_context.h
263include/grpcpp/server_interface.h 265include/grpcpp/server_interface.h
264include/grpcpp/server_posix.h 266include/grpcpp/server_posix.h
265include/grpcpp/support/async_stream.h 267include/grpcpp/support/async_stream.h
266include/grpcpp/support/async_unary_call.h 268include/grpcpp/support/async_unary_call.h
267include/grpcpp/support/byte_buffer.h 269include/grpcpp/support/byte_buffer.h
268include/grpcpp/support/callback_common.h 270include/grpcpp/support/callback_common.h
269include/grpcpp/support/channel_arguments.h 271include/grpcpp/support/channel_arguments.h
270include/grpcpp/support/client_callback.h 272include/grpcpp/support/client_callback.h
271include/grpcpp/support/client_interceptor.h 273include/grpcpp/support/client_interceptor.h
272include/grpcpp/support/config.h 274include/grpcpp/support/config.h
@@ -294,55 +296,55 @@ lib/cmake/grpc/gRPCPluginTargets-noconfi @@ -294,55 +296,55 @@ lib/cmake/grpc/gRPCPluginTargets-noconfi
294lib/cmake/grpc/gRPCPluginTargets.cmake 296lib/cmake/grpc/gRPCPluginTargets.cmake
295lib/cmake/grpc/gRPCTargets-noconfig.cmake 297lib/cmake/grpc/gRPCTargets-noconfig.cmake
296lib/cmake/grpc/gRPCTargets.cmake 298lib/cmake/grpc/gRPCTargets.cmake
297lib/cmake/grpc/modules/Findc-ares.cmake 299lib/cmake/grpc/modules/Findc-ares.cmake
298lib/cmake/grpc/modules/Findre2.cmake 300lib/cmake/grpc/modules/Findre2.cmake
299lib/cmake/grpc/modules/Findsystemd.cmake 301lib/cmake/grpc/modules/Findsystemd.cmake
300lib/libaddress_sorting.so 302lib/libaddress_sorting.so
301lib/libaddress_sorting.so.36 303lib/libaddress_sorting.so.36
302lib/libaddress_sorting.so.36.0.0 304lib/libaddress_sorting.so.36.0.0
303lib/libgpr.so 305lib/libgpr.so
304lib/libgpr.so.36 306lib/libgpr.so.36
305lib/libgpr.so.36.0.0 307lib/libgpr.so.36.0.0
306lib/libgrpc++.so 308lib/libgrpc++.so
307lib/libgrpc++.so.1.59 
308lib/libgrpc++.so.${PKGVERSION} 309lib/libgrpc++.so.${PKGVERSION}
 310lib/libgrpc++.so.1.59
309lib/libgrpc++_alts.so 311lib/libgrpc++_alts.so
310lib/libgrpc++_alts.so.1.59 
311lib/libgrpc++_alts.so.${PKGVERSION} 312lib/libgrpc++_alts.so.${PKGVERSION}
 313lib/libgrpc++_alts.so.1.59
312lib/libgrpc++_error_details.so 314lib/libgrpc++_error_details.so
313lib/libgrpc++_error_details.so.1.59 
314lib/libgrpc++_error_details.so.${PKGVERSION} 315lib/libgrpc++_error_details.so.${PKGVERSION}
 316lib/libgrpc++_error_details.so.1.59
315lib/libgrpc++_reflection.so 317lib/libgrpc++_reflection.so
316lib/libgrpc++_reflection.so.1.59 
317lib/libgrpc++_reflection.so.${PKGVERSION} 318lib/libgrpc++_reflection.so.${PKGVERSION}
 319lib/libgrpc++_reflection.so.1.59
318lib/libgrpc++_unsecure.so 320lib/libgrpc++_unsecure.so
319lib/libgrpc++_unsecure.so.1.59 
320lib/libgrpc++_unsecure.so.${PKGVERSION} 321lib/libgrpc++_unsecure.so.${PKGVERSION}
 322lib/libgrpc++_unsecure.so.1.59
321lib/libgrpc.so 323lib/libgrpc.so
322lib/libgrpc.so.36 324lib/libgrpc.so.36
323lib/libgrpc.so.36.0.0 325lib/libgrpc.so.36.0.0
324lib/libgrpc_authorization_provider.so 326lib/libgrpc_authorization_provider.so
325lib/libgrpc_authorization_provider.so.1.59 
326lib/libgrpc_authorization_provider.so.${PKGVERSION} 327lib/libgrpc_authorization_provider.so.${PKGVERSION}
 328lib/libgrpc_authorization_provider.so.1.59
327lib/libgrpc_plugin_support.so 329lib/libgrpc_plugin_support.so
328lib/libgrpc_plugin_support.so.1.59 
329lib/libgrpc_plugin_support.so.${PKGVERSION} 330lib/libgrpc_plugin_support.so.${PKGVERSION}
 331lib/libgrpc_plugin_support.so.1.59
330lib/libgrpc_unsecure.so 332lib/libgrpc_unsecure.so
331lib/libgrpc_unsecure.so.36 333lib/libgrpc_unsecure.so.36
332lib/libgrpc_unsecure.so.36.0.0 334lib/libgrpc_unsecure.so.36.0.0
333lib/libgrpcpp_channelz.so 335lib/libgrpcpp_channelz.so
334lib/libgrpcpp_channelz.so.1.59 
335lib/libgrpcpp_channelz.so.${PKGVERSION} 336lib/libgrpcpp_channelz.so.${PKGVERSION}
 337lib/libgrpcpp_channelz.so.1.59
336lib/libupb.so 338lib/libupb.so
337lib/libupb.so.36 339lib/libupb.so.36
338lib/libupb.so.36.0.0 340lib/libupb.so.36.0.0
339lib/libupb_collections_lib.so 341lib/libupb_collections_lib.so
340lib/libupb_collections_lib.so.36 342lib/libupb_collections_lib.so.36
341lib/libupb_collections_lib.so.36.0.0 343lib/libupb_collections_lib.so.36.0.0
342lib/libupb_json_lib.so 344lib/libupb_json_lib.so
343lib/libupb_json_lib.so.36 345lib/libupb_json_lib.so.36
344lib/libupb_json_lib.so.36.0.0 346lib/libupb_json_lib.so.36.0.0
345lib/libupb_textformat_lib.so 347lib/libupb_textformat_lib.so
346lib/libupb_textformat_lib.so.36 348lib/libupb_textformat_lib.so.36
347lib/libupb_textformat_lib.so.36.0.0 349lib/libupb_textformat_lib.so.36.0.0
348lib/libutf8_range_lib.so 350lib/libutf8_range_lib.so

cvs diff -r1.74 -r1.75 pkgsrc/net/grpc/distinfo (expand / switch to unified diff)

--- pkgsrc/net/grpc/distinfo 2023/11/08 14:04:18 1.74
+++ pkgsrc/net/grpc/distinfo 2023/11/19 11:08:00 1.75
@@ -1,12 +1,12 @@ @@ -1,12 +1,12 @@
1$NetBSD: distinfo,v 1.74 2023/11/08 14:04:18 nros Exp $ 1$NetBSD: distinfo,v 1.75 2023/11/19 11:08:00 adam Exp $
2 2
3BLAKE2s (grpc-1.59.2.tar.gz) = a90691a251c4147e9191ad4b33a1097ac2a6672b524be143b68f592c62945fc1 3BLAKE2s (grpc-1.59.3.tar.gz) = 4c8507333724e7df94359adb059aa242f5643689ec3ad6cb0e26dcc4995651f7
4SHA512 (grpc-1.59.2.tar.gz) = bb8173bb073a54a6cc7691bad079b1c091b14de9b8eff5b84aecf60d6b10f2fd24772eb60e26a650549c4b4e50da08e0ecddd0d951119f828073843aaf2620bf 4SHA512 (grpc-1.59.3.tar.gz) = 54344a124a16e979b30c8141a44be3a98e18d457a1b7d6c6eed3ee70b70cc2a5dbeab5d227d49de4480aa921fc947643252a5c80e9052138fc45c5f86ed18d5c
5Size (grpc-1.59.2.tar.gz) = 17583092 bytes 5Size (grpc-1.59.3.tar.gz) = 17594243 bytes
6BLAKE2s (opencensus-proto-0.3.0.tar.gz) = be3ce863226f4aa422d9faa997fe29f9bb1743c0e804af3c5fad3c170e60ba42 6BLAKE2s (opencensus-proto-0.3.0.tar.gz) = be3ce863226f4aa422d9faa997fe29f9bb1743c0e804af3c5fad3c170e60ba42
7SHA512 (opencensus-proto-0.3.0.tar.gz) = 39231a495dfdccfc8267d1e6af2ac624feea611a8691c10ec570de2194b352e4a9c3b0ce1606414fb98e5d77c66873bed4a9e56512efa12b267b8a91e0c5851e 7SHA512 (opencensus-proto-0.3.0.tar.gz) = 39231a495dfdccfc8267d1e6af2ac624feea611a8691c10ec570de2194b352e4a9c3b0ce1606414fb98e5d77c66873bed4a9e56512efa12b267b8a91e0c5851e
8Size (opencensus-proto-0.3.0.tar.gz) = 163404 bytes 8Size (opencensus-proto-0.3.0.tar.gz) = 163404 bytes
9SHA1 (patch-CMakeLists.txt) = e3ec7dd3fdc01ac7b7afaa8abdac0dfb47bb5317 9SHA1 (patch-CMakeLists.txt) = e3ec7dd3fdc01ac7b7afaa8abdac0dfb47bb5317
10SHA1 (patch-include_grpc_event__engine_port.h) = ee0937d5ec59d2f0a462a64145fc63ef68564c17 10SHA1 (patch-include_grpc_event__engine_port.h) = ee0937d5ec59d2f0a462a64145fc63ef68564c17
11SHA1 (patch-src_core_ext_filters_client__channel_resolver_dns_c__ares_grpc__ares__ev__driver__posix.cc) = c02acb4e334f0280e6565cafcb376d4e934fa501 11SHA1 (patch-src_core_ext_filters_client__channel_resolver_dns_c__ares_grpc__ares__ev__driver__posix.cc) = c02acb4e334f0280e6565cafcb376d4e934fa501
12SHA1 (patch-src_core_lib_iomgr_port.h) = 81e474c608595b5b2defdd04e8c52a63485e7d06 12SHA1 (patch-src_core_lib_iomgr_port.h) = 81e474c608595b5b2defdd04e8c52a63485e7d06

cvs diff -r1.62 -r1.63 pkgsrc/net/py-grpcio/Makefile (expand / switch to unified diff)

--- pkgsrc/net/py-grpcio/Makefile 2023/11/15 18:14:44 1.62
+++ pkgsrc/net/py-grpcio/Makefile 2023/11/19 11:08:00 1.63
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.62 2023/11/15 18:14:44 wiz Exp $ 1# $NetBSD: Makefile,v 1.63 2023/11/19 11:08:00 adam Exp $
2 2
3DISTNAME= grpcio-1.59.2 3DISTNAME= grpcio-1.59.3
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= net python 5CATEGORIES= net python
7MASTER_SITES= ${MASTER_SITE_PYPI:=g/grpcio/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=g/grpcio/}
8 7
9MAINTAINER= kethzer.dr@gmail.com 8MAINTAINER= kethzer.dr@gmail.com
10HOMEPAGE= https://grpc.io/ 9HOMEPAGE= https://grpc.io/
11COMMENT= HTTP/2-based RPC framework 10COMMENT= HTTP/2-based RPC framework
12LICENSE= apache-2.0 11LICENSE= apache-2.0
13 12
14TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools 13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
15TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel 14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
16 15
17PYTHON_VERSIONS_INCOMPATIBLE= 27 16PYTHON_VERSIONS_INCOMPATIBLE= 27
18 17

cvs diff -r1.54 -r1.55 pkgsrc/net/py-grpcio/distinfo (expand / switch to unified diff)

--- pkgsrc/net/py-grpcio/distinfo 2023/11/02 12:46:44 1.54
+++ pkgsrc/net/py-grpcio/distinfo 2023/11/19 11:08:00 1.55
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.54 2023/11/02 12:46:44 wiz Exp $ 1$NetBSD: distinfo,v 1.55 2023/11/19 11:08:00 adam Exp $
2 2
3BLAKE2s (grpcio-1.59.2.tar.gz) = 454f0a82bf648c6acd6124704759d244418e64860daba223d6dd756112d608b6 3BLAKE2s (grpcio-1.59.3.tar.gz) = 290d550b4331e177f4fc79c90c7a196fd408da43823ae569135989b92f4871c3
4SHA512 (grpcio-1.59.2.tar.gz) = 3092cdecac3b5b0569a621654560ee95ae1be10ff43371d8c3f6fa0f0abce022fe76b1dd6a77f3a9aa4d1b03bbbd65fbc07dcd593950befcfc24f7f905dc041a 4SHA512 (grpcio-1.59.3.tar.gz) = ddf03f0c37d4856cdde2c773300815d5c4f223e159bdae0d6c1d8151a901175bdaa251e8d143220921457ac46099d3e066c22916aa7b85a5fa15499b10d3c43c
5Size (grpcio-1.59.2.tar.gz) = 24849789 bytes 5Size (grpcio-1.59.3.tar.gz) = 24866732 bytes
6SHA1 (patch-setup.py) = c069957e57dc1bf0f3d09caa518f3b19e6057146 6SHA1 (patch-setup.py) = c069957e57dc1bf0f3d09caa518f3b19e6057146
7SHA1 (patch-src_core_lib_iomgr_port.h) = 8f088cbf22110c03a684c24c9e17ef5fc64e925a 7SHA1 (patch-src_core_lib_iomgr_port.h) = 8f088cbf22110c03a684c24c9e17ef5fc64e925a

cvs diff -r1.41 -r1.42 pkgsrc/net/py-grpcio-testing/Makefile (expand / switch to unified diff)

--- pkgsrc/net/py-grpcio-testing/Makefile 2023/11/02 12:46:45 1.41
+++ pkgsrc/net/py-grpcio-testing/Makefile 2023/11/19 11:08:00 1.42
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.41 2023/11/02 12:46:45 wiz Exp $ 1# $NetBSD: Makefile,v 1.42 2023/11/19 11:08:00 adam Exp $
2 2
3DISTNAME= grpcio-testing-1.59.2 3DISTNAME= grpcio-testing-1.59.3
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= net python 5CATEGORIES= net python
6MASTER_SITES= ${MASTER_SITE_PYPI:=g/grpcio-testing/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=g/grpcio-testing/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://grpc.io/ 9HOMEPAGE= https://grpc.io/
10COMMENT= gRPC Python testing package 10COMMENT= gRPC Python testing package
11LICENSE= apache-2.0 11LICENSE= apache-2.0
12 12
13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools 13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel 14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
15DEPENDS+= ${PYPKGPREFIX}-grpcio>=${PKGVERSION_NOREV}:../../net/py-grpcio 15DEPENDS+= ${PYPKGPREFIX}-grpcio>=${PKGVERSION_NOREV}:../../net/py-grpcio
16DEPENDS+= ${PYPKGPREFIX}-protobuf>=4.21.6:../../devel/py-protobuf 16DEPENDS+= ${PYPKGPREFIX}-protobuf>=4.21.6:../../devel/py-protobuf

cvs diff -r1.41 -r1.42 pkgsrc/net/py-grpcio-testing/distinfo (expand / switch to unified diff)

--- pkgsrc/net/py-grpcio-testing/distinfo 2023/11/02 12:46:45 1.41
+++ pkgsrc/net/py-grpcio-testing/distinfo 2023/11/19 11:08:00 1.42
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.41 2023/11/02 12:46:45 wiz Exp $ 1$NetBSD: distinfo,v 1.42 2023/11/19 11:08:00 adam Exp $
2 2
3BLAKE2s (grpcio-testing-1.59.2.tar.gz) = 811bcb0ce6beef33221281377b7ecacbcdf869e57f6fd2f176bda8dac05e2665 3BLAKE2s (grpcio-testing-1.59.3.tar.gz) = c5ed5847cb0ab37d2d9207c88406ffb128b78a8a2677889a474ad93e1ae7756b
4SHA512 (grpcio-testing-1.59.2.tar.gz) = 3f1e6a25cacc4b51be30665ee85403d9b2404404a2ee0813252dadda2b958e48286b6abd1f3630315df554f656555186a2d381bd053131ae40b198d5cba94e3f 4SHA512 (grpcio-testing-1.59.3.tar.gz) = d434bb9879a69bd51db549bc7fd58a152cf94373e4f0ee3e37a2fed26b5d9cc94474b78c225bc553b146f013fec5d27510d72ab8bf3782edbb5f0521475fc91e
5Size (grpcio-testing-1.59.2.tar.gz) = 22477 bytes 5Size (grpcio-testing-1.59.3.tar.gz) = 22492 bytes

cvs diff -r1.56 -r1.57 pkgsrc/net/py-grpcio-tools/Makefile (expand / switch to unified diff)

--- pkgsrc/net/py-grpcio-tools/Makefile 2023/11/15 18:14:44 1.56
+++ pkgsrc/net/py-grpcio-tools/Makefile 2023/11/19 11:08:00 1.57
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.56 2023/11/15 18:14:44 wiz Exp $ 1# $NetBSD: Makefile,v 1.57 2023/11/19 11:08:00 adam Exp $
2 2
3DISTNAME= grpcio-tools-1.59.2 3DISTNAME= grpcio-tools-1.59.3
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= net python 5CATEGORIES= net python
7MASTER_SITES= ${MASTER_SITE_PYPI:=g/grpcio-tools/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=g/grpcio-tools/}
8 7
9MAINTAINER= minskim@NetBSD.org 8MAINTAINER= minskim@NetBSD.org
10HOMEPAGE= https://grpc.io/ 9HOMEPAGE= https://grpc.io/
11COMMENT= Protobuf code generator for gRPC 10COMMENT= Protobuf code generator for gRPC
12LICENSE= apache-2.0 11LICENSE= apache-2.0
13 12
14TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools 13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
15TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel 14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
16DEPENDS+= ${PYPKGPREFIX}-grpcio>=${PKGVERSION_NOREV}:../../net/py-grpcio 15DEPENDS+= ${PYPKGPREFIX}-grpcio>=${PKGVERSION_NOREV}:../../net/py-grpcio
17DEPENDS+= ${PYPKGPREFIX}-protobuf>=4.21.6:../../devel/py-protobuf 16DEPENDS+= ${PYPKGPREFIX}-protobuf>=4.21.6:../../devel/py-protobuf
18 17

cvs diff -r1.50 -r1.51 pkgsrc/net/py-grpcio-tools/distinfo (expand / switch to unified diff)

--- pkgsrc/net/py-grpcio-tools/distinfo 2023/11/02 12:46:45 1.50
+++ pkgsrc/net/py-grpcio-tools/distinfo 2023/11/19 11:08:00 1.51
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.50 2023/11/02 12:46:45 wiz Exp $ 1$NetBSD: distinfo,v 1.51 2023/11/19 11:08:00 adam Exp $
2 2
3BLAKE2s (grpcio-tools-1.59.2.tar.gz) = 258442793447c4f23c7bec8b0c4918ceab3bb30914228ca55bbfa19289c38b55 3BLAKE2s (grpcio-tools-1.59.3.tar.gz) = c1a2aee49e6c8738e3734210bc301e05b4964acee314148e0acbf33d03331d87
4SHA512 (grpcio-tools-1.59.2.tar.gz) = ac103d30d05fe0e26dc7bc493cfe9a9d5ded02f863ba54d805237b0641141be3f5dfcc78505057a0be44e82f56b20e69adc56ce6b2181da6f7245764e671919d 4SHA512 (grpcio-tools-1.59.3.tar.gz) = 6a739bd09bc3941eed110bae6bdc39798927aaa854422ffc160e40c2014a591b8977d50a0929fa05fa868807916882dd6cd7fd2328469a99d18aaedb770e1a82
5Size (grpcio-tools-1.59.2.tar.gz) = 4622666 bytes 5Size (grpcio-tools-1.59.3.tar.gz) = 4623919 bytes
6SHA1 (patch-setup.py) = e1a89937a346971a1bba446d11e7a66d4cdded11 6SHA1 (patch-setup.py) = e1a89937a346971a1bba446d11e7a66d4cdded11