diff options
author | adam <adam@pkgsrc.org> | 2022-12-04 17:59:08 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-12-04 17:59:08 +0000 |
commit | 1431e7faae83a534f127a1152c03567852e92dea (patch) | |
tree | 2dca4b002242762b1ef4a13a61656ad0d3c508ab /net/py-grpcio | |
parent | 83e539094df359b820985645eeb7bf8d6211b05d (diff) | |
download | pkgsrc-1431e7faae83a534f127a1152c03567852e92dea.tar.gz |
grpc py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.51.1
Release v1.51.1
Python
Revert "Build with System OpenSSL on Mac OS arm64
Release v1.51.0
Core
Bump core version 202211082118.
c-ares DNS resolver: fix logical race between resolution timeout/cancellation and fd readability.
[log] Longer space for filenames.
c-ares DNS resolver: remove unnecessary code in SRV callback.
Correct the domain-socket client address read out from the ServerContext.
outlier detection: remove env var protection.
EventEngineFactoryReset - remove custom factory and reset default engine.
[tls] Remove support for pthread tls.
C++
Added version macros to gRPC C++.
OpenCensus: Move measures, views and CensusContext to include file.
GcpObservability: Add experimental public target.
C#
Fix msbuild failing when '@' is present in path (2nd attempt).
Revert "Fix msbuild failing when '@' is present in path".
Fix msbuild failing when '@' is present in path.
PHP
fixing php 8.2 deprecations.
Python
Fix lack of cooldown between poll attempts.
Build with System OpenSSL on Mac OS arm64.
Remove enum and future.
[Remove Six] Remove dependency on six.
Update xds-protos package to pull in protobuf 4.X.
Diffstat (limited to 'net/py-grpcio')
-rw-r--r-- | net/py-grpcio/Makefile | 4 | ||||
-rw-r--r-- | net/py-grpcio/PLIST | 5 | ||||
-rw-r--r-- | net/py-grpcio/distinfo | 8 |
3 files changed, 10 insertions, 7 deletions
diff --git a/net/py-grpcio/Makefile b/net/py-grpcio/Makefile index d9c314f4f19..153dd0ffb63 100644 --- a/net/py-grpcio/Makefile +++ b/net/py-grpcio/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.52 2022/10/28 09:21:01 adam Exp $ +# $NetBSD: Makefile,v 1.53 2022/12/04 17:59:08 adam Exp $ -DISTNAME= grpcio-1.50.0 +DISTNAME= grpcio-1.51.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=g/grpcio/} diff --git a/net/py-grpcio/PLIST b/net/py-grpcio/PLIST index 1066a487c69..d72bdad3224 100644 --- a/net/py-grpcio/PLIST +++ b/net/py-grpcio/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2020/09/10 07:18:33 adam Exp $ +@comment $NetBSD: PLIST,v 1.11 2022/12/04 17:59:08 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -45,6 +45,9 @@ ${PYSITELIB}/grpc/_server.pyo ${PYSITELIB}/grpc/_simple_stubs.py ${PYSITELIB}/grpc/_simple_stubs.pyc ${PYSITELIB}/grpc/_simple_stubs.pyo +${PYSITELIB}/grpc/_typing.py +${PYSITELIB}/grpc/_typing.pyc +${PYSITELIB}/grpc/_typing.pyo ${PYSITELIB}/grpc/_utilities.py ${PYSITELIB}/grpc/_utilities.pyc ${PYSITELIB}/grpc/_utilities.pyo diff --git a/net/py-grpcio/distinfo b/net/py-grpcio/distinfo index aab2214856a..47f45350308 100644 --- a/net/py-grpcio/distinfo +++ b/net/py-grpcio/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.48 2022/10/28 09:21:01 adam Exp $ +$NetBSD: distinfo,v 1.49 2022/12/04 17:59:08 adam Exp $ -BLAKE2s (grpcio-1.50.0.tar.gz) = 3234a60d82673aa5a438af8d104b36bd2c6cfa82a4518aa6535da3fa2f8eae7b -SHA512 (grpcio-1.50.0.tar.gz) = cd11ef03a524213bdc650490599736e20d0ff1ceb269f70e656fdf80320ae0e0eb9777db1e3fe429024363cdf34229382cd0bb6de71b956afd20adb72e8fc35f -Size (grpcio-1.50.0.tar.gz) = 22066727 bytes +BLAKE2s (grpcio-1.51.1.tar.gz) = 581860007f7474b164f690c0528d5b9f31baff5d2cb98e115970bd78c961eaf3 +SHA512 (grpcio-1.51.1.tar.gz) = 6133ac7518477a2c0bb4aa95d3631dfb1f2c2526e853e056a47dc567211905dc2a31714481b97596253cd72dbbb8a34af3c644909ffe7b87b8ba71ec726c04a0 +Size (grpcio-1.51.1.tar.gz) = 22137648 bytes SHA1 (patch-setup.py) = d95ba143e8bf51b97946b40f3f7295c990c0dd7d SHA1 (patch-src_core_lib_iomgr_port.h) = 8f088cbf22110c03a684c24c9e17ef5fc64e925a |