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:           Sat Feb  3 20:02:04 UTC 2024

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
Added Files:
        pkgsrc/net/grpc/patches:
            patch-src_core_lib_event__engine_cf__engine_cfstream__endpoint.h

Log Message:
grpc py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.60.1

Release v1.60.1

This release contains refinements, improvements, and bug fixes.

Python

[Python Misc] Revert change to print backtrace in server.


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/net/grpc/Makefile
cvs rdiff -u -r1.76 -r1.77 pkgsrc/net/grpc/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/net/grpc/patches/patch-src_core_lib_event__engine_cf__engine_cfstream__endpoint.h
cvs rdiff -u -r1.65 -r1.66 pkgsrc/net/py-grpcio/Makefile
cvs rdiff -u -r1.56 -r1.57 pkgsrc/net/py-grpcio/distinfo
cvs rdiff -u -r1.43 -r1.44 pkgsrc/net/py-grpcio-testing/Makefile \
    pkgsrc/net/py-grpcio-testing/distinfo
cvs rdiff -u -r1.59 -r1.60 pkgsrc/net/py-grpcio-tools/Makefile
cvs rdiff -u -r1.52 -r1.53 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.82 pkgsrc/net/grpc/Makefile:1.83
--- pkgsrc/net/grpc/Makefile:1.82       Tue Jan 30 18:29:19 2024
+++ pkgsrc/net/grpc/Makefile    Sat Feb  3 20:02:03 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.82 2024/01/30 18:29:19 adam Exp $
+# $NetBSD: Makefile,v 1.83 2024/02/03 20:02:03 adam Exp $
 
-DISTNAME=      grpc-1.60.0
-PKGREVISION=   1
+DISTNAME=      grpc-1.60.1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=grpc/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -11,9 +10,9 @@ HOMEPAGE=     https://grpc.io/
 COMMENT=       High performance, open-source universal RPC framework
 LICENSE=       apache-2.0
 
-USE_LANGUAGES+=        c c++
-
-USE_CXX_FEATURES+=     c++14
+USE_CXX_FEATURES=      c++14
+USE_LANGUAGES=         c c++
+FORCE_CXX_STD=         c++14
 
 CMAKE_ARGS+=   -DBUILD_SHARED_LIBS=ON
 # use cmake's find_package() to locate a pre-installed dependency

Index: pkgsrc/net/grpc/distinfo
diff -u pkgsrc/net/grpc/distinfo:1.76 pkgsrc/net/grpc/distinfo:1.77
--- pkgsrc/net/grpc/distinfo:1.76       Sun Dec 17 19:03:01 2023
+++ pkgsrc/net/grpc/distinfo    Sat Feb  3 20:02:03 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.76 2023/12/17 19:03:01 adam Exp $
+$NetBSD: distinfo,v 1.77 2024/02/03 20:02:03 adam Exp $
 
-BLAKE2s (grpc-1.60.0.tar.gz) = 8350eab2d5b837642a41e6cb924a0a8140548d563fdc750cdac512023636fdac
-SHA512 (grpc-1.60.0.tar.gz) = 91c2406ed4198509ac0d5360b3da6898fa4f40f459eb6fff541faa44cc238eed98fd7489e7ef7a80a6f4a318bc5b9130eaa0ba1beaa358d1c074fc82825648ff
-Size (grpc-1.60.0.tar.gz) = 17442762 bytes
+BLAKE2s (grpc-1.60.1.tar.gz) = 60d365bf66267426dbdf34ddeee3e696f5a5905725b608e9b0151fe24f13fdcc
+SHA512 (grpc-1.60.1.tar.gz) = f5af6c99296a11dd77e2a05dbc4480d27c3db8bd2cf558560f7952adaf08cd7436061dfefbcb5480324c2656c87970f170086de464f4b952db86a6d7b4036718
+Size (grpc-1.60.1.tar.gz) = 17443832 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.65 pkgsrc/net/py-grpcio/Makefile:1.66
--- pkgsrc/net/py-grpcio/Makefile:1.65  Tue Jan 30 18:29:19 2024
+++ pkgsrc/net/py-grpcio/Makefile       Sat Feb  3 20:02:04 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.65 2024/01/30 18:29:19 adam Exp $
+# $NetBSD: Makefile,v 1.66 2024/02/03 20:02:04 adam Exp $
 
-DISTNAME=      grpcio-1.60.0
+DISTNAME=      grpcio-1.60.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/grpcio/}
 
@@ -14,10 +13,12 @@ LICENSE=    apache-2.0
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+USE_CC_FEATURES=       c99
+USE_CXX_FEATURES=      c++14
+USE_LANGUAGES=         c c++
+USE_TOOLS+=            gmake pkg-config
 
-USE_LANGUAGES= c99 c++11
-USE_TOOLS+=    gmake pkg-config
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../devel/abseil/buildlink3.mk"
 .include "../../devel/re2/buildlink3.mk"

Index: pkgsrc/net/py-grpcio/distinfo
diff -u pkgsrc/net/py-grpcio/distinfo:1.56 pkgsrc/net/py-grpcio/distinfo:1.57
--- pkgsrc/net/py-grpcio/distinfo:1.56  Sun Dec 17 19:03:01 2023
+++ pkgsrc/net/py-grpcio/distinfo       Sat Feb  3 20:02:04 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.56 2023/12/17 19:03:01 adam Exp $
+$NetBSD: distinfo,v 1.57 2024/02/03 20:02:04 adam Exp $
 
-BLAKE2s (grpcio-1.60.0.tar.gz) = 073bbb3390c639e9f8a87db935a1a0b936fe00953e3db6851cacbc23cda7afca
-SHA512 (grpcio-1.60.0.tar.gz) = 60c9db7aeb491a54e1a4451ded4b9fa1e9cffe3616915b922dc4f8fb5fec0528e018dd93da0101c4c49e5a7b422e13fac3b81e7ea19f4874f8936a411b2a12a2
-Size (grpcio-1.60.0.tar.gz) = 24766390 bytes
+BLAKE2s (grpcio-1.60.1.tar.gz) = 3b20ccd5f8f6499c47c78a5e5816fafc023c2c4a2440e018c2a19187b97e213d
+SHA512 (grpcio-1.60.1.tar.gz) = eefe7cc47401efa24d26bd7a95199b94d8580cef51b50f3374b09d44a76f557ad0cd72f79e5575b696e1a0e3dbd5f0012f462a76035da5d8b714b15c8410cc43
+Size (grpcio-1.60.1.tar.gz) = 24771788 bytes
 SHA1 (patch-setup.py) = c069957e57dc1bf0f3d09caa518f3b19e6057146
 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.43 pkgsrc/net/py-grpcio-testing/Makefile:1.44
--- pkgsrc/net/py-grpcio-testing/Makefile:1.43  Sun Dec 17 19:03:02 2023
+++ pkgsrc/net/py-grpcio-testing/Makefile       Sat Feb  3 20:02:04 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2023/12/17 19:03:02 adam Exp $
+# $NetBSD: Makefile,v 1.44 2024/02/03 20:02:04 adam Exp $
 
-DISTNAME=      grpcio-testing-1.60.0
+DISTNAME=      grpcio-testing-1.60.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.43 pkgsrc/net/py-grpcio-testing/distinfo:1.44
--- pkgsrc/net/py-grpcio-testing/distinfo:1.43  Sun Dec 17 19:03:02 2023
+++ pkgsrc/net/py-grpcio-testing/distinfo       Sat Feb  3 20:02:04 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.43 2023/12/17 19:03:02 adam Exp $
+$NetBSD: distinfo,v 1.44 2024/02/03 20:02:04 adam Exp $
 
-BLAKE2s (grpcio-testing-1.60.0.tar.gz) = cc349f8b070266d4b838528c058db1b66a314796227693be1e916b1833833a45
-SHA512 (grpcio-testing-1.60.0.tar.gz) = 22c9bebd554befdd54393cccacc3d06ea5f583639489df09500cd8a72afe878a86519a0af86fa40809ce14253aafe589fe269eccdfb291cee7226c0b70912bc7
-Size (grpcio-testing-1.60.0.tar.gz) = 22500 bytes
+BLAKE2s (grpcio-testing-1.60.1.tar.gz) = eeac659549b6cb351bde65f0cb0474f98148eef5034d697eb69acaa67f34ed30
+SHA512 (grpcio-testing-1.60.1.tar.gz) = 9a740d36aa15a19c03205e32dfdc56b3657483cc9a4625933dba2b6b12709f8ee9b71133543966b19c87ebd3fdabd05a983ac889ab8c2d9b03f9c3dadbd6c68e
+Size (grpcio-testing-1.60.1.tar.gz) = 22475 bytes

Index: pkgsrc/net/py-grpcio-tools/Makefile
diff -u pkgsrc/net/py-grpcio-tools/Makefile:1.59 pkgsrc/net/py-grpcio-tools/Makefile:1.60
--- pkgsrc/net/py-grpcio-tools/Makefile:1.59    Tue Jan 30 18:29:19 2024
+++ pkgsrc/net/py-grpcio-tools/Makefile Sat Feb  3 20:02:04 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.59 2024/01/30 18:29:19 adam Exp $
+# $NetBSD: Makefile,v 1.60 2024/02/03 20:02:04 adam Exp $
 
-DISTNAME=      grpcio-tools-1.60.0
+DISTNAME=      grpcio-tools-1.60.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/grpcio-tools/}
 
@@ -18,7 +17,9 @@ DEPENDS+=     ${PYPKGPREFIX}-protobuf>=4.21.
 
 CHECK_PORTABILITY_SKIP=        third_party/protobuf/*.sh
 
-USE_LANGUAGES= c c++11
+USE_LANGUAGES=         c c++
+USE_CXX_FEATURES=      c++14
+
 MAKE_ENV+=     GRPC_PYTHON_LDFLAGS="-lprotoc ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.protobuf}/lib"
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27

Index: pkgsrc/net/py-grpcio-tools/distinfo
diff -u pkgsrc/net/py-grpcio-tools/distinfo:1.52 pkgsrc/net/py-grpcio-tools/distinfo:1.53
--- pkgsrc/net/py-grpcio-tools/distinfo:1.52    Sun Dec 17 19:03:02 2023
+++ pkgsrc/net/py-grpcio-tools/distinfo Sat Feb  3 20:02:04 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.52 2023/12/17 19:03:02 adam Exp $
+$NetBSD: distinfo,v 1.53 2024/02/03 20:02:04 adam Exp $
 
-BLAKE2s (grpcio-tools-1.60.0.tar.gz) = f574d8b1d86250a6a933fc25bb9a75e0bab4f78d9b4690398b135d27e1f08d2f
-SHA512 (grpcio-tools-1.60.0.tar.gz) = 8bf169562a06efdb74fc0a4f7def7a25aa1f9e4bed0514fff037ef3468ae5d2448e2b3f14f36a2b517aa416ec9d8f742b190b5ae99b24b71f3d094d2c52d6c05
-Size (grpcio-tools-1.60.0.tar.gz) = 4611505 bytes
+BLAKE2s (grpcio-tools-1.60.1.tar.gz) = 5838743644abc8106b63ff645a13dcdab617ae1f4d6934170a50f1f9021a42e3
+SHA512 (grpcio-tools-1.60.1.tar.gz) = 0a547e7ff762dd70037d6d5e05650a3b6bdabad7e2517cb49ee5d2a2368a85af1dd708419ddd94081202c6af75c5e80aac1af252ac980caf2f33e4a68fa7ac79
+Size (grpcio-tools-1.60.1.tar.gz) = 4611737 bytes
 SHA1 (patch-setup.py) = e1a89937a346971a1bba446d11e7a66d4cdded11

Added files:

Index: pkgsrc/net/grpc/patches/patch-src_core_lib_event__engine_cf__engine_cfstream__endpoint.h
diff -u /dev/null pkgsrc/net/grpc/patches/patch-src_core_lib_event__engine_cf__engine_cfstream__endpoint.h:1.1
--- /dev/null   Sat Feb  3 20:02:04 2024
+++ pkgsrc/net/grpc/patches/patch-src_core_lib_event__engine_cf__engine_cfstream__endpoint.h    Sat Feb  3 20:02:03 2024
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_core_lib_event__engine_cf__engine_cfstream__endpoint.h,v 1.1 2024/02/03 20:02:03 adam Exp $
+
+Fix error: no member named 'StrCat' in namespace 'absl'.
+
+--- src/core/lib/event_engine/cf_engine/cfstream_endpoint.h.orig       2024-02-03 19:48:36.455664126 +0000
++++ src/core/lib/event_engine/cf_engine/cfstream_endpoint.h
+@@ -21,6 +21,7 @@
+ 
+ #include <CoreFoundation/CoreFoundation.h>
+ 
++#include "absl/strings/str_cat.h"
+ #include "absl/strings/str_format.h"
+ 
+ #include <grpc/event_engine/event_engine.h>



Home | Main Index | Thread Index | Old Index