Received: by mail.netbsd.org (Postfix, from userid 605) id 544E684E7A; Fri, 16 Dec 2022 10:22:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 83EBD84DB9 for ; Fri, 16 Dec 2022 10:22:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Pmb8vAgmCwAi for ; Fri, 16 Dec 2022 10:22:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id CC33984DA9 for ; Fri, 16 Dec 2022 10:22:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B9665FA90; Fri, 16 Dec 2022 10:22:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167118617769420" MIME-Version: 1.0 Date: Fri, 16 Dec 2022 10:22:57 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20221216102257.B9665FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167118617769420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Dec 16 10:22:57 UTC 2022 Modified Files: pkgsrc/devel/protobuf: Makefile distinfo pkgsrc/devel/py-protobuf: Makefile distinfo Log Message: protobuf py-protobuf: updated to [34].21.12 Protocol Buffers v21.12 Python Fix broken enum ranges Stop requiring extension fields to have a sythetic oneof Python runtime 4.21.10 not works generated code can not load valid proto. To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 pkgsrc/devel/protobuf/Makefile cvs rdiff -u -r1.71 -r1.72 pkgsrc/devel/protobuf/distinfo cvs rdiff -u -r1.63 -r1.64 pkgsrc/devel/py-protobuf/Makefile cvs rdiff -u -r1.59 -r1.60 pkgsrc/devel/py-protobuf/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167118617769420 Content-Disposition: inline Content-Length: 3506 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/protobuf/Makefile diff -u pkgsrc/devel/protobuf/Makefile:1.64 pkgsrc/devel/protobuf/Makefile:1.65 --- pkgsrc/devel/protobuf/Makefile:1.64 Sun Dec 4 17:38:45 2022 +++ pkgsrc/devel/protobuf/Makefile Fri Dec 16 10:22:57 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2022/12/04 17:38:45 adam Exp $ +# $NetBSD: Makefile,v 1.65 2022/12/16 10:22:57 adam Exp $ # # When updating this, please also update devel/py-protobuf # @@ -7,7 +7,7 @@ # from before and after, and do a recursive PKGREVISION # bump if necessary -DISTNAME= protobuf-cpp-3.21.10 +DISTNAME= protobuf-cpp-3.21.12 PKGNAME= ${DISTNAME:S/-cpp//} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=protocolbuffers/} Index: pkgsrc/devel/protobuf/distinfo diff -u pkgsrc/devel/protobuf/distinfo:1.71 pkgsrc/devel/protobuf/distinfo:1.72 --- pkgsrc/devel/protobuf/distinfo:1.71 Sun Dec 4 17:38:45 2022 +++ pkgsrc/devel/protobuf/distinfo Fri Dec 16 10:22:57 2022 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.71 2022/12/04 17:38:45 adam Exp $ +$NetBSD: distinfo,v 1.72 2022/12/16 10:22:57 adam Exp $ -BLAKE2s (protobuf-cpp-3.21.10.tar.gz) = 8e820f4f77eaba8c029e7ab2f990cc0860ea276ef0eaafb071951507ee886504 -SHA512 (protobuf-cpp-3.21.10.tar.gz) = 3194c4789f58db429110323ee206404247848f4c45720b19074ba2de5240ad5c48f494add114e4d429dcf96081563db12cb7436be646f43b5d15f2b44bb1586e -Size (protobuf-cpp-3.21.10.tar.gz) = 4852077 bytes +BLAKE2s (protobuf-cpp-3.21.12.tar.gz) = 4d0f9f8861cbef58480bcf3852604dda335839aae4a41cee0c59b5f95a82609b +SHA512 (protobuf-cpp-3.21.12.tar.gz) = 2307d405bee7a20fa11a04b27f3345304dae5bbcdadc3ff2099a6d5facd55951c4e158ae99d8d07bbfdfdb3fabc84ddc5b60fec06912d70e5655d6bed04fa873 +Size (protobuf-cpp-3.21.12.tar.gz) = 4842303 bytes SHA1 (patch-configure) = e9953648e5b3df015be007c1c424a564d1eb2bef SHA1 (patch-third__party_googletest_googlemock_configure) = 9afd8358eef2dffe7639ca70081f60535c116855 Index: pkgsrc/devel/py-protobuf/Makefile diff -u pkgsrc/devel/py-protobuf/Makefile:1.63 pkgsrc/devel/py-protobuf/Makefile:1.64 --- pkgsrc/devel/py-protobuf/Makefile:1.63 Fri Dec 9 10:45:06 2022 +++ pkgsrc/devel/py-protobuf/Makefile Fri Dec 16 10:22:57 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.63 2022/12/09 10:45:06 adam Exp $ +# $NetBSD: Makefile,v 1.64 2022/12/16 10:22:57 adam Exp $ -DISTNAME= protobuf-4.21.11 +DISTNAME= protobuf-4.21.12 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/protobuf/} Index: pkgsrc/devel/py-protobuf/distinfo diff -u pkgsrc/devel/py-protobuf/distinfo:1.59 pkgsrc/devel/py-protobuf/distinfo:1.60 --- pkgsrc/devel/py-protobuf/distinfo:1.59 Fri Dec 9 10:45:06 2022 +++ pkgsrc/devel/py-protobuf/distinfo Fri Dec 16 10:22:57 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.59 2022/12/09 10:45:06 adam Exp $ +$NetBSD: distinfo,v 1.60 2022/12/16 10:22:57 adam Exp $ -BLAKE2s (protobuf-4.21.11.tar.gz) = ad0370013cadf69d4c7de6076f2cd56c4a3828a26e3752a01262f7a3a999b7a6 -SHA512 (protobuf-4.21.11.tar.gz) = dd3062cb583de6d1998a23009531897983af5196a513e38645e445b608802fdd3ef28c575df27b6b4570ae2ed0c78f97206a572c55f18e9b479037a6002fb0ba -Size (protobuf-4.21.11.tar.gz) = 220365 bytes +BLAKE2s (protobuf-4.21.12.tar.gz) = feed257cc7349da49ba4a63c1b8e5cbb9cb80aae36cd258ad7694732bf43fd9e +SHA512 (protobuf-4.21.12.tar.gz) = 9e7a9b126e58b8fa16d6c79450cc1e52740df2ab7253c141b2d8e00f3804ba691ee3be18f15aadcc39d56f40a9b1d167a7183a9cec8e68c1ff7f1c4b14ebf9e0 +Size (protobuf-4.21.12.tar.gz) = 220324 bytes --_----------=_167118617769420--