pkgsrc-Changes archive

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

CVS commit: pkgsrc/net



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Apr 27 06:31:12 UTC 2023

Modified Files:
        pkgsrc/net/grpc: Makefile PLIST buildlink3.mk distinfo
        pkgsrc/net/grpc/patches: patch-src_core_lib_iomgr_port.h
        pkgsrc/net/py-grpcio: Makefile distinfo
        pkgsrc/net/py-grpcio-testing: Makefile distinfo
        pkgsrc/net/py-grpcio-tools: Makefile distinfo
        pkgsrc/net/py-grpcio-tools/patches: patch-setup.py
Removed Files:
        pkgsrc/net/grpc/patches:
            patch-include_grpc_impl_codegen_port__platform.h

Log Message:
grpc: update to 1.54.0

This release contains refinements, improvements, and bug fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/net/grpc/Makefile
cvs rdiff -u -r1.38 -r1.39 pkgsrc/net/grpc/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/grpc/buildlink3.mk
cvs rdiff -u -r1.67 -r1.68 pkgsrc/net/grpc/distinfo
cvs rdiff -u -r1.5 -r0 \
    pkgsrc/net/grpc/patches/patch-include_grpc_impl_codegen_port__platform.h
cvs rdiff -u -r1.3 -r1.4 \
    pkgsrc/net/grpc/patches/patch-src_core_lib_iomgr_port.h
cvs rdiff -u -r1.54 -r1.55 pkgsrc/net/py-grpcio/Makefile
cvs rdiff -u -r1.50 -r1.51 pkgsrc/net/py-grpcio/distinfo
cvs rdiff -u -r1.37 -r1.38 pkgsrc/net/py-grpcio-testing/Makefile \
    pkgsrc/net/py-grpcio-testing/distinfo
cvs rdiff -u -r1.50 -r1.51 pkgsrc/net/py-grpcio-tools/Makefile
cvs rdiff -u -r1.46 -r1.47 pkgsrc/net/py-grpcio-tools/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/py-grpcio-tools/patches/patch-setup.py

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/grpc/Makefile
diff -u pkgsrc/net/grpc/Makefile:1.68 pkgsrc/net/grpc/Makefile:1.69
--- pkgsrc/net/grpc/Makefile:1.68       Sun Apr  9 09:26:49 2023
+++ pkgsrc/net/grpc/Makefile    Thu Apr 27 06:31:11 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.68 2023/04/09 09:26:49 nros Exp $
+# $NetBSD: Makefile,v 1.69 2023/04/27 06:31:11 wiz Exp $
 
-DISTNAME=      grpc-1.51.3
+DISTNAME=      grpc-1.54.0
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=grpc/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/net/grpc/PLIST
diff -u pkgsrc/net/grpc/PLIST:1.38 pkgsrc/net/grpc/PLIST:1.39
--- pkgsrc/net/grpc/PLIST:1.38  Sun Dec  4 17:59:08 2022
+++ pkgsrc/net/grpc/PLIST       Thu Apr 27 06:31:11 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.38 2022/12/04 17:59:08 adam Exp $
+@comment $NetBSD: PLIST,v 1.39 2023/04/27 06:31:11 wiz Exp $
 bin/grpc_cpp_plugin
 bin/grpc_csharp_plugin
 bin/grpc_node_plugin
@@ -33,10 +33,7 @@ include/grpc++/impl/codegen/completion_q
 include/grpc++/impl/codegen/completion_queue_tag.h
 include/grpc++/impl/codegen/config.h
 include/grpc++/impl/codegen/config_protobuf.h
-include/grpc++/impl/codegen/core_codegen.h
-include/grpc++/impl/codegen/core_codegen_interface.h
 include/grpc++/impl/codegen/create_auth_context.h
-include/grpc++/impl/codegen/grpc_library.h
 include/grpc++/impl/codegen/metadata_map.h
 include/grpc++/impl/codegen/method_handler_impl.h
 include/grpc++/impl/codegen/proto_utils.h
@@ -92,6 +89,7 @@ include/grpc/compression.h
 include/grpc/event_engine/endpoint_config.h
 include/grpc/event_engine/event_engine.h
 include/grpc/event_engine/internal/memory_allocator_impl.h
+include/grpc/event_engine/internal/slice_cast.h
 include/grpc/event_engine/memory_allocator.h
 include/grpc/event_engine/memory_request.h
 include/grpc/event_engine/port.h
@@ -111,7 +109,6 @@ include/grpc/impl/codegen/byte_buffer_re
 include/grpc/impl/codegen/compression_types.h
 include/grpc/impl/codegen/connectivity_state.h
 include/grpc/impl/codegen/fork.h
-include/grpc/impl/codegen/gpr_slice.h
 include/grpc/impl/codegen/gpr_types.h
 include/grpc/impl/codegen/grpc_types.h
 include/grpc/impl/codegen/log.h
@@ -125,6 +122,11 @@ include/grpc/impl/codegen/sync_custom.h
 include/grpc/impl/codegen/sync_generic.h
 include/grpc/impl/codegen/sync_posix.h
 include/grpc/impl/codegen/sync_windows.h
+include/grpc/impl/compression_types.h
+include/grpc/impl/connectivity_state.h
+include/grpc/impl/grpc_types.h
+include/grpc/impl/propagation_bits.h
+include/grpc/impl/slice_type.h
 include/grpc/load_reporting.h
 include/grpc/slice.h
 include/grpc/slice_buffer.h
@@ -159,6 +161,7 @@ include/grpcpp/ext/call_metric_recorder.
 include/grpcpp/ext/channelz_service_plugin.h
 include/grpcpp/ext/health_check_service_server_builder_option.h
 include/grpcpp/ext/proto_server_reflection_plugin.h
+include/grpcpp/ext/server_metric_recorder.h
 include/grpcpp/generic/async_generic_service.h
 include/grpcpp/generic/generic_stub.h
 include/grpcpp/grpcpp.h
@@ -188,11 +191,8 @@ include/grpcpp/impl/codegen/completion_q
 include/grpcpp/impl/codegen/completion_queue_tag.h
 include/grpcpp/impl/codegen/config.h
 include/grpcpp/impl/codegen/config_protobuf.h
-include/grpcpp/impl/codegen/core_codegen.h
-include/grpcpp/impl/codegen/core_codegen_interface.h
 include/grpcpp/impl/codegen/create_auth_context.h
 include/grpcpp/impl/codegen/delegating_channel.h
-include/grpcpp/impl/codegen/grpc_library.h
 include/grpcpp/impl/codegen/intercepted_channel.h
 include/grpcpp/impl/codegen/interceptor.h
 include/grpcpp/impl/codegen/interceptor_common.h
@@ -221,15 +221,25 @@ include/grpcpp/impl/codegen/stub_options
 include/grpcpp/impl/codegen/sync.h
 include/grpcpp/impl/codegen/sync_stream.h
 include/grpcpp/impl/codegen/time.h
+include/grpcpp/impl/completion_queue_tag.h
+include/grpcpp/impl/create_auth_context.h
+include/grpcpp/impl/delegating_channel.h
 include/grpcpp/impl/grpc_library.h
+include/grpcpp/impl/intercepted_channel.h
+include/grpcpp/impl/interceptor_common.h
+include/grpcpp/impl/metadata_map.h
 include/grpcpp/impl/method_handler_impl.h
+include/grpcpp/impl/proto_utils.h
 include/grpcpp/impl/rpc_method.h
 include/grpcpp/impl/rpc_service_method.h
 include/grpcpp/impl/serialization_traits.h
 include/grpcpp/impl/server_builder_option.h
 include/grpcpp/impl/server_builder_plugin.h
+include/grpcpp/impl/server_callback_handlers.h
 include/grpcpp/impl/server_initializer.h
 include/grpcpp/impl/service_type.h
+include/grpcpp/impl/status.h
+include/grpcpp/impl/sync.h
 include/grpcpp/resource_quota.h
 include/grpcpp/security/alts_context.h
 include/grpcpp/security/alts_util.h
@@ -246,6 +256,7 @@ include/grpcpp/security/tls_credentials_
 include/grpcpp/server.h
 include/grpcpp/server_builder.h
 include/grpcpp/server_context.h
+include/grpcpp/server_interface.h
 include/grpcpp/server_posix.h
 include/grpcpp/support/async_stream.h
 include/grpcpp/support/async_unary_call.h
@@ -275,46 +286,52 @@ include/grpcpp/version_info.h
 include/grpcpp/xds_server_builder.h
 lib/cmake/grpc/gRPCConfig.cmake
 lib/cmake/grpc/gRPCConfigVersion.cmake
+lib/cmake/grpc/gRPCPluginTargets-noconfig.cmake
+lib/cmake/grpc/gRPCPluginTargets.cmake
 lib/cmake/grpc/gRPCTargets-noconfig.cmake
 lib/cmake/grpc/gRPCTargets.cmake
 lib/cmake/grpc/modules/Findc-ares.cmake
 lib/cmake/grpc/modules/Findre2.cmake
+lib/cmake/grpc/modules/Findsystemd.cmake
 lib/libaddress_sorting.so
-lib/libaddress_sorting.so.29
-lib/libaddress_sorting.so.29.0.0
+lib/libaddress_sorting.so.31
+lib/libaddress_sorting.so.31.0.0
 lib/libgpr.so
-lib/libgpr.so.29
-lib/libgpr.so.29.0.0
+lib/libgpr.so.31
+lib/libgpr.so.31.0.0
 lib/libgrpc++.so
+lib/libgrpc++.so.1.54
 lib/libgrpc++.so.${PKGVERSION}
-lib/libgrpc++.so.1.51
 lib/libgrpc++_alts.so
+lib/libgrpc++_alts.so.1.54
 lib/libgrpc++_alts.so.${PKGVERSION}
-lib/libgrpc++_alts.so.1.51
 lib/libgrpc++_error_details.so
+lib/libgrpc++_error_details.so.1.54
 lib/libgrpc++_error_details.so.${PKGVERSION}
-lib/libgrpc++_error_details.so.1.51
 lib/libgrpc++_reflection.so
+lib/libgrpc++_reflection.so.1.54
 lib/libgrpc++_reflection.so.${PKGVERSION}
-lib/libgrpc++_reflection.so.1.51
 lib/libgrpc++_unsecure.so
+lib/libgrpc++_unsecure.so.1.54
 lib/libgrpc++_unsecure.so.${PKGVERSION}
-lib/libgrpc++_unsecure.so.1.51
 lib/libgrpc.so
-lib/libgrpc.so.29
-lib/libgrpc.so.29.0.0
+lib/libgrpc.so.31
+lib/libgrpc.so.31.0.0
+lib/libgrpc_authorization_provider.so
+lib/libgrpc_authorization_provider.so.1.54
+lib/libgrpc_authorization_provider.so.${PKGVERSION}
 lib/libgrpc_plugin_support.so
+lib/libgrpc_plugin_support.so.1.54
 lib/libgrpc_plugin_support.so.${PKGVERSION}
-lib/libgrpc_plugin_support.so.1.51
 lib/libgrpc_unsecure.so
-lib/libgrpc_unsecure.so.29
-lib/libgrpc_unsecure.so.29.0.0
+lib/libgrpc_unsecure.so.31
+lib/libgrpc_unsecure.so.31.0.0
 lib/libgrpcpp_channelz.so
+lib/libgrpcpp_channelz.so.1.54
 lib/libgrpcpp_channelz.so.${PKGVERSION}
-lib/libgrpcpp_channelz.so.1.51
 lib/libupb.so
-lib/libupb.so.29
-lib/libupb.so.29.0.0
+lib/libupb.so.31
+lib/libupb.so.31.0.0
 lib/pkgconfig/gpr.pc
 lib/pkgconfig/grpc++.pc
 lib/pkgconfig/grpc++_unsecure.pc

Index: pkgsrc/net/grpc/buildlink3.mk
diff -u pkgsrc/net/grpc/buildlink3.mk:1.10 pkgsrc/net/grpc/buildlink3.mk:1.11
--- pkgsrc/net/grpc/buildlink3.mk:1.10  Sun Apr  9 09:09:10 2023
+++ pkgsrc/net/grpc/buildlink3.mk       Thu Apr 27 06:31:11 2023
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.10 2023/04/09 09:09:10 nros Exp $
+# $NetBSD: buildlink3.mk,v 1.11 2023/04/27 06:31:11 wiz Exp $
 
 BUILDLINK_TREE+=       grpc
 
@@ -6,7 +6,7 @@ BUILDLINK_TREE+=        grpc
 GRPC_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.grpc+=   grpc>=1.11.0
-BUILDLINK_ABI_DEPENDS.grpc+=   grpc>=1.48.0
+BUILDLINK_ABI_DEPENDS.grpc+=   grpc>=1.54.0
 BUILDLINK_PKGSRCDIR.grpc?=     ../../net/grpc
 
 BUILDLINK_FILES.grpc+= bin/grpc_cpp_plugin

Index: pkgsrc/net/grpc/distinfo
diff -u pkgsrc/net/grpc/distinfo:1.67 pkgsrc/net/grpc/distinfo:1.68
--- pkgsrc/net/grpc/distinfo:1.67       Wed Mar  8 09:59:45 2023
+++ pkgsrc/net/grpc/distinfo    Thu Apr 27 06:31:11 2023
@@ -1,12 +1,11 @@
-$NetBSD: distinfo,v 1.67 2023/03/08 09:59:45 adam Exp $
+$NetBSD: distinfo,v 1.68 2023/04/27 06:31:11 wiz Exp $
 
-BLAKE2s (grpc-1.51.3.tar.gz) = dbfdf406b2f3020025d1996552bdadd5271d4373571ae7965876ff6fcf9270a7
-SHA512 (grpc-1.51.3.tar.gz) = 82bd216500ba56a9eec810e5af486150d2266c533c7fd82e02a00b79343c0ba4658d32cf7f5473a013ce31dbedb61fc29be49f233ccbc3c367120c67e03ba8d2
-Size (grpc-1.51.3.tar.gz) = 8550208 bytes
+BLAKE2s (grpc-1.54.0.tar.gz) = 1d9197969495c0f9e76863b23e4fae471b009ea9ca5b07a9cf692cc854b832f6
+SHA512 (grpc-1.54.0.tar.gz) = 19ce4718e23b3cc245091ae5b8face1c871f55c54a6eefb8d4f3264b3e16e2129e5c8e4fcb22bc994e0864d7a454e4ed03de1bc0817a8380ca34be849a7d4c90
+Size (grpc-1.54.0.tar.gz) = 8900779 bytes
 BLAKE2s (opencensus-proto-0.3.0.tar.gz) = be3ce863226f4aa422d9faa997fe29f9bb1743c0e804af3c5fad3c170e60ba42
 SHA512 (opencensus-proto-0.3.0.tar.gz) = 39231a495dfdccfc8267d1e6af2ac624feea611a8691c10ec570de2194b352e4a9c3b0ce1606414fb98e5d77c66873bed4a9e56512efa12b267b8a91e0c5851e
 Size (opencensus-proto-0.3.0.tar.gz) = 163404 bytes
 SHA1 (patch-CMakeLists.txt) = e3ec7dd3fdc01ac7b7afaa8abdac0dfb47bb5317
-SHA1 (patch-include_grpc_impl_codegen_port__platform.h) = a9d2f116c941d1ed23b18f25cf4fb638ed004181
 SHA1 (patch-src_core_ext_filters_client__channel_resolver_dns_c__ares_grpc__ares__ev__driver__posix.cc) = 0aa7fcadae98d1dd5229f0a695cffc1e9c1e8164
-SHA1 (patch-src_core_lib_iomgr_port.h) = 21275c54771f91e7fa34629827343169024c0df0
+SHA1 (patch-src_core_lib_iomgr_port.h) = 81e474c608595b5b2defdd04e8c52a63485e7d06

Index: pkgsrc/net/grpc/patches/patch-src_core_lib_iomgr_port.h
diff -u pkgsrc/net/grpc/patches/patch-src_core_lib_iomgr_port.h:1.3 pkgsrc/net/grpc/patches/patch-src_core_lib_iomgr_port.h:1.4
--- pkgsrc/net/grpc/patches/patch-src_core_lib_iomgr_port.h:1.3 Sat Apr 30 21:36:26 2022
+++ pkgsrc/net/grpc/patches/patch-src_core_lib_iomgr_port.h     Thu Apr 27 06:31:11 2023
@@ -1,27 +1,13 @@
-$NetBSD: patch-src_core_lib_iomgr_port.h,v 1.3 2022/04/30 21:36:26 wiz Exp $
-
-Add NetBSD support.
-https://github.com/grpc/grpc/pull/29542
+$NetBSD: patch-src_core_lib_iomgr_port.h,v 1.4 2023/04/27 06:31:11 wiz Exp $
 
 Add SunOS support.
 
 --- src/core/lib/iomgr/port.h.orig     2018-07-12 14:40:09.000000000 +0000
 +++ src/core/lib/iomgr/port.h
-@@ -139,6 +139,24 @@
+@@ -139,6 +139,13 @@
  #define GRPC_POSIX_SOCKET 1
  #define GRPC_POSIX_SOCKETUTILS 1
  #define GRPC_POSIX_WAKEUP_FD 1
-+#elif defined(GPR_NETBSD)
-+#define GRPC_HAVE_ARPA_NAMESER 1
-+#define GRPC_HAVE_IFADDRS 1
-+#define GRPC_HAVE_IPV6_RECVPKTINFO 1
-+#define GRPC_HAVE_SO_NOSIGPIPE 1
-+#define GRPC_HAVE_UNIX_SOCKET 1
-+#define GRPC_POSIX_FORK 1
-+#define GRPC_POSIX_NO_SPECIAL_WAKEUP_FD 1
-+#define GRPC_POSIX_SOCKET 1
-+#define GRPC_POSIX_SOCKETUTILS 1
-+#define GRPC_POSIX_WAKEUP_FD 1
 +#elif defined(GPR_SUNOS)
 +#define GRPC_HAVE_UNIX_SOCKET 1
 +#define GRPC_POSIX_FORK 1

Index: pkgsrc/net/py-grpcio/Makefile
diff -u pkgsrc/net/py-grpcio/Makefile:1.54 pkgsrc/net/py-grpcio/Makefile:1.55
--- pkgsrc/net/py-grpcio/Makefile:1.54  Wed Mar  8 09:59:45 2023
+++ pkgsrc/net/py-grpcio/Makefile       Thu Apr 27 06:31:11 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.54 2023/03/08 09:59:45 adam Exp $
+# $NetBSD: Makefile,v 1.55 2023/04/27 06:31:11 wiz Exp $
 
-DISTNAME=      grpcio-1.51.3
+DISTNAME=      grpcio-1.54.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/grpcio/}

Index: pkgsrc/net/py-grpcio/distinfo
diff -u pkgsrc/net/py-grpcio/distinfo:1.50 pkgsrc/net/py-grpcio/distinfo:1.51
--- pkgsrc/net/py-grpcio/distinfo:1.50  Wed Mar  8 09:59:45 2023
+++ pkgsrc/net/py-grpcio/distinfo       Thu Apr 27 06:31:11 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.50 2023/03/08 09:59:45 adam Exp $
+$NetBSD: distinfo,v 1.51 2023/04/27 06:31:11 wiz Exp $
 
-BLAKE2s (grpcio-1.51.3.tar.gz) = 00a49a163ea8cafc1168f9467f71f741ed882c70d4d28e059868660c5ed117aa
-SHA512 (grpcio-1.51.3.tar.gz) = 4c19cc1ffbd9184807c26a3270568059316eb52e79c0d824106ecc32fa03b0a3520e89601cb752c14cc51958d4d5ff33fad7d00cbb8de680c506fe8dc0c35e9b
-Size (grpcio-1.51.3.tar.gz) = 22147992 bytes
+BLAKE2s (grpcio-1.54.0.tar.gz) = 01637c82c5ab549019beab5924ec4e4d625ec4368026834dd58dc97453ad0dbb
+SHA512 (grpcio-1.54.0.tar.gz) = e4fd9d4370c0df5d068f0fd1f1e852165cd58cd12270faac8c68cff69eebc9e1ea13f2e87e681cdd36ac0d6158f03a0b54f2c040446f3eb622acbdd463460221
+Size (grpcio-1.54.0.tar.gz) = 23450621 bytes
 SHA1 (patch-setup.py) = d95ba143e8bf51b97946b40f3f7295c990c0dd7d
 SHA1 (patch-src_core_lib_iomgr_port.h) = 8f088cbf22110c03a684c24c9e17ef5fc64e925a

Index: pkgsrc/net/py-grpcio-testing/Makefile
diff -u pkgsrc/net/py-grpcio-testing/Makefile:1.37 pkgsrc/net/py-grpcio-testing/Makefile:1.38
--- pkgsrc/net/py-grpcio-testing/Makefile:1.37  Wed Mar  8 09:59:45 2023
+++ pkgsrc/net/py-grpcio-testing/Makefile       Thu Apr 27 06:31:11 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2023/03/08 09:59:45 adam Exp $
+# $NetBSD: Makefile,v 1.38 2023/04/27 06:31:11 wiz Exp $
 
-DISTNAME=      grpcio-testing-1.51.3
+DISTNAME=      grpcio-testing-1.54.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/grpcio-testing/}
Index: pkgsrc/net/py-grpcio-testing/distinfo
diff -u pkgsrc/net/py-grpcio-testing/distinfo:1.37 pkgsrc/net/py-grpcio-testing/distinfo:1.38
--- pkgsrc/net/py-grpcio-testing/distinfo:1.37  Wed Mar  8 09:59:45 2023
+++ pkgsrc/net/py-grpcio-testing/distinfo       Thu Apr 27 06:31:11 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.37 2023/03/08 09:59:45 adam Exp $
+$NetBSD: distinfo,v 1.38 2023/04/27 06:31:11 wiz Exp $
 
-BLAKE2s (grpcio-testing-1.51.3.tar.gz) = 363ca65863f05af406f47b299b7cc87bd9f426f05bf67ae2cf64ad27f071f947
-SHA512 (grpcio-testing-1.51.3.tar.gz) = ff8e129606a3540ebcc384308dd2a6bdf36cbc33d1ce467759e49a6dd59b2b3d92b6168625358bdbef5c2ea0b1a703b5de118a7670492ef3189ea244587d3bb8
-Size (grpcio-testing-1.51.3.tar.gz) = 22398 bytes
+BLAKE2s (grpcio-testing-1.54.0.tar.gz) = 8ac584cd807224c19e601b7bf5be738e5df9917b3ca3710c230e3861dd920ee0
+SHA512 (grpcio-testing-1.54.0.tar.gz) = c9bddbb86ad59523614349c3b8f324e8bf5af4b979e3b759b19dc45137dcca1db28042929f6d15d5786ba2361761f57ba0345159a94a04406f6f3e2b240b95fa
+Size (grpcio-testing-1.54.0.tar.gz) = 22406 bytes

Index: pkgsrc/net/py-grpcio-tools/Makefile
diff -u pkgsrc/net/py-grpcio-tools/Makefile:1.50 pkgsrc/net/py-grpcio-tools/Makefile:1.51
--- pkgsrc/net/py-grpcio-tools/Makefile:1.50    Wed Mar  8 09:59:45 2023
+++ pkgsrc/net/py-grpcio-tools/Makefile Thu Apr 27 06:31:12 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2023/03/08 09:59:45 adam Exp $
+# $NetBSD: Makefile,v 1.51 2023/04/27 06:31:12 wiz Exp $
 
-DISTNAME=      grpcio-tools-1.51.3
+DISTNAME=      grpcio-tools-1.54.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/grpcio-tools/}

Index: pkgsrc/net/py-grpcio-tools/distinfo
diff -u pkgsrc/net/py-grpcio-tools/distinfo:1.46 pkgsrc/net/py-grpcio-tools/distinfo:1.47
--- pkgsrc/net/py-grpcio-tools/distinfo:1.46    Wed Mar  8 09:59:45 2023
+++ pkgsrc/net/py-grpcio-tools/distinfo Thu Apr 27 06:31:12 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.46 2023/03/08 09:59:45 adam Exp $
+$NetBSD: distinfo,v 1.47 2023/04/27 06:31:12 wiz Exp $
 
-BLAKE2s (grpcio-tools-1.51.3.tar.gz) = dfbeccaa9d6e8313ad5a77be3bd6ace51890d0123a1378e21dc746885cb5f14d
-SHA512 (grpcio-tools-1.51.3.tar.gz) = d1b73c4ddb90bc71d2b8b6a1ca32b48fc2aa92842beaf0352a15d9954cee59686a33cfd681e44d51590c5fe232faec2dfd961b4dcae00f0a45b589462272673f
-Size (grpcio-tools-1.51.3.tar.gz) = 2254586 bytes
-SHA1 (patch-setup.py) = ecd08109c7d3173ccaa6d3b4428a66a9eac560f7
+BLAKE2s (grpcio-tools-1.54.0.tar.gz) = 757c15ddc3d0d969e1c43edb6b6b03c81a1944197e6b7089835cdff154116859
+SHA512 (grpcio-tools-1.54.0.tar.gz) = c360ac7f211abc46ebd70ff5cbe0c78fdc1798ec6b202d28628f27e67e508a478a8cb9cd18d5ed0c219c9c8e024d8758d851593cfa2a215082b8e9546f164431
+Size (grpcio-tools-1.54.0.tar.gz) = 2259685 bytes
+SHA1 (patch-setup.py) = 06a38bbe07d81f36431e9e5e417703074577e00d

Index: pkgsrc/net/py-grpcio-tools/patches/patch-setup.py
diff -u pkgsrc/net/py-grpcio-tools/patches/patch-setup.py:1.5 pkgsrc/net/py-grpcio-tools/patches/patch-setup.py:1.6
--- pkgsrc/net/py-grpcio-tools/patches/patch-setup.py:1.5       Fri Apr 16 09:20:01 2021
+++ pkgsrc/net/py-grpcio-tools/patches/patch-setup.py   Thu Apr 27 06:31:12 2023
@@ -1,11 +1,11 @@
-$NetBSD: patch-setup.py,v 1.5 2021/04/16 09:20:01 adam Exp $
+$NetBSD: patch-setup.py,v 1.6 2023/04/27 06:31:12 wiz Exp $
 
 Use pthread on FreeBSD.
 Use external protobuf.
 
---- setup.py.orig      2021-04-07 05:49:06.000000000 +0000
+--- setup.py.orig      2023-04-13 00:50:54.000000000 +0000
 +++ setup.py
-@@ -180,7 +180,7 @@ if EXTRA_ENV_LINK_ARGS is None:
+@@ -175,7 +175,7 @@ if EXTRA_ENV_LINK_ARGS is None:
      if "darwin" in sys.platform:
          EXTRA_ENV_LINK_ARGS += ' -Wl,-exported_symbol,_{}'.format(
              _EXT_INIT_SYMBOL)
@@ -14,7 +14,7 @@ Use external protobuf.
          EXTRA_ENV_LINK_ARGS += ' -lpthread'
          if check_linker_need_libatomic():
              EXTRA_ENV_LINK_ARGS += ' -latomic'
-@@ -196,11 +196,9 @@ EXTRA_LINK_ARGS = shlex.split(EXTRA_ENV_
+@@ -191,11 +191,9 @@ EXTRA_LINK_ARGS = shlex.split(EXTRA_ENV_
  if BUILD_WITH_STATIC_LIBSTDCXX:
      EXTRA_LINK_ARGS.append('-static-libstdc++')
  
@@ -26,7 +26,7 @@ Use external protobuf.
  PROTO_INCLUDE = os.path.normpath(protoc_lib_deps.PROTO_INCLUDE)
  
  GRPC_PYTHON_TOOLS_PACKAGE = 'grpc_tools'
-@@ -211,7 +209,7 @@ if "win32" in sys.platform:
+@@ -206,7 +204,7 @@ if "win32" in sys.platform:
      DEFINE_MACROS += (('WIN32_LEAN_AND_MEAN', 1),)
      if '64bit' in platform.architecture()[0]:
          DEFINE_MACROS += (('MS_WIN64', 1),)
@@ -35,16 +35,16 @@ Use external protobuf.
      DEFINE_MACROS += (('HAVE_PTHREAD', 1),)
  
  # By default, Python3 distutils enforces compatibility of
-@@ -258,7 +256,7 @@ def extension_modules():
-     plugin_sources += [
+@@ -254,7 +252,7 @@ def extension_modules():
          os.path.join('grpc_tools', 'main.cc'),
-         os.path.join('grpc_root', 'src', 'compiler', 'python_generator.cc')
+         os.path.join('grpc_root', 'src', 'compiler', 'python_generator.cc'),
+         os.path.join('grpc_root', 'src', 'compiler', 'proto_parser_helper.cc')
 -    ] + [os.path.join(CC_INCLUDE, cc_file) for cc_file in CC_FILES]
 +    ]
  
      plugin_ext = extension.Extension(
          name='grpc_tools._protoc_compiler',
-@@ -267,7 +265,6 @@ def extension_modules():
+@@ -263,7 +261,6 @@ def extension_modules():
              '.',
              'grpc_root',
              os.path.join('grpc_root', 'include'),



Home | Main Index | Thread Index | Old Index