From owner-svn-ports-head@freebsd.org Thu Aug 6 07:47:18 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 106D9379BB0; Thu, 6 Aug 2020 07:47:18 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BMgYx6T8Wz3Yml; Thu, 6 Aug 2020 07:47:17 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C1AA52399F; Thu, 6 Aug 2020 07:47:17 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0767lHVc035317; Thu, 6 Aug 2020 07:47:17 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0767lHWG035314; Thu, 6 Aug 2020 07:47:17 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <202008060747.0767lHWG035314@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 6 Aug 2020 07:47:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544268 - in head/devel/py-grpcio: . files X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: in head/devel/py-grpcio: . files X-SVN-Commit-Revision: 544268 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Aug 2020 07:47:18 -0000 Author: vanilla Date: Thu Aug 6 07:47:16 2020 New Revision: 544268 URL: https://svnweb.freebsd.org/changeset/ports/544268 Log: Update to 1.31.0. Modified: head/devel/py-grpcio/Makefile head/devel/py-grpcio/distinfo head/devel/py-grpcio/files/patch-src_python_grpcio_grpc__core__dependencies.py Modified: head/devel/py-grpcio/Makefile ============================================================================== --- head/devel/py-grpcio/Makefile Thu Aug 6 07:35:37 2020 (r544267) +++ head/devel/py-grpcio/Makefile Thu Aug 6 07:47:16 2020 (r544268) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= grpcio -PORTVERSION= 1.30.0 +PORTVERSION= 1.31.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-grpcio/distinfo ============================================================================== --- head/devel/py-grpcio/distinfo Thu Aug 6 07:35:37 2020 (r544267) +++ head/devel/py-grpcio/distinfo Thu Aug 6 07:47:16 2020 (r544268) @@ -1,3 +1,3 @@ -TIMESTAMP = 1593141108 -SHA256 (grpcio-1.30.0.tar.gz) = e8f2f5d16e0164c415f1b31a8d9a81f2e4645a43d1b261375d6bab7b0adf511f -SIZE (grpcio-1.30.0.tar.gz) = 19674635 +TIMESTAMP = 1596695331 +SHA256 (grpcio-1.31.0.tar.gz) = 5043440c45c0a031f387e7f48527541c65d672005fb24cf18ef6857483557d39 +SIZE (grpcio-1.31.0.tar.gz) = 20039534 Modified: head/devel/py-grpcio/files/patch-src_python_grpcio_grpc__core__dependencies.py ============================================================================== --- head/devel/py-grpcio/files/patch-src_python_grpcio_grpc__core__dependencies.py Thu Aug 6 07:35:37 2020 (r544267) +++ head/devel/py-grpcio/files/patch-src_python_grpcio_grpc__core__dependencies.py Thu Aug 6 07:47:16 2020 (r544268) @@ -1,6 +1,6 @@ ---- src/python/grpcio/grpc_core_dependencies.py.orig 2020-06-22 21:42:27 UTC +--- src/python/grpcio/grpc_core_dependencies.py.orig 2020-08-05 07:00:06 UTC +++ src/python/grpcio/grpc_core_dependencies.py -@@ -791,56 +791,6 @@ CORE_SOURCE_FILES = [ +@@ -793,56 +793,6 @@ CORE_SOURCE_FILES = [ 'third_party/boringssl-with-bazel/src/ssl/tls13_server.cc', 'third_party/boringssl-with-bazel/src/ssl/tls_method.cc', 'third_party/boringssl-with-bazel/src/ssl/tls_record.cc', @@ -54,6 +54,6 @@ - 'third_party/cares/cares/inet_net_pton.c', - 'third_party/cares/cares/inet_ntop.c', - 'third_party/cares/cares/windows_port.c', - 'third_party/upb/upb/decode.c', - 'third_party/upb/upb/encode.c', - 'third_party/upb/upb/msg.c', + 'third_party/re2/re2/bitstate.cc', + 'third_party/re2/re2/compile.cc', + 'third_party/re2/re2/dfa.cc',