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:   adam
Date:           Mon Feb 10 15:36:32 UTC 2020

Modified Files:
        pkgsrc/net/grpc: Makefile distinfo
        pkgsrc/net/py-grpcio: Makefile PLIST distinfo
        pkgsrc/net/py-grpcio-testing: Makefile distinfo
        pkgsrc/net/py-grpcio-tools: Makefile distinfo

Log Message:
grpc: updated to 1.27.1

Release v1.27.1

This release contains refinements, improvements, and bug fixes.

Python
Temporarily Readd Manylinux1 Support.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/grpc/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/grpc/distinfo
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/py-grpcio/Makefile \
    pkgsrc/net/py-grpcio/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/py-grpcio/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/py-grpcio-testing/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/py-grpcio-testing/distinfo
cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/py-grpcio-tools/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/py-grpcio-tools/distinfo

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.20 pkgsrc/net/grpc/Makefile:1.21
--- pkgsrc/net/grpc/Makefile:1.20       Thu Feb  6 20:13:08 2020
+++ pkgsrc/net/grpc/Makefile    Mon Feb 10 15:36:32 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2020/02/06 20:13:08 adam Exp $
+# $NetBSD: Makefile,v 1.21 2020/02/10 15:36:32 adam Exp $
 
-DISTNAME=      grpc-1.27.0
+DISTNAME=      grpc-1.27.1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=grpc/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/net/grpc/distinfo
diff -u pkgsrc/net/grpc/distinfo:1.21 pkgsrc/net/grpc/distinfo:1.22
--- pkgsrc/net/grpc/distinfo:1.21       Thu Feb  6 20:13:08 2020
+++ pkgsrc/net/grpc/distinfo    Mon Feb 10 15:36:32 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.21 2020/02/06 20:13:08 adam Exp $
+$NetBSD: distinfo,v 1.22 2020/02/10 15:36:32 adam Exp $
 
-SHA1 (grpc-1.27.0.tar.gz) = cfdf79c53d8e9db01052363c7b822d5a2917c525
-RMD160 (grpc-1.27.0.tar.gz) = 5146307307be3a360fe85b2b9d77a8751391a6fe
-SHA512 (grpc-1.27.0.tar.gz) = a4987ce2dd3655cf81f3d77f75d269454e8682308df1d423de915a0416234d5d20bb365f268616250ca94623d635d09ee24e9186f3f11fe5ff93ec3417836bfa
-Size (grpc-1.27.0.tar.gz) = 16595732 bytes
+SHA1 (grpc-1.27.1.tar.gz) = a62db65c0a1badbd7da1be8d70ec1a7fd2b36a2c
+RMD160 (grpc-1.27.1.tar.gz) = 83e5bb2402cca2d5d56aad7fed6591ab4c8355f7
+SHA512 (grpc-1.27.1.tar.gz) = 00a5e1e0f94e441b3406f821943d1775a7ab0580fd22d604ba29f56dc424ccc8f27c476077e39f24ddd7f1bada4eba9a38456fb4ac546e27ae239f43e431d988
+Size (grpc-1.27.1.tar.gz) = 16595701 bytes
 SHA1 (patch-CMakeLists.txt) = b317f7783162ef1be888080bf58b1e74b7c76978
 SHA1 (patch-cmake_benchmark.cmake) = 6a7880c30019a723a35b56b0c5bd2d730b36550d
 SHA1 (patch-include_grpc_impl_codegen_port__platform.h) = b8d07e5bbf04694df00d0d19884844b791eb002c

Index: pkgsrc/net/py-grpcio/Makefile
diff -u pkgsrc/net/py-grpcio/Makefile:1.14 pkgsrc/net/py-grpcio/Makefile:1.15
--- pkgsrc/net/py-grpcio/Makefile:1.14  Sat Jan 18 21:50:24 2020
+++ pkgsrc/net/py-grpcio/Makefile       Mon Feb 10 15:36:32 2020
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2020/01/18 21:50:24 jperkin Exp $
+# $NetBSD: Makefile,v 1.15 2020/02/10 15:36:32 adam Exp $
 
-DISTNAME=      grpcio-1.26.0
+DISTNAME=      grpcio-1.27.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/grpcio/}
 
Index: pkgsrc/net/py-grpcio/distinfo
diff -u pkgsrc/net/py-grpcio/distinfo:1.14 pkgsrc/net/py-grpcio/distinfo:1.15
--- pkgsrc/net/py-grpcio/distinfo:1.14  Fri Jan  3 08:21:37 2020
+++ pkgsrc/net/py-grpcio/distinfo       Mon Feb 10 15:36:32 2020
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.14 2020/01/03 08:21:37 adam Exp $
+$NetBSD: distinfo,v 1.15 2020/02/10 15:36:32 adam Exp $
 
-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 (grpcio-1.27.1.tar.gz) = 98411a02925606e48fd64a2ec94588231af9f7ee
+RMD160 (grpcio-1.27.1.tar.gz) = b47861591955b5ccebdde66474141faea9e6bd1a
+SHA512 (grpcio-1.27.1.tar.gz) = 5087ddad375ba635bc053697f5b40900c953b421c9c08f8b73116b558be43114d2ffa19bf01fcb9150c734923fc7c51d8408effd8169948194438af5a7468646
+Size (grpcio-1.27.1.tar.gz) = 16873666 bytes
 SHA1 (patch-setup.py) = eb7e9a110711d149bae7cc4f4b08e725ffc25ae5
 SHA1 (patch-src_core_lib_iomgr_port.h) = 8f088cbf22110c03a684c24c9e17ef5fc64e925a

Index: pkgsrc/net/py-grpcio/PLIST
diff -u pkgsrc/net/py-grpcio/PLIST:1.6 pkgsrc/net/py-grpcio/PLIST:1.7
--- pkgsrc/net/py-grpcio/PLIST:1.6      Fri Jan  3 08:21:37 2020
+++ pkgsrc/net/py-grpcio/PLIST  Mon Feb 10 15:36:32 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2020/01/03 08:21:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2020/02/10 15:36:32 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -69,15 +69,27 @@ ${PYSITELIB}/grpc/experimental/__init__.
 ${PYSITELIB}/grpc/experimental/aio/__init__.py
 ${PYSITELIB}/grpc/experimental/aio/__init__.pyc
 ${PYSITELIB}/grpc/experimental/aio/__init__.pyo
+${PYSITELIB}/grpc/experimental/aio/_base_call.py
+${PYSITELIB}/grpc/experimental/aio/_base_call.pyc
+${PYSITELIB}/grpc/experimental/aio/_base_call.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
+${PYSITELIB}/grpc/experimental/aio/_interceptor.py
+${PYSITELIB}/grpc/experimental/aio/_interceptor.pyc
+${PYSITELIB}/grpc/experimental/aio/_interceptor.pyo
 ${PYSITELIB}/grpc/experimental/aio/_server.py
 ${PLIST.py3x}${PYSITELIB}/grpc/experimental/aio/_server.pyc
 ${PLIST.py3x}${PYSITELIB}/grpc/experimental/aio/_server.pyo
+${PYSITELIB}/grpc/experimental/aio/_typing.py
+${PYSITELIB}/grpc/experimental/aio/_typing.pyc
+${PYSITELIB}/grpc/experimental/aio/_typing.pyo
+${PYSITELIB}/grpc/experimental/aio/_utils.py
+${PYSITELIB}/grpc/experimental/aio/_utils.pyc
+${PYSITELIB}/grpc/experimental/aio/_utils.pyo
 ${PYSITELIB}/grpc/experimental/gevent.py
 ${PYSITELIB}/grpc/experimental/gevent.pyc
 ${PYSITELIB}/grpc/experimental/gevent.pyo

Index: pkgsrc/net/py-grpcio-testing/Makefile
diff -u pkgsrc/net/py-grpcio-testing/Makefile:1.2 pkgsrc/net/py-grpcio-testing/Makefile:1.3
--- pkgsrc/net/py-grpcio-testing/Makefile:1.2   Fri Jan 10 21:17:45 2020
+++ pkgsrc/net/py-grpcio-testing/Makefile       Mon Feb 10 15:36:32 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2020/01/10 21:17:45 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2020/02/10 15:36:32 adam Exp $
 
-DISTNAME=      grpcio-testing-1.26.0
+DISTNAME=      grpcio-testing-1.27.1
 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.1 pkgsrc/net/py-grpcio-testing/distinfo:1.2
--- pkgsrc/net/py-grpcio-testing/distinfo:1.1   Fri Jan  3 08:21:37 2020
+++ pkgsrc/net/py-grpcio-testing/distinfo       Mon Feb 10 15:36:32 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/01/03 08:21:37 adam Exp $
+$NetBSD: distinfo,v 1.2 2020/02/10 15:36:32 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
+SHA1 (grpcio-testing-1.27.1.tar.gz) = 3b5d4e1fc3ce407f5f97baab6a9c623e46ed3b06
+RMD160 (grpcio-testing-1.27.1.tar.gz) = ca2b2f447f9cf958c61a4878a864f4f0de08b6a6
+SHA512 (grpcio-testing-1.27.1.tar.gz) = 88d36ec012dc6bce542d640d477570d67cdff3f3800e41d2cd912ba24ad41f414525b919f54b486c98c6630002202f448d0368094b2cb1202dda5797cf3f4f30
+Size (grpcio-testing-1.27.1.tar.gz) = 17141 bytes

Index: pkgsrc/net/py-grpcio-tools/Makefile
diff -u pkgsrc/net/py-grpcio-tools/Makefile:1.11 pkgsrc/net/py-grpcio-tools/Makefile:1.12
--- pkgsrc/net/py-grpcio-tools/Makefile:1.11    Fri Jan 10 21:17:45 2020
+++ pkgsrc/net/py-grpcio-tools/Makefile Mon Feb 10 15:36:32 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2020/01/10 21:17:45 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2020/02/10 15:36:32 adam Exp $
 
-DISTNAME=      grpcio-tools-1.26.0
+DISTNAME=      grpcio-tools-1.27.1
 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.10 pkgsrc/net/py-grpcio-tools/distinfo:1.11
--- pkgsrc/net/py-grpcio-tools/distinfo:1.10    Fri Jan  3 08:21:37 2020
+++ pkgsrc/net/py-grpcio-tools/distinfo Mon Feb 10 15:36:32 2020
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.10 2020/01/03 08:21:37 adam Exp $
+$NetBSD: distinfo,v 1.11 2020/02/10 15:36:32 adam Exp $
 
-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 (grpcio-tools-1.27.1.tar.gz) = 5abff84d72e2bfff54b9ae918acd3578ee5e840f
+RMD160 (grpcio-tools-1.27.1.tar.gz) = a4867dfd69014e94c3c6a7ac732f5e46b6ea3984
+SHA512 (grpcio-tools-1.27.1.tar.gz) = b4e681ea2e635df74d2087f992b84a8069eab70ee9538d0e0463d391d307db5440197662d64d331fdac18ece324976a0e228a53082b4582d46a137b3e806aaa3
+Size (grpcio-tools-1.27.1.tar.gz) = 1983976 bytes
 SHA1 (patch-setup.py) = 080ba75a31b51631000e79006316e0a2d5ce6cee



Home | Main Index | Thread Index | Old Index