Fri Apr 5 13:55:23 2024 UTC (51d)
{py-,}protobuf: update to {5.,}26.1

This version includes breaking changes to: Java, PHP, C++, Ruby, Python.


(wiz)
diff -r1.75 -r1.76 pkgsrc/devel/protobuf/Makefile
diff -r1.22 -r1.23 pkgsrc/devel/protobuf/PLIST
diff -r1.77 -r1.78 pkgsrc/devel/protobuf/distinfo
diff -r1.70 -r1.71 pkgsrc/devel/py-protobuf/Makefile
diff -r1.22 -r1.23 pkgsrc/devel/py-protobuf/PLIST
diff -r1.65 -r1.66 pkgsrc/devel/py-protobuf/distinfo

cvs diff -r1.75 -r1.76 pkgsrc/devel/protobuf/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/protobuf/Makefile 2024/03/28 11:19:53 1.75
+++ pkgsrc/devel/protobuf/Makefile 2024/04/05 13:55:23 1.76
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1# $NetBSD: Makefile,v 1.75 2024/03/28 11:19:53 gdt Exp $ 1# $NetBSD: Makefile,v 1.76 2024/04/05 13:55:23 wiz Exp $
2# 2#
3# When updating this, please also update devel/py-protobuf. 3# When updating this, please also update devel/py-protobuf.
4# 4#
5# NB: This package has very strange library versioning, lacking the 5# NB: This package has very strange library versioning, lacking the
6# usual libfoo.so.X symlink to libfoo.so.X.Y. Thus, any change to the 6# usual libfoo.so.X symlink to libfoo.so.X.Y. Thus, any change to the
7# so version, e.g. .25.2.0 to .25.3.0, is an ABI change. It is highly 7# so version, e.g. .25.2.0 to .25.3.0, is an ABI change. It is highly
8# likely that any upstream release, even if apparently minor, will 8# likely that any upstream release, even if apparently minor, will
9# require a recursive revbump. 9# require a recursive revbump.
10 10
11DISTNAME= protobuf-25.3 11DISTNAME= protobuf-26.1
12CATEGORIES= devel 12CATEGORIES= devel
13MASTER_SITES= ${MASTER_SITE_GITHUB:=protocolbuffers/} 13MASTER_SITES= ${MASTER_SITE_GITHUB:=protocolbuffers/}
14GITHUB_PROJECT= protobuf 14GITHUB_PROJECT= protobuf
15GITHUB_RELEASE= v${PKGVERSION_NOREV} 15GITHUB_RELEASE= v${PKGVERSION_NOREV}
16 16
17MAINTAINER= pkgsrc-users@NetBSD.org 17MAINTAINER= pkgsrc-users@NetBSD.org
18HOMEPAGE= https://github.com/protocolbuffers/protobuf 18HOMEPAGE= https://github.com/protocolbuffers/protobuf
19COMMENT= Google protocol buffers 19COMMENT= Google protocol buffers
20LICENSE= modified-bsd 20LICENSE= modified-bsd
21 21
22USE_CXX_FEATURES= c++14 22USE_CXX_FEATURES= c++14
23USE_LANGUAGES= c c++ 23USE_LANGUAGES= c c++
24 24

cvs diff -r1.22 -r1.23 pkgsrc/devel/protobuf/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/protobuf/PLIST 2023/11/15 18:12:24 1.22
+++ pkgsrc/devel/protobuf/PLIST 2024/04/05 13:55:23 1.23
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.22 2023/11/15 18:12:24 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.23 2024/04/05 13:55:23 wiz Exp $
2bin/protoc 2bin/protoc
3bin/protoc-${PKGVERSION}.0 3bin/protoc-${PKGVERSION}.0
4include/google/protobuf/any.h 4include/google/protobuf/any.h
5include/google/protobuf/any.pb.h 5include/google/protobuf/any.pb.h
6include/google/protobuf/any.proto 6include/google/protobuf/any.proto
7include/google/protobuf/api.pb.h 7include/google/protobuf/api.pb.h
8include/google/protobuf/api.proto 8include/google/protobuf/api.proto
9include/google/protobuf/arena.h 9include/google/protobuf/arena.h
10include/google/protobuf/arena_align.h 10include/google/protobuf/arena_align.h
11include/google/protobuf/arena_allocation_policy.h 11include/google/protobuf/arena_allocation_policy.h
12include/google/protobuf/arena_cleanup.h 12include/google/protobuf/arena_cleanup.h
13include/google/protobuf/arenastring.h 13include/google/protobuf/arenastring.h
14include/google/protobuf/arenaz_sampler.h 14include/google/protobuf/arenaz_sampler.h
@@ -102,47 +102,52 @@ include/google/protobuf/compiler/objecti @@ -102,47 +102,52 @@ include/google/protobuf/compiler/objecti
102include/google/protobuf/compiler/objectivec/primitive_field.h 102include/google/protobuf/compiler/objectivec/primitive_field.h
103include/google/protobuf/compiler/objectivec/text_format_decode_data.h 103include/google/protobuf/compiler/objectivec/text_format_decode_data.h
104include/google/protobuf/compiler/parser.h 104include/google/protobuf/compiler/parser.h
105include/google/protobuf/compiler/php/names.h 105include/google/protobuf/compiler/php/names.h
106include/google/protobuf/compiler/php/php_generator.h 106include/google/protobuf/compiler/php/php_generator.h
107include/google/protobuf/compiler/plugin.h 107include/google/protobuf/compiler/plugin.h
108include/google/protobuf/compiler/plugin.pb.h 108include/google/protobuf/compiler/plugin.pb.h
109include/google/protobuf/compiler/plugin.proto 109include/google/protobuf/compiler/plugin.proto
110include/google/protobuf/compiler/python/generator.h 110include/google/protobuf/compiler/python/generator.h
111include/google/protobuf/compiler/python/helpers.h 111include/google/protobuf/compiler/python/helpers.h
112include/google/protobuf/compiler/python/pyi_generator.h 112include/google/protobuf/compiler/python/pyi_generator.h
113include/google/protobuf/compiler/retention.h 113include/google/protobuf/compiler/retention.h
114include/google/protobuf/compiler/ruby/ruby_generator.h 114include/google/protobuf/compiler/ruby/ruby_generator.h
 115include/google/protobuf/compiler/rust/accessors/accessor_case.h
115include/google/protobuf/compiler/rust/accessors/accessor_generator.h 116include/google/protobuf/compiler/rust/accessors/accessor_generator.h
116include/google/protobuf/compiler/rust/accessors/accessors.h 117include/google/protobuf/compiler/rust/accessors/accessors.h
 118include/google/protobuf/compiler/rust/accessors/helpers.h
117include/google/protobuf/compiler/rust/context.h 119include/google/protobuf/compiler/rust/context.h
 120include/google/protobuf/compiler/rust/crate_mapping.h
 121include/google/protobuf/compiler/rust/enum.h
118include/google/protobuf/compiler/rust/generator.h 122include/google/protobuf/compiler/rust/generator.h
119include/google/protobuf/compiler/rust/message.h 123include/google/protobuf/compiler/rust/message.h
120include/google/protobuf/compiler/rust/naming.h 124include/google/protobuf/compiler/rust/naming.h
121include/google/protobuf/compiler/rust/oneof.h 125include/google/protobuf/compiler/rust/oneof.h
122include/google/protobuf/compiler/rust/relative_path.h 126include/google/protobuf/compiler/rust/relative_path.h
 127include/google/protobuf/compiler/rust/rust_keywords.h
123include/google/protobuf/compiler/scc.h 128include/google/protobuf/compiler/scc.h
124include/google/protobuf/compiler/subprocess.h 129include/google/protobuf/compiler/subprocess.h
125include/google/protobuf/compiler/versions.h 130include/google/protobuf/compiler/versions.h
126include/google/protobuf/compiler/versions_suffix.h 
127include/google/protobuf/compiler/zip_writer.h 131include/google/protobuf/compiler/zip_writer.h
128include/google/protobuf/cpp_edition_defaults.h 132include/google/protobuf/cpp_edition_defaults.h
129include/google/protobuf/cpp_features.pb.h 133include/google/protobuf/cpp_features.pb.h
130include/google/protobuf/cpp_features.proto 134include/google/protobuf/cpp_features.proto
131include/google/protobuf/descriptor.h 135include/google/protobuf/descriptor.h
132include/google/protobuf/descriptor.pb.h 136include/google/protobuf/descriptor.pb.h
133include/google/protobuf/descriptor.proto 137include/google/protobuf/descriptor.proto
134include/google/protobuf/descriptor_database.h 138include/google/protobuf/descriptor_database.h
135include/google/protobuf/descriptor_legacy.h 139include/google/protobuf/descriptor_legacy.h
 140include/google/protobuf/descriptor_lite.h
136include/google/protobuf/descriptor_visitor.h 141include/google/protobuf/descriptor_visitor.h
137include/google/protobuf/duration.pb.h 142include/google/protobuf/duration.pb.h
138include/google/protobuf/duration.proto 143include/google/protobuf/duration.proto
139include/google/protobuf/dynamic_message.h 144include/google/protobuf/dynamic_message.h
140include/google/protobuf/empty.pb.h 145include/google/protobuf/empty.pb.h
141include/google/protobuf/empty.proto 146include/google/protobuf/empty.proto
142include/google/protobuf/endian.h 147include/google/protobuf/endian.h
143include/google/protobuf/explicitly_constructed.h 148include/google/protobuf/explicitly_constructed.h
144include/google/protobuf/extension_set.h 149include/google/protobuf/extension_set.h
145include/google/protobuf/extension_set_inl.h 150include/google/protobuf/extension_set_inl.h
146include/google/protobuf/feature_resolver.h 151include/google/protobuf/feature_resolver.h
147include/google/protobuf/field_access_listener.h 152include/google/protobuf/field_access_listener.h
148include/google/protobuf/field_mask.pb.h 153include/google/protobuf/field_mask.pb.h
@@ -204,47 +209,49 @@ include/google/protobuf/repeated_field.h @@ -204,47 +209,49 @@ include/google/protobuf/repeated_field.h
204include/google/protobuf/repeated_ptr_field.h 209include/google/protobuf/repeated_ptr_field.h
205include/google/protobuf/serial_arena.h 210include/google/protobuf/serial_arena.h
206include/google/protobuf/service.h 211include/google/protobuf/service.h
207include/google/protobuf/source_context.pb.h 212include/google/protobuf/source_context.pb.h
208include/google/protobuf/source_context.proto 213include/google/protobuf/source_context.proto
209include/google/protobuf/string_block.h 214include/google/protobuf/string_block.h
210include/google/protobuf/struct.pb.h 215include/google/protobuf/struct.pb.h
211include/google/protobuf/struct.proto 216include/google/protobuf/struct.proto
212include/google/protobuf/stubs/callback.h 217include/google/protobuf/stubs/callback.h
213include/google/protobuf/stubs/common.h 218include/google/protobuf/stubs/common.h
214include/google/protobuf/stubs/platform_macros.h 219include/google/protobuf/stubs/platform_macros.h
215include/google/protobuf/stubs/port.h 220include/google/protobuf/stubs/port.h
216include/google/protobuf/stubs/status_macros.h 221include/google/protobuf/stubs/status_macros.h
 222include/google/protobuf/testing/file.h
217include/google/protobuf/text_format.h 223include/google/protobuf/text_format.h
218include/google/protobuf/thread_safe_arena.h 224include/google/protobuf/thread_safe_arena.h
219include/google/protobuf/timestamp.pb.h 225include/google/protobuf/timestamp.pb.h
220include/google/protobuf/timestamp.proto 226include/google/protobuf/timestamp.proto
221include/google/protobuf/type.pb.h 227include/google/protobuf/type.pb.h
222include/google/protobuf/type.proto 228include/google/protobuf/type.proto
223include/google/protobuf/unknown_field_set.h 229include/google/protobuf/unknown_field_set.h
224include/google/protobuf/util/delimited_message_util.h 230include/google/protobuf/util/delimited_message_util.h
225include/google/protobuf/util/field_comparator.h 231include/google/protobuf/util/field_comparator.h
226include/google/protobuf/util/field_mask_util.h 232include/google/protobuf/util/field_mask_util.h
227include/google/protobuf/util/json_util.h 233include/google/protobuf/util/json_util.h
228include/google/protobuf/util/message_differencer.h 234include/google/protobuf/util/message_differencer.h
229include/google/protobuf/util/time_util.h 235include/google/protobuf/util/time_util.h
230include/google/protobuf/util/type_resolver.h 236include/google/protobuf/util/type_resolver.h
231include/google/protobuf/util/type_resolver_util.h 237include/google/protobuf/util/type_resolver_util.h
232include/google/protobuf/varint_shuffle.h 238include/google/protobuf/varint_shuffle.h
233include/google/protobuf/wire_format.h 239include/google/protobuf/wire_format.h
234include/google/protobuf/wire_format_lite.h 240include/google/protobuf/wire_format_lite.h
235include/google/protobuf/wrappers.pb.h 241include/google/protobuf/wrappers.pb.h
236include/google/protobuf/wrappers.proto 242include/google/protobuf/wrappers.proto
237include/java/core/src/main/java/com/google/protobuf/java_features.proto 243include/java/core/src/main/resources/google/protobuf/java_features.proto
 244include/upb_generator/mangle.h
238include/utf8_range.h 245include/utf8_range.h
239include/utf8_validity.h 246include/utf8_validity.h
240lib/cmake/protobuf/protobuf-config-version.cmake 247lib/cmake/protobuf/protobuf-config-version.cmake
241lib/cmake/protobuf/protobuf-config.cmake 248lib/cmake/protobuf/protobuf-config.cmake
242lib/cmake/protobuf/protobuf-generate.cmake 249lib/cmake/protobuf/protobuf-generate.cmake
243lib/cmake/protobuf/protobuf-module.cmake 250lib/cmake/protobuf/protobuf-module.cmake
244lib/cmake/protobuf/protobuf-options.cmake 251lib/cmake/protobuf/protobuf-options.cmake
245lib/cmake/protobuf/protobuf-targets-noconfig.cmake 252lib/cmake/protobuf/protobuf-targets-noconfig.cmake
246lib/cmake/protobuf/protobuf-targets.cmake 253lib/cmake/protobuf/protobuf-targets.cmake
247lib/cmake/utf8_range/utf8_range-config.cmake 254lib/cmake/utf8_range/utf8_range-config.cmake
248lib/cmake/utf8_range/utf8_range-targets-noconfig.cmake 255lib/cmake/utf8_range/utf8_range-targets-noconfig.cmake
249lib/cmake/utf8_range/utf8_range-targets.cmake 256lib/cmake/utf8_range/utf8_range-targets.cmake
250lib/libprotobuf-lite.so 257lib/libprotobuf-lite.so

cvs diff -r1.77 -r1.78 pkgsrc/devel/protobuf/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/protobuf/distinfo 2024/02/16 13:41:11 1.77
+++ pkgsrc/devel/protobuf/distinfo 2024/04/05 13:55:23 1.78
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.77 2024/02/16 13:41:11 adam Exp $ 1$NetBSD: distinfo,v 1.78 2024/04/05 13:55:23 wiz Exp $
2 2
3BLAKE2s (protobuf-25.3.tar.gz) = 38d2a049c620038cf1004b7c1b4dfe88310ed420669c9bb06f1b03781a5e9ee3 3BLAKE2s (protobuf-26.1.tar.gz) = 8ccdc60bbdc451340e307862ea566351ecb4639e716746dd5d8ab652e091576f
4SHA512 (protobuf-25.3.tar.gz) = 1f73e237c919082e5423ae9e2ea8813dccf672c059051d1531fe89ffaa45872d3cf3052b8c3af26f674296ec17d7dc861c67b8f0834ed80261ce4a6a14ed7115 4SHA512 (protobuf-26.1.tar.gz) = 0363ac09f92d8e040491425d444c8dca0b9b430e02d2dff6e2b28a0c2b2bea0d33a47f50bc9e2e2d4e8e22b65a02009a20c0066fb89c75df93a7b703dda42ed4
5Size (protobuf-25.3.tar.gz) = 5878962 bytes 5Size (protobuf-26.1.tar.gz) = 5957903 bytes

cvs diff -r1.70 -r1.71 pkgsrc/devel/py-protobuf/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-protobuf/Makefile 2024/02/16 13:41:11 1.70
+++ pkgsrc/devel/py-protobuf/Makefile 2024/04/05 13:55:23 1.71
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.70 2024/02/16 13:41:11 adam Exp $ 1# $NetBSD: Makefile,v 1.71 2024/04/05 13:55:23 wiz Exp $
2 2
3DISTNAME= protobuf-4.25.3 3DISTNAME= protobuf-5.26.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/protobuf/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/protobuf/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://developers.google.com/protocol-buffers/ 9HOMEPAGE= https://developers.google.com/protocol-buffers/
10COMMENT= Python bindings for protobuf 10COMMENT= Python bindings for protobuf
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools 13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel 14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
15 15
16USE_CXX_FEATURES= c++11 16USE_CXX_FEATURES= c++11

cvs diff -r1.22 -r1.23 pkgsrc/devel/py-protobuf/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/py-protobuf/PLIST 2023/11/15 18:12:24 1.22
+++ pkgsrc/devel/py-protobuf/PLIST 2024/04/05 13:55:23 1.23
@@ -1,19 +1,14 @@ @@ -1,19 +1,14 @@
1@comment $NetBSD: PLIST,v 1.22 2023/11/15 18:12:24 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.23 2024/04/05 13:55:23 wiz Exp $
2${PYSITELIB}/${WHEEL_INFODIR}/METADATA 
3${PYSITELIB}/${WHEEL_INFODIR}/RECORD 
4${PYSITELIB}/${WHEEL_INFODIR}/WHEEL 
5${PYSITELIB}/${WHEEL_INFODIR}/namespace_packages.txt 
6${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt 
7${PYSITELIB}/google/_upb/_message.so 2${PYSITELIB}/google/_upb/_message.so
8${PYSITELIB}/google/protobuf/__init__.py 3${PYSITELIB}/google/protobuf/__init__.py
9${PYSITELIB}/google/protobuf/__init__.pyc 4${PYSITELIB}/google/protobuf/__init__.pyc
10${PYSITELIB}/google/protobuf/__init__.pyo 5${PYSITELIB}/google/protobuf/__init__.pyo
11${PYSITELIB}/google/protobuf/any_pb2.py 6${PYSITELIB}/google/protobuf/any_pb2.py
12${PYSITELIB}/google/protobuf/any_pb2.pyc 7${PYSITELIB}/google/protobuf/any_pb2.pyc
13${PYSITELIB}/google/protobuf/any_pb2.pyo 8${PYSITELIB}/google/protobuf/any_pb2.pyo
14${PYSITELIB}/google/protobuf/api_pb2.py 9${PYSITELIB}/google/protobuf/api_pb2.py
15${PYSITELIB}/google/protobuf/api_pb2.pyc 10${PYSITELIB}/google/protobuf/api_pb2.pyc
16${PYSITELIB}/google/protobuf/api_pb2.pyo 11${PYSITELIB}/google/protobuf/api_pb2.pyo
17${PYSITELIB}/google/protobuf/compiler/__init__.py 12${PYSITELIB}/google/protobuf/compiler/__init__.py
18${PYSITELIB}/google/protobuf/compiler/__init__.pyc 13${PYSITELIB}/google/protobuf/compiler/__init__.pyc
19${PYSITELIB}/google/protobuf/compiler/__init__.pyo 14${PYSITELIB}/google/protobuf/compiler/__init__.pyo
@@ -64,26 +59,29 @@ ${PYSITELIB}/google/protobuf/internal/en @@ -64,26 +59,29 @@ ${PYSITELIB}/google/protobuf/internal/en
64${PYSITELIB}/google/protobuf/internal/encoder.pyo 59${PYSITELIB}/google/protobuf/internal/encoder.pyo
65${PYSITELIB}/google/protobuf/internal/enum_type_wrapper.py 60${PYSITELIB}/google/protobuf/internal/enum_type_wrapper.py
66${PYSITELIB}/google/protobuf/internal/enum_type_wrapper.pyc 61${PYSITELIB}/google/protobuf/internal/enum_type_wrapper.pyc
67${PYSITELIB}/google/protobuf/internal/enum_type_wrapper.pyo 62${PYSITELIB}/google/protobuf/internal/enum_type_wrapper.pyo
68${PYSITELIB}/google/protobuf/internal/extension_dict.py 63${PYSITELIB}/google/protobuf/internal/extension_dict.py
69${PYSITELIB}/google/protobuf/internal/extension_dict.pyc 64${PYSITELIB}/google/protobuf/internal/extension_dict.pyc
70${PYSITELIB}/google/protobuf/internal/extension_dict.pyo 65${PYSITELIB}/google/protobuf/internal/extension_dict.pyo
71${PYSITELIB}/google/protobuf/internal/field_mask.py 66${PYSITELIB}/google/protobuf/internal/field_mask.py
72${PYSITELIB}/google/protobuf/internal/field_mask.pyc 67${PYSITELIB}/google/protobuf/internal/field_mask.pyc
73${PYSITELIB}/google/protobuf/internal/field_mask.pyo 68${PYSITELIB}/google/protobuf/internal/field_mask.pyo
74${PYSITELIB}/google/protobuf/internal/message_listener.py 69${PYSITELIB}/google/protobuf/internal/message_listener.py
75${PYSITELIB}/google/protobuf/internal/message_listener.pyc 70${PYSITELIB}/google/protobuf/internal/message_listener.pyc
76${PYSITELIB}/google/protobuf/internal/message_listener.pyo 71${PYSITELIB}/google/protobuf/internal/message_listener.pyo
 72${PYSITELIB}/google/protobuf/internal/python_edition_defaults.py
 73${PYSITELIB}/google/protobuf/internal/python_edition_defaults.pyc
 74${PYSITELIB}/google/protobuf/internal/python_edition_defaults.pyo
77${PYSITELIB}/google/protobuf/internal/python_message.py 75${PYSITELIB}/google/protobuf/internal/python_message.py
78${PYSITELIB}/google/protobuf/internal/python_message.pyc 76${PYSITELIB}/google/protobuf/internal/python_message.pyc
79${PYSITELIB}/google/protobuf/internal/python_message.pyo 77${PYSITELIB}/google/protobuf/internal/python_message.pyo
80${PYSITELIB}/google/protobuf/internal/testing_refleaks.py 78${PYSITELIB}/google/protobuf/internal/testing_refleaks.py
81${PYSITELIB}/google/protobuf/internal/testing_refleaks.pyc 79${PYSITELIB}/google/protobuf/internal/testing_refleaks.pyc
82${PYSITELIB}/google/protobuf/internal/testing_refleaks.pyo 80${PYSITELIB}/google/protobuf/internal/testing_refleaks.pyo
83${PYSITELIB}/google/protobuf/internal/type_checkers.py 81${PYSITELIB}/google/protobuf/internal/type_checkers.py
84${PYSITELIB}/google/protobuf/internal/type_checkers.pyc 82${PYSITELIB}/google/protobuf/internal/type_checkers.pyc
85${PYSITELIB}/google/protobuf/internal/type_checkers.pyo 83${PYSITELIB}/google/protobuf/internal/type_checkers.pyo
86${PYSITELIB}/google/protobuf/internal/well_known_types.py 84${PYSITELIB}/google/protobuf/internal/well_known_types.py
87${PYSITELIB}/google/protobuf/internal/well_known_types.pyc 85${PYSITELIB}/google/protobuf/internal/well_known_types.pyc
88${PYSITELIB}/google/protobuf/internal/well_known_types.pyo 86${PYSITELIB}/google/protobuf/internal/well_known_types.pyo
89${PYSITELIB}/google/protobuf/internal/wire_format.py 87${PYSITELIB}/google/protobuf/internal/wire_format.py
@@ -139,14 +137,20 @@ ${PYSITELIB}/google/protobuf/timestamp_p @@ -139,14 +137,20 @@ ${PYSITELIB}/google/protobuf/timestamp_p
139${PYSITELIB}/google/protobuf/timestamp_pb2.pyo 137${PYSITELIB}/google/protobuf/timestamp_pb2.pyo
140${PYSITELIB}/google/protobuf/type_pb2.py 138${PYSITELIB}/google/protobuf/type_pb2.py
141${PYSITELIB}/google/protobuf/type_pb2.pyc 139${PYSITELIB}/google/protobuf/type_pb2.pyc
142${PYSITELIB}/google/protobuf/type_pb2.pyo 140${PYSITELIB}/google/protobuf/type_pb2.pyo
143${PYSITELIB}/google/protobuf/unknown_fields.py 141${PYSITELIB}/google/protobuf/unknown_fields.py
144${PYSITELIB}/google/protobuf/unknown_fields.pyc 142${PYSITELIB}/google/protobuf/unknown_fields.pyc
145${PYSITELIB}/google/protobuf/unknown_fields.pyo 143${PYSITELIB}/google/protobuf/unknown_fields.pyo
146${PYSITELIB}/google/protobuf/util/__init__.py 144${PYSITELIB}/google/protobuf/util/__init__.py
147${PYSITELIB}/google/protobuf/util/__init__.pyc 145${PYSITELIB}/google/protobuf/util/__init__.pyc
148${PYSITELIB}/google/protobuf/util/__init__.pyo 146${PYSITELIB}/google/protobuf/util/__init__.pyo
149${PYSITELIB}/google/protobuf/wrappers_pb2.py 147${PYSITELIB}/google/protobuf/wrappers_pb2.py
150${PYSITELIB}/google/protobuf/wrappers_pb2.pyc 148${PYSITELIB}/google/protobuf/wrappers_pb2.pyc
151${PYSITELIB}/google/protobuf/wrappers_pb2.pyo 149${PYSITELIB}/google/protobuf/wrappers_pb2.pyo
152${PYSITELIB}/protobuf-${PKGVERSION}-py${PYVERSSUFFIX}-nspkg.pth 150${PYSITELIB}/protobuf-${PKGVERSION}-py3.11-nspkg.pth
 151${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 152${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 153${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 154${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 155${PYSITELIB}/${WHEEL_INFODIR}/namespace_packages.txt
 156${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt

cvs diff -r1.65 -r1.66 pkgsrc/devel/py-protobuf/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-protobuf/distinfo 2024/02/16 13:41:11 1.65
+++ pkgsrc/devel/py-protobuf/distinfo 2024/04/05 13:55:23 1.66
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.65 2024/02/16 13:41:11 adam Exp $ 1$NetBSD: distinfo,v 1.66 2024/04/05 13:55:23 wiz Exp $
2 2
3BLAKE2s (protobuf-4.25.3.tar.gz) = 19df2f8376f273c7534beaf302457a72723e5d9d0a79aa05402f567b2f1f6ef2 3BLAKE2s (protobuf-5.26.1.tar.gz) = d6d5ae0943ec61ba262314bfaab20bba5509ae58a934784216196a3644db85f7
4SHA512 (protobuf-4.25.3.tar.gz) = 0881cb181954a933366966014facea665680d1332ba6997f106658e6e31740463cdbfdbb7226a51ff4a358b9ab134555eece264e8919c20b201836310db32634 4SHA512 (protobuf-5.26.1.tar.gz) = 73976ebf1150880c1749a29ebb3b46acc692f08b39fd42f305882a94379cfde9813f3d14f366ae76ef2a4140e489bfc438dc4d1594c3354215f3cad672c36541
5Size (protobuf-4.25.3.tar.gz) = 380274 bytes 5Size (protobuf-5.26.1.tar.gz) = 393518 bytes