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 Oct 1 09:03:08 UTC 2024
Modified Files:
pkgsrc/net/grpc: Makefile distinfo
pkgsrc/net/grpc/patches: patch-CMakeLists.txt
pkgsrc/net/py-grpcio: Makefile distinfo
pkgsrc/net/py-grpcio-testing: Makefile distinfo
pkgsrc/net/py-grpcio-tools: Makefile PLIST distinfo
Log Message:
grpc py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.66.2
Release v1.66.2
Python
Added support for Python 3.13 and templating system for supported Python versions
To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 pkgsrc/net/grpc/Makefile
cvs rdiff -u -r1.95 -r1.96 pkgsrc/net/grpc/distinfo
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/grpc/patches/patch-CMakeLists.txt
cvs rdiff -u -r1.82 -r1.83 pkgsrc/net/py-grpcio/Makefile
cvs rdiff -u -r1.69 -r1.70 pkgsrc/net/py-grpcio/distinfo
cvs rdiff -u -r1.56 -r1.57 pkgsrc/net/py-grpcio-testing/Makefile \
pkgsrc/net/py-grpcio-testing/distinfo
cvs rdiff -u -r1.74 -r1.75 pkgsrc/net/py-grpcio-tools/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/py-grpcio-tools/PLIST
cvs rdiff -u -r1.65 -r1.66 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.100 pkgsrc/net/grpc/Makefile:1.101
--- pkgsrc/net/grpc/Makefile:1.100 Sat Sep 21 10:41:24 2024
+++ pkgsrc/net/grpc/Makefile Tue Oct 1 09:03:08 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.100 2024/09/21 10:41:24 wiz Exp $
+# $NetBSD: Makefile,v 1.101 2024/10/01 09:03:08 adam Exp $
-DISTNAME= grpc-1.66.1
+DISTNAME= grpc-1.66.2
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.95 pkgsrc/net/grpc/distinfo:1.96
--- pkgsrc/net/grpc/distinfo:1.95 Sat Sep 21 10:41:24 2024
+++ pkgsrc/net/grpc/distinfo Tue Oct 1 09:03:08 2024
@@ -1,12 +1,12 @@
-$NetBSD: distinfo,v 1.95 2024/09/21 10:41:24 wiz Exp $
+$NetBSD: distinfo,v 1.96 2024/10/01 09:03:08 adam Exp $
-BLAKE2s (grpc-1.66.1.tar.gz) = e22a230c1d069fcb17aca4616dae9eecfaf8f6c888854287392eafc473062757
-SHA512 (grpc-1.66.1.tar.gz) = 65a092e86f14bbf0b57b16b41553b58209e91229f714203f5224cd746d6f358108f6604433b87aac51b9484eaf3a382afee9eeb399678d3b8c23d541c2c3f5ce
-Size (grpc-1.66.1.tar.gz) = 22654923 bytes
+BLAKE2s (grpc-1.66.2.tar.gz) = 07e5c5307f58d852233f0f128599d8213b8eab1b1402406caf71ad464638f34e
+SHA512 (grpc-1.66.2.tar.gz) = 98053d5887bdf9448acf561e862adf3d68457a1fd70fde41aebe9e268c723cb580a7d179072c1835f41ffc514d5f4a9d2d278c2ee2edbccb7138c7c20b9ee356
+Size (grpc-1.66.2.tar.gz) = 22657261 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
-SHA1 (patch-CMakeLists.txt) = 0d9eec3d7e4229c6d9254ef208963879315baa20
+SHA1 (patch-CMakeLists.txt) = 49c2fccf5b1d73a4eea666d7a60820d1913b7eb8
SHA1 (patch-cmake_protobuf.cmake) = 7aa6563b03dce5a07115f98c7d9bef62ef24e0f4
SHA1 (patch-include_grpc_event__engine_port.h) = ee0937d5ec59d2f0a462a64145fc63ef68564c17
SHA1 (patch-src_core_lib_event__engine_cf__engine_cfstream__endpoint.h) = 75c50a6e275de0e47feb0cfa0f0976078025caba
Index: pkgsrc/net/grpc/patches/patch-CMakeLists.txt
diff -u pkgsrc/net/grpc/patches/patch-CMakeLists.txt:1.14 pkgsrc/net/grpc/patches/patch-CMakeLists.txt:1.15
--- pkgsrc/net/grpc/patches/patch-CMakeLists.txt:1.14 Sat Sep 21 10:41:24 2024
+++ pkgsrc/net/grpc/patches/patch-CMakeLists.txt Tue Oct 1 09:03:08 2024
@@ -1,8 +1,9 @@
-$NetBSD: patch-CMakeLists.txt,v 1.14 2024/09/21 10:41:24 wiz Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.15 2024/10/01 09:03:08 adam Exp $
Allow linking against not-yet-installed shared libraries.
+Fix build (at least on Darwin) - https://github.com/grpc/grpc/issues/36654
---- CMakeLists.txt.orig 2024-08-23 23:09:41.000000000 +0000
+--- CMakeLists.txt.orig 2024-09-27 19:57:30.000000000 +0000
+++ CMakeLists.txt
@@ -607,7 +607,7 @@ function(protobuf_generate_grpc_cpp_with
"${_gRPC_PROTO_GENS_DIR}/${RELFIL_WE}_mock.grpc.pb.h"
@@ -13,3 +14,19 @@ Allow linking against not-yet-installed
ARGS --grpc_out=generate_mock_code=true:${_gRPC_PROTO_GENS_DIR}
--cpp_out=${_gRPC_PROTO_GENS_DIR}
--plugin=protoc-gen-grpc=${_gRPC_CPP_PLUGIN}
+@@ -3726,6 +3726,7 @@ target_include_directories(upb_json_lib
+ )
+ target_link_libraries(upb_json_lib
+ ${_gRPC_ALLTARGETS_LIBRARIES}
++ grpc++_unsecure
+ upb_mini_descriptor_lib
+ upb_wire_lib
+ )
+@@ -3981,6 +3982,7 @@ target_include_directories(upb_textforma
+ )
+ target_link_libraries(upb_textformat_lib
+ ${_gRPC_ALLTARGETS_LIBRARIES}
++ grpc++_unsecure
+ upb_mini_descriptor_lib
+ upb_wire_lib
+ )
Index: pkgsrc/net/py-grpcio/Makefile
diff -u pkgsrc/net/py-grpcio/Makefile:1.82 pkgsrc/net/py-grpcio/Makefile:1.83
--- pkgsrc/net/py-grpcio/Makefile:1.82 Sat Sep 21 10:57:42 2024
+++ pkgsrc/net/py-grpcio/Makefile Tue Oct 1 09:03:08 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.82 2024/09/21 10:57:42 wiz Exp $
+# $NetBSD: Makefile,v 1.83 2024/10/01 09:03:08 adam Exp $
-DISTNAME= grpcio-1.66.1
+DISTNAME= grpcio-1.66.2
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.69 pkgsrc/net/py-grpcio/distinfo:1.70
--- pkgsrc/net/py-grpcio/distinfo:1.69 Sat Sep 21 10:57:42 2024
+++ pkgsrc/net/py-grpcio/distinfo Tue Oct 1 09:03:08 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.69 2024/09/21 10:57:42 wiz Exp $
+$NetBSD: distinfo,v 1.70 2024/10/01 09:03:08 adam Exp $
-BLAKE2s (grpcio-1.66.1.tar.gz) = 3ce0abbe236b338fd27c303d75bbb13d2d2d9800059cc8b0ddd5140f788afc5c
-SHA512 (grpcio-1.66.1.tar.gz) = 64a358e894fce45766ee7d0b3ab8cdcc0d2176f31d5e1583ffa2a17f0becd9c4b78b48ada6da1cb463f9bdee4f82f0a7845d0a47009d600fa268b2f74089e657
-Size (grpcio-1.66.1.tar.gz) = 12326405 bytes
+BLAKE2s (grpcio-1.66.2.tar.gz) = abf2c51102b7ba3e1c310186044b7c6b0d64709f894b23c9d1c398a345710914
+SHA512 (grpcio-1.66.2.tar.gz) = 910ddd9efaebb99112ef1e1e62befe35347948c953bd9d70fe23fe9e8c0c565a9127d827f4ad5e991f279a6b7cd5832a8fbcc26577b2a93f76e77e6b189af5d6
+Size (grpcio-1.66.2.tar.gz) = 12489713 bytes
SHA1 (patch-setup.py) = d8bd1807052c157fc919ac888349320c0594abf1
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.56 pkgsrc/net/py-grpcio-testing/Makefile:1.57
--- pkgsrc/net/py-grpcio-testing/Makefile:1.56 Sat Sep 21 10:57:42 2024
+++ pkgsrc/net/py-grpcio-testing/Makefile Tue Oct 1 09:03:08 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.56 2024/09/21 10:57:42 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2024/10/01 09:03:08 adam Exp $
-DISTNAME= grpcio_testing-1.66.1
+DISTNAME= grpcio_testing-1.66.2
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.56 pkgsrc/net/py-grpcio-testing/distinfo:1.57
--- pkgsrc/net/py-grpcio-testing/distinfo:1.56 Sat Sep 21 10:57:42 2024
+++ pkgsrc/net/py-grpcio-testing/distinfo Tue Oct 1 09:03:08 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.56 2024/09/21 10:57:42 wiz Exp $
+$NetBSD: distinfo,v 1.57 2024/10/01 09:03:08 adam Exp $
-BLAKE2s (grpcio_testing-1.66.1.tar.gz) = 0603788742d336045f69c6afbf42a954cf3b3db0f622b787b1b0110f1024761f
-SHA512 (grpcio_testing-1.66.1.tar.gz) = 0f64f4ff56a9e838df1dcf6ad4520cab77a06525a46d09887e776bf33fce60a7a4acdbec06201d7d59f3bd14df2621e6ca63f9e37416cfbd2b34f67670bf4ec9
-Size (grpcio_testing-1.66.1.tar.gz) = 22544 bytes
+BLAKE2s (grpcio_testing-1.66.2.tar.gz) = e01a7226bcdab2616b49a869389e0771a4b4b52724376b72ca881e39c872e152
+SHA512 (grpcio_testing-1.66.2.tar.gz) = 9e824589c17ac561b6669f0225452f9896109ceb72f5d15aab370fcd570cb8ab08bbbf1efcdfd08a611d2d970108405363b7716c20eb49d3a32c2019c75e69a3
+Size (grpcio_testing-1.66.2.tar.gz) = 22495 bytes
Index: pkgsrc/net/py-grpcio-tools/Makefile
diff -u pkgsrc/net/py-grpcio-tools/Makefile:1.74 pkgsrc/net/py-grpcio-tools/Makefile:1.75
--- pkgsrc/net/py-grpcio-tools/Makefile:1.74 Sat Sep 21 10:57:42 2024
+++ pkgsrc/net/py-grpcio-tools/Makefile Tue Oct 1 09:03:08 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.74 2024/09/21 10:57:42 wiz Exp $
+# $NetBSD: Makefile,v 1.75 2024/10/01 09:03:08 adam Exp $
-DISTNAME= grpcio_tools-1.66.1
+DISTNAME= grpcio_tools-1.66.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/grpcio-tools/}
Index: pkgsrc/net/py-grpcio-tools/PLIST
diff -u pkgsrc/net/py-grpcio-tools/PLIST:1.3 pkgsrc/net/py-grpcio-tools/PLIST:1.4
--- pkgsrc/net/py-grpcio-tools/PLIST:1.3 Wed May 15 21:13:50 2024
+++ pkgsrc/net/py-grpcio-tools/PLIST Tue Oct 1 09:03:08 2024
@@ -1,4 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2024/05/15 21:13:50 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2024/10/01 09:03:08 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/grpc_tools/__init__.py
${PYSITELIB}/grpc_tools/__init__.pyc
${PYSITELIB}/grpc_tools/__init__.pyo
@@ -24,7 +28,6 @@ ${PYSITELIB}/grpc_tools/grpc_version.pyo
${PYSITELIB}/grpc_tools/protoc.py
${PYSITELIB}/grpc_tools/protoc.pyc
${PYSITELIB}/grpc_tools/protoc.pyo
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/grpc_tools/python_version.py
+${PYSITELIB}/grpc_tools/python_version.pyc
+${PYSITELIB}/grpc_tools/python_version.pyo
Index: pkgsrc/net/py-grpcio-tools/distinfo
diff -u pkgsrc/net/py-grpcio-tools/distinfo:1.65 pkgsrc/net/py-grpcio-tools/distinfo:1.66
--- pkgsrc/net/py-grpcio-tools/distinfo:1.65 Sat Sep 21 10:57:42 2024
+++ pkgsrc/net/py-grpcio-tools/distinfo Tue Oct 1 09:03:08 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.65 2024/09/21 10:57:42 wiz Exp $
+$NetBSD: distinfo,v 1.66 2024/10/01 09:03:08 adam Exp $
-BLAKE2s (grpcio_tools-1.66.1.tar.gz) = 737d2ea925044c32a8a1757994f47c2aa647dae7bebab53e8fe1be8b2667d884
-SHA512 (grpcio_tools-1.66.1.tar.gz) = 04cb1cd4280e938d9eec8b4c9ddd8d2cb815a6b8785968b6afa305612d60ead90c8162f522287d82a5bb4d335095918e4b2babaa7766db6f8fb821e5fbb07096
-Size (grpcio_tools-1.66.1.tar.gz) = 5134197 bytes
+BLAKE2s (grpcio_tools-1.66.2.tar.gz) = d4bb9557497d196f67cb2bd4e6275707b4f5c019170fbe3cb52c829d78bc7f7f
+SHA512 (grpcio_tools-1.66.2.tar.gz) = 0f39061349d14488fe52bfd87a0d35e603934dd5c309620193a77ff4d0ecd334792f6ce9a9a8dcc0fc8ad0b361c7af399bd059b74eb4296a34499739f1cb14c0
+Size (grpcio_tools-1.66.2.tar.gz) = 5158759 bytes
SHA1 (patch-setup.py) = 24025086f2117a429392fb8f1f58169c3cf0d0b0
Home |
Main Index |
Thread Index |
Old Index