pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net grpc: updated to 1.26.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e11c289adbd3
branches:  trunk
changeset: 346787:e11c289adbd3
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jan 03 08:21:36 2020 +0000

description:
grpc: updated to 1.26.0

Release v1.26.0
This release contains refinements, improvements, and bug fixes, with highlights listed below.

Core
Fix compression filter crash on empty payload.
Ensure awake pollset_work threads exist on Windows.
Disable client_idle_filter.
Remove gpr_get/set_allocation_functions.
Security audit response.

C++
Automatically disable testing frameworks if gRPC_BUILD_TESTS=OFF.
Do not build channelz when gRPC_USE_PROTO_LITE.
Add options for all codegen plugins.
gRPC-C++ podspec follows gRPC versioning.
Issue 19208: Fix pollset_set_del_fd to cleanup all fd references.
De-duplicate .proto file processing.
cmake: Add VERSION and SOVERSION properties to libraries.

Python
Release Python3.8 wheels for Windows.
Release Python3.8 wheel on macOS.
Fix issue with exception being out of scope in Python 3.
[AIO] Implement the shutdown process for AIO server and completion queue.
Attempt to drop support for Python 3.4.
AIO Unified call interface.
Make sure Core aware of gevent Cython objects.
[bazel] Add an ability to call an optional custom plugin for py_proto_library and py_grpc_library.

diffstat:

 net/grpc/Makefile                            |   4 +-
 net/grpc/PLIST                               |   6 ++-
 net/grpc/distinfo                            |  14 +++---
 net/grpc/patches/patch-CMakeLists.txt        |  13 +++--
 net/grpc/patches/patch-cmake_benchmark.cmake |  12 ++--
 net/py-grpcio-testing/DESCR                  |   1 +
 net/py-grpcio-testing/Makefile               |  19 +++++++++
 net/py-grpcio-testing/PLIST                  |  57 ++++++++++++++++++++++++++++
 net/py-grpcio-testing/distinfo               |   6 ++
 net/py-grpcio-tools/Makefile                 |   4 +-
 net/py-grpcio-tools/distinfo                 |  10 ++--
 net/py-grpcio/Makefile                       |   4 +-
 net/py-grpcio/PLIST                          |   5 +-
 net/py-grpcio/distinfo                       |  10 ++--
 14 files changed, 128 insertions(+), 37 deletions(-)

diffs (299 lines):

diff -r 6dc7c8e7e2bd -r e11c289adbd3 net/grpc/Makefile
--- a/net/grpc/Makefile Fri Jan 03 08:03:59 2020 +0000
+++ b/net/grpc/Makefile Fri Jan 03 08:21:36 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2019/11/06 17:14:24 adam Exp $
+# $NetBSD: Makefile,v 1.18 2020/01/03 08:21:36 adam Exp $
 
-DISTNAME=      grpc-1.25.0
+DISTNAME=      grpc-1.26.0
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=grpc/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 6dc7c8e7e2bd -r e11c289adbd3 net/grpc/PLIST
--- a/net/grpc/PLIST    Fri Jan 03 08:03:59 2020 +0000
+++ b/net/grpc/PLIST    Fri Jan 03 08:21:36 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2019/11/06 17:14:24 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2020/01/03 08:21:36 adam Exp $
 bin/grpc_cpp_plugin
 bin/grpc_csharp_plugin
 bin/grpc_node_plugin
@@ -207,6 +207,7 @@
 include/grpcpp/impl/codegen/security/auth_context.h
 include/grpcpp/impl/codegen/serialization_traits.h
 include/grpcpp/impl/codegen/server_callback.h
+include/grpcpp/impl/codegen/server_callback_handlers.h
 include/grpcpp/impl/codegen/server_callback_impl.h
 include/grpcpp/impl/codegen/server_context.h
 include/grpcpp/impl/codegen/server_context_impl.h
@@ -319,6 +320,9 @@
 lib/libgrpcpp_channelz.so
 lib/libgrpcpp_channelz.so.${PKGVERSION}
 lib/libgrpcpp_channelz.so.1
+lib/libupb.so
+lib/libupb.so.${PKGVERSION}
+lib/libupb.so.9
 lib/pkgconfig/gpr.pc
 lib/pkgconfig/grpc++.pc
 lib/pkgconfig/grpc++_unsecure.pc
diff -r 6dc7c8e7e2bd -r e11c289adbd3 net/grpc/distinfo
--- a/net/grpc/distinfo Fri Jan 03 08:03:59 2020 +0000
+++ b/net/grpc/distinfo Fri Jan 03 08:21:36 2020 +0000
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.18 2019/11/06 17:14:24 adam Exp $
+$NetBSD: distinfo,v 1.19 2020/01/03 08:21:36 adam Exp $
 
-SHA1 (grpc-1.25.0.tar.gz) = f44584031c3f4a1b4353766e4173e23c3b0bf1ce
-RMD160 (grpc-1.25.0.tar.gz) = 8ad86ac690283830ffde6c5bc4b2a31ecbd5ede4
-SHA512 (grpc-1.25.0.tar.gz) = 7d9e126eafdfefe9b5c2eacf9c082b972115f231a55cff53386305f2df68037e2593eedc3f27fe0eaeb7fbe78b28f6b87607cdeccf59929b9a9b33bf74ab5c92
-Size (grpc-1.25.0.tar.gz) = 16460163 bytes
-SHA1 (patch-CMakeLists.txt) = 0b046300aac3ffb48eca4a8943e5877b6a3a8c55
-SHA1 (patch-cmake_benchmark.cmake) = 031873ba9a8cd93d491693feb4d58e52a715cc64
+SHA1 (grpc-1.26.0.tar.gz) = 69ac73b58c058e4c48ec1192f1a1c67a46f5194d
+RMD160 (grpc-1.26.0.tar.gz) = fb95bf93628ee6d0f164e9c39c1d64caa9a99835
+SHA512 (grpc-1.26.0.tar.gz) = 4f7d067c582d0a9be7b7d4dd1e08acdbe6ff0686dfe92b5db5b7927f779410a4237acfd1c61d9f79eb2d00f86cf93cc7492fa372c1877e57c1aa23e9bb2648bb
+Size (grpc-1.26.0.tar.gz) = 16673794 bytes
+SHA1 (patch-CMakeLists.txt) = 90fee82c0625d71ec3c086ca21364c1b4e4bcfda
+SHA1 (patch-cmake_benchmark.cmake) = 6a7880c30019a723a35b56b0c5bd2d730b36550d
 SHA1 (patch-include_grpc_impl_codegen_port__platform.h) = b8d07e5bbf04694df00d0d19884844b791eb002c
 SHA1 (patch-src_core_ext_filters_client__channel_resolver_dns_c__ares_grpc__ares__ev__driver__posix.cc) = aff0ff2ff52753c3a169d1f7b939b894dda013f9
 SHA1 (patch-src_core_lib_iomgr_port.h) = e3c5e6ee071557c717df0a1a61597f9906fbeff5
diff -r 6dc7c8e7e2bd -r e11c289adbd3 net/grpc/patches/patch-CMakeLists.txt
--- a/net/grpc/patches/patch-CMakeLists.txt     Fri Jan 03 08:03:59 2020 +0000
+++ b/net/grpc/patches/patch-CMakeLists.txt     Fri Jan 03 08:21:36 2020 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-CMakeLists.txt,v 1.6 2019/08/25 18:52:37 adam Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.7 2020/01/03 08:21:36 adam Exp $
 
 Add version number to shared libraries.
 
---- CMakeLists.txt.orig        2019-08-14 21:29:55.000000000 +0000
+--- CMakeLists.txt.orig        2019-12-18 01:29:27.000000000 +0000
 +++ CMakeLists.txt
-@@ -205,7 +205,7 @@ function(protobuf_generate_grpc_cpp)
+@@ -212,7 +212,7 @@ function(protobuf_generate_grpc_cpp)
               "${_gRPC_PROTO_GENS_DIR}/${RELFIL_WE}_mock.grpc.pb.h"
               "${_gRPC_PROTO_GENS_DIR}/${RELFIL_WE}.pb.cc"
               "${_gRPC_PROTO_GENS_DIR}/${RELFIL_WE}.pb.h"
@@ -13,9 +13,9 @@
        ARGS --grpc_out=generate_mock_code=true:${_gRPC_PROTO_GENS_DIR}
             --cpp_out=${_gRPC_PROTO_GENS_DIR}
             --plugin=protoc-gen-grpc=${_gRPC_CPP_PLUGIN}
-@@ -19451,5 +19451,22 @@ foreach(_config gRPCConfig gRPCConfigVer
-   )
- endforeach()
+@@ -18361,6 +18361,23 @@ install(FILES
+   DESTINATION ${gRPC_INSTALL_CMAKEDIR}
+ )
  
 +foreach(_lib
 +  address_sorting
@@ -36,3 +36,4 @@
 +
  install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/etc/roots.pem
    DESTINATION ${gRPC_INSTALL_SHAREDIR})
+ 
diff -r 6dc7c8e7e2bd -r e11c289adbd3 net/grpc/patches/patch-cmake_benchmark.cmake
--- a/net/grpc/patches/patch-cmake_benchmark.cmake      Fri Jan 03 08:03:59 2020 +0000
+++ b/net/grpc/patches/patch-cmake_benchmark.cmake      Fri Jan 03 08:21:36 2020 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-cmake_benchmark.cmake,v 1.1 2018/04/27 17:47:27 minskim Exp $
+$NetBSD: patch-cmake_benchmark.cmake,v 1.2 2020/01/03 08:21:36 adam Exp $
 
 Find benchmark from pkgsrc.
 
---- cmake/benchmark.cmake.orig 2018-04-13 18:08:11.000000000 +0000
+--- cmake/benchmark.cmake.orig 2019-12-18 01:29:27.000000000 +0000
 +++ cmake/benchmark.cmake
-@@ -26,8 +26,12 @@ if("${gRPC_BENCHMARK_PROVIDER}" STREQUAL
-       message(WARNING "gRPC_BENCHMARK_PROVIDER is \"module\" but BENCHMARK_ROOT_DIR is wrong")
+@@ -26,8 +26,12 @@ if(gRPC_BENCHMARK_PROVIDER STREQUAL "mod
+     message(WARNING "gRPC_BENCHMARK_PROVIDER is \"module\" but BENCHMARK_ROOT_DIR is wrong")
    endif()
- elseif("${gRPC_BENCHMARK_PROVIDER}" STREQUAL "package")
+ elseif(gRPC_BENCHMARK_PROVIDER STREQUAL "package")
 -  # Use "CONFIG" as there is no built-in cmake module for benchmark.
 -  find_package(benchmark REQUIRED CONFIG)
 +  find_path(BENCHMARK_INCLUDE_DIR benchmark/benchmark.h)
@@ -18,4 +18,4 @@
 +    IMPORTED_LOCATION "${BENCHMARK_LIB}")
    if(TARGET benchmark::benchmark)
      set(_gRPC_BENCHMARK_LIBRARIES benchmark::benchmark)
-     # extract the include dir from target's properties
+   endif()
diff -r 6dc7c8e7e2bd -r e11c289adbd3 net/py-grpcio-testing/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-grpcio-testing/DESCR       Fri Jan 03 08:21:36 2020 +0000
@@ -0,0 +1,1 @@
+Testing utilities for gRPC Python.
diff -r 6dc7c8e7e2bd -r e11c289adbd3 net/py-grpcio-testing/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-grpcio-testing/Makefile    Fri Jan 03 08:21:36 2020 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2020/01/03 08:21:37 adam Exp $
+
+DISTNAME=      grpcio-testing-1.26.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    net python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=g/grpcio-testing/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://grpc.io/
+COMMENT=       gRPC Python testing package
+LICENSE=       apache-2.0
+
+DEPENDS+=      ${PYPKGPREFIX}-grpcio>=${PKGVERSION_NOREV}:../../net/py-grpcio
+DEPENDS+=      ${PYPKGPREFIX}-protobuf>=3.6.0:../../devel/py-protobuf
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6dc7c8e7e2bd -r e11c289adbd3 net/py-grpcio-testing/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-grpcio-testing/PLIST       Fri Jan 03 08:21:36 2020 +0000
@@ -0,0 +1,57 @@
+@comment $NetBSD: PLIST,v 1.1 2020/01/03 08:21:37 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/grpc_testing/__init__.py
+${PYSITELIB}/grpc_testing/__init__.pyc
+${PYSITELIB}/grpc_testing/__init__.pyo
+${PYSITELIB}/grpc_testing/_channel/__init__.py
+${PYSITELIB}/grpc_testing/_channel/__init__.pyc
+${PYSITELIB}/grpc_testing/_channel/__init__.pyo
+${PYSITELIB}/grpc_testing/_channel/_channel.py
+${PYSITELIB}/grpc_testing/_channel/_channel.pyc
+${PYSITELIB}/grpc_testing/_channel/_channel.pyo
+${PYSITELIB}/grpc_testing/_channel/_channel_rpc.py
+${PYSITELIB}/grpc_testing/_channel/_channel_rpc.pyc
+${PYSITELIB}/grpc_testing/_channel/_channel_rpc.pyo
+${PYSITELIB}/grpc_testing/_channel/_channel_state.py
+${PYSITELIB}/grpc_testing/_channel/_channel_state.pyc
+${PYSITELIB}/grpc_testing/_channel/_channel_state.pyo
+${PYSITELIB}/grpc_testing/_channel/_invocation.py
+${PYSITELIB}/grpc_testing/_channel/_invocation.pyc
+${PYSITELIB}/grpc_testing/_channel/_invocation.pyo
+${PYSITELIB}/grpc_testing/_channel/_multi_callable.py
+${PYSITELIB}/grpc_testing/_channel/_multi_callable.pyc
+${PYSITELIB}/grpc_testing/_channel/_multi_callable.pyo
+${PYSITELIB}/grpc_testing/_channel/_rpc_state.py
+${PYSITELIB}/grpc_testing/_channel/_rpc_state.pyc
+${PYSITELIB}/grpc_testing/_channel/_rpc_state.pyo
+${PYSITELIB}/grpc_testing/_common.py
+${PYSITELIB}/grpc_testing/_common.pyc
+${PYSITELIB}/grpc_testing/_common.pyo
+${PYSITELIB}/grpc_testing/_server/__init__.py
+${PYSITELIB}/grpc_testing/_server/__init__.pyc
+${PYSITELIB}/grpc_testing/_server/__init__.pyo
+${PYSITELIB}/grpc_testing/_server/_handler.py
+${PYSITELIB}/grpc_testing/_server/_handler.pyc
+${PYSITELIB}/grpc_testing/_server/_handler.pyo
+${PYSITELIB}/grpc_testing/_server/_rpc.py
+${PYSITELIB}/grpc_testing/_server/_rpc.pyc
+${PYSITELIB}/grpc_testing/_server/_rpc.pyo
+${PYSITELIB}/grpc_testing/_server/_server.py
+${PYSITELIB}/grpc_testing/_server/_server.pyc
+${PYSITELIB}/grpc_testing/_server/_server.pyo
+${PYSITELIB}/grpc_testing/_server/_server_rpc.py
+${PYSITELIB}/grpc_testing/_server/_server_rpc.pyc
+${PYSITELIB}/grpc_testing/_server/_server_rpc.pyo
+${PYSITELIB}/grpc_testing/_server/_service.py
+${PYSITELIB}/grpc_testing/_server/_service.pyc
+${PYSITELIB}/grpc_testing/_server/_service.pyo
+${PYSITELIB}/grpc_testing/_server/_servicer_context.py
+${PYSITELIB}/grpc_testing/_server/_servicer_context.pyc
+${PYSITELIB}/grpc_testing/_server/_servicer_context.pyo
+${PYSITELIB}/grpc_testing/_time.py
+${PYSITELIB}/grpc_testing/_time.pyc
+${PYSITELIB}/grpc_testing/_time.pyo
diff -r 6dc7c8e7e2bd -r e11c289adbd3 net/py-grpcio-testing/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-grpcio-testing/distinfo    Fri Jan 03 08:21:36 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/03 08:21:37 adam Exp $
+
+SHA1 (grpcio-testing-1.26.0.tar.gz) = c3c99f9c15c0bf1a814a3b507f999e3449a5aa33
+RMD160 (grpcio-testing-1.26.0.tar.gz) = f36ba49eda2e0ee1d19591da18b582b0cda697a1
+SHA512 (grpcio-testing-1.26.0.tar.gz) = 7fae8c2e5dce79562005ae0c5e779e8ff157e245d849b573376aa36cc98fc6efa126f2aeed9431d2c41535ffbbac017ce69d83b5fffaf7f75b5493e778e8caf9
+Size (grpcio-testing-1.26.0.tar.gz) = 17018 bytes
diff -r 6dc7c8e7e2bd -r e11c289adbd3 net/py-grpcio-tools/Makefile
--- a/net/py-grpcio-tools/Makefile      Fri Jan 03 08:03:59 2020 +0000
+++ b/net/py-grpcio-tools/Makefile      Fri Jan 03 08:21:36 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2019/11/06 17:14:24 adam Exp $
+# $NetBSD: Makefile,v 1.10 2020/01/03 08:21:37 adam Exp $
 
-DISTNAME=      grpcio-tools-1.25.0
+DISTNAME=      grpcio-tools-1.26.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/grpcio-tools/}
diff -r 6dc7c8e7e2bd -r e11c289adbd3 net/py-grpcio-tools/distinfo
--- a/net/py-grpcio-tools/distinfo      Fri Jan 03 08:03:59 2020 +0000
+++ b/net/py-grpcio-tools/distinfo      Fri Jan 03 08:21:36 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.9 2019/11/06 17:14:24 adam Exp $
+$NetBSD: distinfo,v 1.10 2020/01/03 08:21:37 adam Exp $
 
-SHA1 (grpcio-tools-1.25.0.tar.gz) = c671ef41d35bc03d817afe717316caec4cc171e5
-RMD160 (grpcio-tools-1.25.0.tar.gz) = ad15e0e5d10ba0df42a0e72860f60c996d4481ce
-SHA512 (grpcio-tools-1.25.0.tar.gz) = 9f17e1641766537002e595e660e384dab54c5c36f17b2f085348392171bcbcaacbb0a55f77ba6eba50603faef59c5436c784b6c1a0de96597d7701e1bf82710f
-Size (grpcio-tools-1.25.0.tar.gz) = 1987671 bytes
+SHA1 (grpcio-tools-1.26.0.tar.gz) = 298724d8704523c6ff443303e0c26fc1d54f9acb
+RMD160 (grpcio-tools-1.26.0.tar.gz) = 54c0aed4605621845469b5c14ed10f5617f9cecb
+SHA512 (grpcio-tools-1.26.0.tar.gz) = d1780a0103b531cc4416b4524c77bd96ab6aac3c081a8ba8c402c10909eb3945d9a3caf4ecc8f9f9c8ae216958405bb98fe1b1874af46407084ed3a65128e105
+Size (grpcio-tools-1.26.0.tar.gz) = 1990162 bytes
 SHA1 (patch-setup.py) = 080ba75a31b51631000e79006316e0a2d5ce6cee
diff -r 6dc7c8e7e2bd -r e11c289adbd3 net/py-grpcio/Makefile
--- a/net/py-grpcio/Makefile    Fri Jan 03 08:03:59 2020 +0000
+++ b/net/py-grpcio/Makefile    Fri Jan 03 08:21:36 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2019/11/06 17:14:24 adam Exp $
+# $NetBSD: Makefile,v 1.12 2020/01/03 08:21:37 adam Exp $
 
-DISTNAME=      grpcio-1.25.0
+DISTNAME=      grpcio-1.26.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/grpcio/}
diff -r 6dc7c8e7e2bd -r e11c289adbd3 net/py-grpcio/PLIST
--- a/net/py-grpcio/PLIST       Fri Jan 03 08:03:59 2020 +0000
+++ b/net/py-grpcio/PLIST       Fri Jan 03 08:21:36 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2019/11/26 19:32:21 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2020/01/03 08:21:37 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -69,6 +69,9 @@
 ${PYSITELIB}/grpc/experimental/aio/__init__.py
 ${PYSITELIB}/grpc/experimental/aio/__init__.pyc
 ${PYSITELIB}/grpc/experimental/aio/__init__.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
diff -r 6dc7c8e7e2bd -r e11c289adbd3 net/py-grpcio/distinfo
--- a/net/py-grpcio/distinfo    Fri Jan 03 08:03:59 2020 +0000
+++ b/net/py-grpcio/distinfo    Fri Jan 03 08:21:36 2020 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.13 2019/11/06 17:14:24 adam Exp $
+$NetBSD: distinfo,v 1.14 2020/01/03 08:21:37 adam Exp $
 
-SHA1 (grpcio-1.25.0.tar.gz) = 1dde36eca2fe03747e137c190bbfaaffa3d6605f
-RMD160 (grpcio-1.25.0.tar.gz) = 253563c73d5a3923e9428defeacf2085b44c83e5
-SHA512 (grpcio-1.25.0.tar.gz) = bb0241905bad15d6bd019323f1699b95f7cd047aec227197aed9f0bfbca923788fbf59052ab604718542ad69767877560853ef563613ea0490cee2e9f9e9206d
-Size (grpcio-1.25.0.tar.gz) = 15358518 bytes
+SHA1 (grpcio-1.26.0.tar.gz) = b9a61f855bf3656d9b8ac305bd1e52442e120c48
+RMD160 (grpcio-1.26.0.tar.gz) = ce98ab573d33236b1ba3f1234de754928c7e62c0
+SHA512 (grpcio-1.26.0.tar.gz) = df3b6787449c202f3e70640907c76231dbbeb6b411167300ba8a53c17f7d45ffa513a81046a4a66a368f2c17c2d57a48a07cb236f44a005e4073bd5d8aa3865c
+Size (grpcio-1.26.0.tar.gz) = 15406206 bytes
 SHA1 (patch-setup.py) = eb7e9a110711d149bae7cc4f4b08e725ffc25ae5
 SHA1 (patch-src_core_lib_iomgr_port.h) = 8f088cbf22110c03a684c24c9e17ef5fc64e925a



Home | Main Index | Thread Index | Old Index