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: Tue Sep 30 17:01:54 UTC 2025
Modified Files:
pkgsrc/net/grpc: Makefile distinfo
pkgsrc/net/py-grpcio: Makefile distinfo
pkgsrc/net/py-grpcio-testing: Makefile distinfo
pkgsrc/net/py-grpcio-tools: Makefile distinfo
Log Message:
grpc py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.75.1
1.75.1
Python
Release grpcio wheels with Python 3.14 support
Asyncio: fixes grpc shutdown race condition occurring during python interpreter finalizations.
This also addresses previously reported issues with empty error message on Python interpreter exit (Error in sys.excepthook:/Original exception was: empty).
Python 3.14: preserve current behavior when using grpc.aio async methods outside of a running event loop.
Note: using async methods outside of a running event loop is discouraged by Python, and will be deprecated in future gRPC releases. Please use the asyncio.run() function (or asyncio.Runner for custom
loop factories). For interactive mode, use dedicated asyncio REPL: python -m asyncio.
To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 pkgsrc/net/grpc/Makefile
cvs rdiff -u -r1.105 -r1.106 pkgsrc/net/grpc/distinfo
cvs rdiff -u -r1.99 -r1.100 pkgsrc/net/py-grpcio/Makefile
cvs rdiff -u -r1.79 -r1.80 pkgsrc/net/py-grpcio/distinfo
cvs rdiff -u -r1.67 -r1.68 pkgsrc/net/py-grpcio-testing/Makefile
cvs rdiff -u -r1.65 -r1.66 pkgsrc/net/py-grpcio-testing/distinfo
cvs rdiff -u -r1.89 -r1.90 pkgsrc/net/py-grpcio-tools/Makefile
cvs rdiff -u -r1.74 -r1.75 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.113 pkgsrc/net/grpc/Makefile:1.114
--- pkgsrc/net/grpc/Makefile:1.113 Wed Sep 24 12:25:25 2025
+++ pkgsrc/net/grpc/Makefile Tue Sep 30 17:01:54 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.113 2025/09/24 12:25:25 adam Exp $
+# $NetBSD: Makefile,v 1.114 2025/09/30 17:01:54 adam Exp $
-DISTNAME= grpc-1.75.0
+DISTNAME= grpc-1.75.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.105 pkgsrc/net/grpc/distinfo:1.106
--- pkgsrc/net/grpc/distinfo:1.105 Wed Sep 24 12:25:25 2025
+++ pkgsrc/net/grpc/distinfo Tue Sep 30 17:01:54 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.105 2025/09/24 12:25:25 adam Exp $
+$NetBSD: distinfo,v 1.106 2025/09/30 17:01:54 adam Exp $
-BLAKE2s (grpc-1.75.0.tar.gz) = 4bc3ce2e6cb02e3f518bfad0bea593d6a08414c024e41bdbea9bc66797117045
-SHA512 (grpc-1.75.0.tar.gz) = 8cd7854185e2b8156860ed6f652b81041986fb7aee6cfb4cc35a9b63a218ae849c79a7de4fa003e89b1aa4e0e0a89f01630ab5f259ee34e4e1882d8d9c4cd4b0
-Size (grpc-1.75.0.tar.gz) = 15248921 bytes
+BLAKE2s (grpc-1.75.1.tar.gz) = f81e2c33ca842f55aea0592e765daa683836b7a859e47b7c8fa6308fbab089ff
+SHA512 (grpc-1.75.1.tar.gz) = ffc3fde817f60e151cb2d2c0980485faf15270c12f2ec5f1228ef595d019ddf3c5e977f974cb8d5911010e0083652edddade1e999155a2fa2e72c3fd3a1aefb2
+Size (grpc-1.75.1.tar.gz) = 15252613 bytes
BLAKE2s (opencensus-proto-0.3.0.tar.gz) = be3ce863226f4aa422d9faa997fe29f9bb1743c0e804af3c5fad3c170e60ba42
SHA512 (opencensus-proto-0.3.0.tar.gz) = 39231a495dfdccfc8267d1e6af2ac624feea611a8691c10ec570de2194b352e4a9c3b0ce1606414fb98e5d77c66873bed4a9e56512efa12b267b8a91e0c5851e
Size (opencensus-proto-0.3.0.tar.gz) = 163404 bytes
Index: pkgsrc/net/py-grpcio/Makefile
diff -u pkgsrc/net/py-grpcio/Makefile:1.99 pkgsrc/net/py-grpcio/Makefile:1.100
--- pkgsrc/net/py-grpcio/Makefile:1.99 Wed Sep 24 12:25:25 2025
+++ pkgsrc/net/py-grpcio/Makefile Tue Sep 30 17:01:54 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.99 2025/09/24 12:25:25 adam Exp $
+# $NetBSD: Makefile,v 1.100 2025/09/30 17:01:54 adam Exp $
-DISTNAME= grpcio-1.75.0
+DISTNAME= grpcio-1.75.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/grpcio/}
Index: pkgsrc/net/py-grpcio/distinfo
diff -u pkgsrc/net/py-grpcio/distinfo:1.79 pkgsrc/net/py-grpcio/distinfo:1.80
--- pkgsrc/net/py-grpcio/distinfo:1.79 Wed Sep 24 12:25:25 2025
+++ pkgsrc/net/py-grpcio/distinfo Tue Sep 30 17:01:54 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.79 2025/09/24 12:25:25 adam Exp $
+$NetBSD: distinfo,v 1.80 2025/09/30 17:01:54 adam Exp $
-BLAKE2s (grpcio-1.75.0.tar.gz) = 59d5ff7d5b842cd475e90ecd5ffc3850c367fec8717aadc25dc28d6a4f53073c
-SHA512 (grpcio-1.75.0.tar.gz) = e686d375ba1b8ffb256148459d48a4ea20d89207363fe656826774597f061e0ebed55f72e2cbba082ad05523523e2df7efff24470b28e3ad1489619e303ec3e7
-Size (grpcio-1.75.0.tar.gz) = 12722485 bytes
+BLAKE2s (grpcio-1.75.1.tar.gz) = 8ef228869da40e9bda82362ecd9051246dc0d70a428049c3a2d6feba7c911c57
+SHA512 (grpcio-1.75.1.tar.gz) = 025554fc885859e0e484ec0c205ba19abe21d4fc7b6632eac7d4aa1fb7513b57235e38444a01b417c2f70549c79696b08fb4f2a673689cbca2810b21363d3fa5
+Size (grpcio-1.75.1.tar.gz) = 12731327 bytes
SHA1 (patch-src_core_lib_iomgr_port.h) = 8f088cbf22110c03a684c24c9e17ef5fc64e925a
Index: pkgsrc/net/py-grpcio-testing/Makefile
diff -u pkgsrc/net/py-grpcio-testing/Makefile:1.67 pkgsrc/net/py-grpcio-testing/Makefile:1.68
--- pkgsrc/net/py-grpcio-testing/Makefile:1.67 Wed Sep 24 12:25:25 2025
+++ pkgsrc/net/py-grpcio-testing/Makefile Tue Sep 30 17:01:54 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.67 2025/09/24 12:25:25 adam Exp $
+# $NetBSD: Makefile,v 1.68 2025/09/30 17:01:54 adam Exp $
-DISTNAME= grpcio_testing-1.75.0
+DISTNAME= grpcio_testing-1.75.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
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.65 pkgsrc/net/py-grpcio-testing/distinfo:1.66
--- pkgsrc/net/py-grpcio-testing/distinfo:1.65 Wed Sep 24 12:25:25 2025
+++ pkgsrc/net/py-grpcio-testing/distinfo Tue Sep 30 17:01:54 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.65 2025/09/24 12:25:25 adam Exp $
+$NetBSD: distinfo,v 1.66 2025/09/30 17:01:54 adam Exp $
-BLAKE2s (grpcio_testing-1.75.0.tar.gz) = afb5e2df91be8ed11aeda145de5ff172d8fb3131cf506a8b1b675812f9864450
-SHA512 (grpcio_testing-1.75.0.tar.gz) = 85aa69fdd8904522a48775af40a83b7c1c65ffd5359ef0c6ecd7c58cab588a8b6466fb52d8ffd3d91407c13fa6ff7bee02b200e5c14ee6a65b2512818e6c8e8b
-Size (grpcio_testing-1.75.0.tar.gz) = 22526 bytes
+BLAKE2s (grpcio_testing-1.75.1.tar.gz) = 8935f4c6e3e2a88f2f1285542b7b2db81916915004ddccfcc43ebd4375208d6f
+SHA512 (grpcio_testing-1.75.1.tar.gz) = fbc46b95e3439b34c5a040e20e7b31838a8e9d2e1c65b0adfbb0d0ad9f95e98ec714d5c5102611c6e178d6f8368198164908b9cf1aa0eae258eba26514f4329e
+Size (grpcio_testing-1.75.1.tar.gz) = 22513 bytes
Index: pkgsrc/net/py-grpcio-tools/Makefile
diff -u pkgsrc/net/py-grpcio-tools/Makefile:1.89 pkgsrc/net/py-grpcio-tools/Makefile:1.90
--- pkgsrc/net/py-grpcio-tools/Makefile:1.89 Wed Sep 24 12:25:25 2025
+++ pkgsrc/net/py-grpcio-tools/Makefile Tue Sep 30 17:01:54 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.89 2025/09/24 12:25:25 adam Exp $
+# $NetBSD: Makefile,v 1.90 2025/09/30 17:01:54 adam Exp $
-DISTNAME= grpcio_tools-1.75.0
+DISTNAME= grpcio_tools-1.75.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
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.74 pkgsrc/net/py-grpcio-tools/distinfo:1.75
--- pkgsrc/net/py-grpcio-tools/distinfo:1.74 Wed Sep 24 12:25:25 2025
+++ pkgsrc/net/py-grpcio-tools/distinfo Tue Sep 30 17:01:54 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.74 2025/09/24 12:25:25 adam Exp $
+$NetBSD: distinfo,v 1.75 2025/09/30 17:01:54 adam Exp $
-BLAKE2s (grpcio_tools-1.75.0.tar.gz) = 47c413ec2516782f32eb2e24b84067b7044956dfdb3f7fee93cb377bc295858a
-SHA512 (grpcio_tools-1.75.0.tar.gz) = 0920e473c73c7d98a7515c1eac173b2bb229117868731ec052c1a7d66914f9b84ed897623226a712f0a40b21c351ddc1c83928457755e7693161018cfeb1d0e6
-Size (grpcio_tools-1.75.0.tar.gz) = 5390883 bytes
+BLAKE2s (grpcio_tools-1.75.1.tar.gz) = ee603b9bb5ac83a206e93a452d5738c787620ab28a2eab7fee368d4e08ef3f0c
+SHA512 (grpcio_tools-1.75.1.tar.gz) = 99ef13b090099d572e92319b19b2bb1b069ca6529a6998ea8428dbfc5ebb9d7f2294f0d06e8b1dbf7b7b152b1c03bffb98566f6eed752acb7b93621a6b457307
+Size (grpcio_tools-1.75.1.tar.gz) = 5390470 bytes
SHA1 (patch-setup.py) = 24025086f2117a429392fb8f1f58169c3cf0d0b0
Home |
Main Index |
Thread Index |
Old Index