svn commit: r544268 - in head/devel/py-grpcio: . files

Vanilla I. Shu vanilla at FreeBSD.org
Thu Aug 6 07:47:18 UTC 2020


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',


More information about the svn-ports-all mailing list