pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed May 29 16:02:16 UTC 2024

Modified Files:
        pkgsrc/devel/protobuf: Makefile PLIST buildlink3.mk distinfo
        pkgsrc/devel/py-protobuf: Makefile PLIST distinfo

Log Message:
protobuf py-protobuf: updated to [5.]27.0

Protocol Buffers v27.0

Compiler

Future-proof edition 2023 against feature value support windows. (fea6847)
Mark deleted fields in descriptor.proto reserved (d2da463)
Add extension declarations for known features. (f8d0a5b)
Refactored the Java generator into separate packages and targets. (bd81fd9)
Officially release Editions in 27.0. (baa83b6)
Define lifetimes of edition 2023 features (77f62de)
Implement feature lifetime validation in protoc and the C++ runtime. (b3b4497)
Add edition lifetime options for feature specs. (b09b3e4)
Enable editions support for Java Lite. (500c953)
Release edition defaults CLI arguments. (7a0e10e)
Update protoc release to include editions language features protos for Java and C++ (6483c47)

C++

Future-proof edition 2023 against feature value support windows. (fea6847)
Prohibit using features in the same file they're defined in. (8c5f3a7)
Fix validation checks of implicit presence. (bdf6b10)
Clarify map behaviors in editions. (61c9187)
Ensure we allocate overaligned types with aligned operator new. (11ef0ff)
Fix text-format delimited field handling.(29c69ff)
In debug mode, after clearing oneof messages on arenas, poison them if ASAN. (8826baf)
Allow string_type for Edition 2023. (d8251eb)
Breaking change: Ensure we allocate overaligned types with aligned operator new. (11ef0ff)
Python JSON parser: Ignore invalid enum string values if ignore_unknown_fields is set
Move java_features.proto to java/core/srce/main/resources (274bc7f)
Add an RAII namespace printer helper for C++ codegen. (8599ab5)
Enable editions support for Java Lite. (500c953)
Add an RAII ifndef helper for C++ codegen. (1087274)
Clear oneof message fields even on arena on non-OPT builds. (5c183bd)
Implement edition 2023 support in all Ruby runtimes. (bca8fb6)
Release edition defaults CLI arguments. (7a0e10e)
Deprecate Arena::CreateMessage for OSS. (d4bfe52)
Open sourcing reflection_visit_fieds. (cfc07df)
Fixed the use of c++ keywords within namespace names
Fix pkg-config metadata for shared abseil on windows
Add GetStringView() and GetRepeatedStringView() with scratch. (a3f5af0)
Avoid a 'may be used uninitialized' warning when built with '-c opt'.
Add software prefetch to ByteSizeLong (948ca2e)
Add prefetching in arena blocks. (9e57b8e)
Rename the includingDefaultValueWithoutPresenceFields and always_print_without_presence_fields to alwaysPrintFieldsWithNoPresence in the C++, Py and Java JSON serializers for consistency. (7d43131)
Remove tags for arena cleanup nodes now that we have dedicated string cleanup blocks. (202b106)
Avoid unused-parameter warning in field accessor listeners. (f4d5c2c)
Add new always_print_without_presence_fields option to the C++ JSON serializer. (671b61b)
Fail to build descriptor if ctype is specified for non string/bytes fields (8b4c7a1)
Check ctype() in DescriptorBuilder for edition 2023 and beyond. (307aeac)
Fail building descriptors if ctype is used for fields other than string or bytes. (403e207)
Fix generation of HasExtension and ExtensionSize functions to restrict to the (9f5be07)
Add the privacy manifest to the C++ CocoaPod.

Python

Add temporary alias for system_python.bzl at previous location .
Implement feature lifetime validation in protoc and the C++ runtime. (b3b4497)
Fix text-format delimited field handling (29c69ff)
Python JSON parser: Ignore invalid enum string values if ignore_unknown_fields is set
Fix upb python: DO NOT create empty optional field after sorting empty repeated field (7cf0238)
Enable Protobuf Python version check. (0442ed6)
Register Scalar/MessageMapContainerTypes as virtual subclasses of MutableMapping instead of inheriting directly. (5b32936)
Rename the includingDefaultValueWithoutPresenceFields and always_print_without_presence_fields to alwaysPrintFieldsWithNoPresence in the C++, Py and Java JSON serializers for consistency. (7d43131)
Add new including_default_value_without_presence_fields to Python JSON serializer. (25c6d34)
Adhere to PEP 8


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/devel/protobuf/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/protobuf/PLIST
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/protobuf/buildlink3.mk
cvs rdiff -u -r1.78 -r1.79 pkgsrc/devel/protobuf/distinfo
cvs rdiff -u -r1.71 -r1.72 pkgsrc/devel/py-protobuf/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/py-protobuf/PLIST
cvs rdiff -u -r1.66 -r1.67 pkgsrc/devel/py-protobuf/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/protobuf/Makefile
diff -u pkgsrc/devel/protobuf/Makefile:1.76 pkgsrc/devel/protobuf/Makefile:1.77
--- pkgsrc/devel/protobuf/Makefile:1.76 Fri Apr  5 13:55:23 2024
+++ pkgsrc/devel/protobuf/Makefile      Wed May 29 16:02:15 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.76 2024/04/05 13:55:23 wiz Exp $
+# $NetBSD: Makefile,v 1.77 2024/05/29 16:02:15 adam Exp $
 #
 # When updating this, please also update devel/py-protobuf.
 #
@@ -8,7 +8,7 @@
 # likely that any upstream release, even if apparently minor, will
 # require a recursive revbump.
 
-DISTNAME=      protobuf-26.1
+DISTNAME=      protobuf-27.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=protocolbuffers/}
 GITHUB_PROJECT=        protobuf
@@ -25,10 +25,10 @@ USE_LANGUAGES=              c c++
 # Fails with C++14 default language
 FORCE_CXX_STD=         c++14
 
-CMAKE_ARGS+=           -Dprotobuf_ABSL_PROVIDER=package
-CMAKE_ARGS+=           -Dprotobuf_BUILD_SHARED_LIBS=ON
+CMAKE_ARGS+=   -Dprotobuf_ABSL_PROVIDER=package
+CMAKE_ARGS+=   -Dprotobuf_BUILD_SHARED_LIBS=ON
 # requires googletest to be checked out in third_party/googletest
-CMAKE_ARGS+=           -Dprotobuf_BUILD_TESTS=OFF
+CMAKE_ARGS+=   -Dprotobuf_BUILD_TESTS=OFF
 
 # the [[ command will skip a test that would otherwise run
 CHECK_PORTABILITY_SKIP+=       src/google/protobuf/compiler/zip_output_unittest.sh

Index: pkgsrc/devel/protobuf/PLIST
diff -u pkgsrc/devel/protobuf/PLIST:1.23 pkgsrc/devel/protobuf/PLIST:1.24
--- pkgsrc/devel/protobuf/PLIST:1.23    Fri Apr  5 13:55:23 2024
+++ pkgsrc/devel/protobuf/PLIST Wed May 29 16:02:15 2024
@@ -1,6 +1,12 @@
-@comment $NetBSD: PLIST,v 1.23 2024/04/05 13:55:23 wiz Exp $
+@comment $NetBSD: PLIST,v 1.24 2024/05/29 16:02:15 adam Exp $
 bin/protoc
 bin/protoc-${PKGVERSION}.0
+bin/protoc-gen-upb
+bin/protoc-gen-upb-27.0.0
+bin/protoc-gen-upb_minitable
+bin/protoc-gen-upb_minitable-27.0.0
+bin/protoc-gen-upbdefs
+bin/protoc-gen-upbdefs-27.0.0
 include/google/protobuf/any.h
 include/google/protobuf/any.pb.h
 include/google/protobuf/any.proto
@@ -12,8 +18,6 @@ include/google/protobuf/arena_allocation
 include/google/protobuf/arena_cleanup.h
 include/google/protobuf/arenastring.h
 include/google/protobuf/arenaz_sampler.h
-include/google/protobuf/compiler/allowlists/allowlist.h
-include/google/protobuf/compiler/allowlists/allowlists.h
 include/google/protobuf/compiler/code_generator.h
 include/google/protobuf/compiler/command_line_interface.h
 include/google/protobuf/compiler/cpp/enum.h
@@ -23,9 +27,11 @@ include/google/protobuf/compiler/cpp/fie
 include/google/protobuf/compiler/cpp/file.h
 include/google/protobuf/compiler/cpp/generator.h
 include/google/protobuf/compiler/cpp/helpers.h
+include/google/protobuf/compiler/cpp/ifndef_guard.h
 include/google/protobuf/compiler/cpp/message.h
 include/google/protobuf/compiler/cpp/message_layout_helper.h
 include/google/protobuf/compiler/cpp/names.h
+include/google/protobuf/compiler/cpp/namespace_printer.h
 include/google/protobuf/compiler/cpp/options.h
 include/google/protobuf/compiler/cpp/padding_optimizer.h
 include/google/protobuf/compiler/cpp/parse_function_generator.h
@@ -52,37 +58,45 @@ include/google/protobuf/compiler/csharp/
 include/google/protobuf/compiler/importer.h
 include/google/protobuf/compiler/java/context.h
 include/google/protobuf/compiler/java/doc_comment.h
-include/google/protobuf/compiler/java/enum.h
-include/google/protobuf/compiler/java/enum_field.h
-include/google/protobuf/compiler/java/enum_field_lite.h
-include/google/protobuf/compiler/java/enum_lite.h
-include/google/protobuf/compiler/java/extension.h
-include/google/protobuf/compiler/java/extension_lite.h
-include/google/protobuf/compiler/java/field.h
+include/google/protobuf/compiler/java/field_common.h
 include/google/protobuf/compiler/java/file.h
+include/google/protobuf/compiler/java/full/enum.h
+include/google/protobuf/compiler/java/full/enum_field.h
+include/google/protobuf/compiler/java/full/extension.h
+include/google/protobuf/compiler/java/full/field_generator.h
+include/google/protobuf/compiler/java/full/generator_factory.h
+include/google/protobuf/compiler/java/full/make_field_gens.h
+include/google/protobuf/compiler/java/full/map_field.h
+include/google/protobuf/compiler/java/full/message.h
+include/google/protobuf/compiler/java/full/message_builder.h
+include/google/protobuf/compiler/java/full/message_field.h
+include/google/protobuf/compiler/java/full/primitive_field.h
+include/google/protobuf/compiler/java/full/service.h
+include/google/protobuf/compiler/java/full/string_field.h
 include/google/protobuf/compiler/java/generator.h
+include/google/protobuf/compiler/java/generator_common.h
 include/google/protobuf/compiler/java/generator_factory.h
 include/google/protobuf/compiler/java/helpers.h
+include/google/protobuf/compiler/java/internal_helpers.h
 include/google/protobuf/compiler/java/java_features.pb.h
 include/google/protobuf/compiler/java/kotlin_generator.h
-include/google/protobuf/compiler/java/map_field.h
-include/google/protobuf/compiler/java/map_field_lite.h
-include/google/protobuf/compiler/java/message.h
-include/google/protobuf/compiler/java/message_builder.h
-include/google/protobuf/compiler/java/message_builder_lite.h
-include/google/protobuf/compiler/java/message_field.h
-include/google/protobuf/compiler/java/message_field_lite.h
-include/google/protobuf/compiler/java/message_lite.h
+include/google/protobuf/compiler/java/lite/enum.h
+include/google/protobuf/compiler/java/lite/enum_field.h
+include/google/protobuf/compiler/java/lite/extension.h
+include/google/protobuf/compiler/java/lite/field_generator.h
+include/google/protobuf/compiler/java/lite/generator_factory.h
+include/google/protobuf/compiler/java/lite/make_field_gens.h
+include/google/protobuf/compiler/java/lite/map_field.h
+include/google/protobuf/compiler/java/lite/message.h
+include/google/protobuf/compiler/java/lite/message_builder.h
+include/google/protobuf/compiler/java/lite/message_field.h
+include/google/protobuf/compiler/java/lite/primitive_field.h
+include/google/protobuf/compiler/java/lite/string_field.h
 include/google/protobuf/compiler/java/message_serialization.h
 include/google/protobuf/compiler/java/name_resolver.h
 include/google/protobuf/compiler/java/names.h
 include/google/protobuf/compiler/java/options.h
-include/google/protobuf/compiler/java/primitive_field.h
-include/google/protobuf/compiler/java/primitive_field_lite.h
-include/google/protobuf/compiler/java/service.h
 include/google/protobuf/compiler/java/shared_code_generator.h
-include/google/protobuf/compiler/java/string_field.h
-include/google/protobuf/compiler/java/string_field_lite.h
 include/google/protobuf/compiler/objectivec/enum.h
 include/google/protobuf/compiler/objectivec/enum_field.h
 include/google/protobuf/compiler/objectivec/extension.h
@@ -100,7 +114,7 @@ include/google/protobuf/compiler/objecti
 include/google/protobuf/compiler/objectivec/oneof.h
 include/google/protobuf/compiler/objectivec/options.h
 include/google/protobuf/compiler/objectivec/primitive_field.h
-include/google/protobuf/compiler/objectivec/text_format_decode_data.h
+include/google/protobuf/compiler/objectivec/tf_decode_data.h
 include/google/protobuf/compiler/parser.h
 include/google/protobuf/compiler/php/names.h
 include/google/protobuf/compiler/php/php_generator.h
@@ -113,8 +127,8 @@ include/google/protobuf/compiler/python/
 include/google/protobuf/compiler/retention.h
 include/google/protobuf/compiler/ruby/ruby_generator.h
 include/google/protobuf/compiler/rust/accessors/accessor_case.h
-include/google/protobuf/compiler/rust/accessors/accessor_generator.h
 include/google/protobuf/compiler/rust/accessors/accessors.h
+include/google/protobuf/compiler/rust/accessors/generator.h
 include/google/protobuf/compiler/rust/accessors/helpers.h
 include/google/protobuf/compiler/rust/context.h
 include/google/protobuf/compiler/rust/crate_mapping.h
@@ -124,6 +138,7 @@ include/google/protobuf/compiler/rust/me
 include/google/protobuf/compiler/rust/naming.h
 include/google/protobuf/compiler/rust/oneof.h
 include/google/protobuf/compiler/rust/relative_path.h
+include/google/protobuf/compiler/rust/rust_field_type.h
 include/google/protobuf/compiler/rust/rust_keywords.h
 include/google/protobuf/compiler/scc.h
 include/google/protobuf/compiler/subprocess.h
@@ -135,6 +150,8 @@ include/google/protobuf/cpp_features.pro
 include/google/protobuf/descriptor.h
 include/google/protobuf/descriptor.pb.h
 include/google/protobuf/descriptor.proto
+include/google/protobuf/descriptor.upb.h
+include/google/protobuf/descriptor.upb_minitable.h
 include/google/protobuf/descriptor_database.h
 include/google/protobuf/descriptor_legacy.h
 include/google/protobuf/descriptor_lite.h
@@ -163,7 +180,6 @@ include/google/protobuf/generated_messag
 include/google/protobuf/has_bits.h
 include/google/protobuf/implicit_weak_message.h
 include/google/protobuf/inlined_string_field.h
-include/google/protobuf/internal_message_util.h
 include/google/protobuf/internal_visibility.h
 include/google/protobuf/io/coded_stream.h
 include/google/protobuf/io/gzip_stream.h
@@ -205,8 +221,11 @@ include/google/protobuf/reflection.h
 include/google/protobuf/reflection_internal.h
 include/google/protobuf/reflection_mode.h
 include/google/protobuf/reflection_ops.h
+include/google/protobuf/reflection_visit_field_info.h
+include/google/protobuf/reflection_visit_fields.h
 include/google/protobuf/repeated_field.h
 include/google/protobuf/repeated_ptr_field.h
+include/google/protobuf/runtime_version.h
 include/google/protobuf/serial_arena.h
 include/google/protobuf/service.h
 include/google/protobuf/source_context.pb.h
@@ -241,6 +260,115 @@ include/google/protobuf/wire_format_lite
 include/google/protobuf/wrappers.pb.h
 include/google/protobuf/wrappers.proto
 include/java/core/src/main/resources/google/protobuf/java_features.proto
+include/upb/base/descriptor_constants.h
+include/upb/base/internal/endian.h
+include/upb/base/internal/log2.h
+include/upb/base/status.h
+include/upb/base/status.hpp
+include/upb/base/string_view.h
+include/upb/base/upcast.h
+include/upb/generated_code_support.h
+include/upb/hash/common.h
+include/upb/hash/int_table.h
+include/upb/hash/str_table.h
+include/upb/json/decode.h
+include/upb/json/encode.h
+include/upb/lex/atoi.h
+include/upb/lex/round_trip.h
+include/upb/lex/strtod.h
+include/upb/lex/unicode.h
+include/upb/mem/alloc.h
+include/upb/mem/arena.h
+include/upb/mem/arena.hpp
+include/upb/mem/internal/arena.h
+include/upb/message/accessors.h
+include/upb/message/array.h
+include/upb/message/compare.h
+include/upb/message/compat.h
+include/upb/message/copy.h
+include/upb/message/internal/accessors.h
+include/upb/message/internal/array.h
+include/upb/message/internal/compare_unknown.h
+include/upb/message/internal/extension.h
+include/upb/message/internal/map.h
+include/upb/message/internal/map_entry.h
+include/upb/message/internal/map_sorter.h
+include/upb/message/internal/message.h
+include/upb/message/internal/tagged_ptr.h
+include/upb/message/internal/types.h
+include/upb/message/map.h
+include/upb/message/map_gencode_util.h
+include/upb/message/message.h
+include/upb/message/tagged_ptr.h
+include/upb/message/value.h
+include/upb/mini_descriptor/build_enum.h
+include/upb/mini_descriptor/decode.h
+include/upb/mini_descriptor/internal/base92.h
+include/upb/mini_descriptor/internal/decoder.h
+include/upb/mini_descriptor/internal/encode.h
+include/upb/mini_descriptor/internal/encode.hpp
+include/upb/mini_descriptor/internal/modifiers.h
+include/upb/mini_descriptor/internal/wire_constants.h
+include/upb/mini_descriptor/link.h
+include/upb/mini_table/enum.h
+include/upb/mini_table/extension.h
+include/upb/mini_table/extension_registry.h
+include/upb/mini_table/field.h
+include/upb/mini_table/file.h
+include/upb/mini_table/internal/enum.h
+include/upb/mini_table/internal/extension.h
+include/upb/mini_table/internal/field.h
+include/upb/mini_table/internal/file.h
+include/upb/mini_table/internal/message.h
+include/upb/mini_table/internal/size_log2.h
+include/upb/mini_table/internal/sub.h
+include/upb/mini_table/message.h
+include/upb/mini_table/sub.h
+include/upb/port/atomic.h
+include/upb/port/def.inc
+include/upb/port/undef.inc
+include/upb/port/vsnprintf_compat.h
+include/upb/reflection/common.h
+include/upb/reflection/def.h
+include/upb/reflection/def.hpp
+include/upb/reflection/def_pool.h
+include/upb/reflection/def_type.h
+include/upb/reflection/enum_def.h
+include/upb/reflection/enum_reserved_range.h
+include/upb/reflection/enum_value_def.h
+include/upb/reflection/extension_range.h
+include/upb/reflection/field_def.h
+include/upb/reflection/file_def.h
+include/upb/reflection/internal/def_pool.h
+include/upb/reflection/internal/desc_state.h
+include/upb/reflection/internal/enum_def.h
+include/upb/reflection/internal/enum_reserved_range.h
+include/upb/reflection/internal/enum_value_def.h
+include/upb/reflection/internal/extension_range.h
+include/upb/reflection/internal/field_def.h
+include/upb/reflection/internal/file_def.h
+include/upb/reflection/internal/message_def.h
+include/upb/reflection/internal/message_reserved_range.h
+include/upb/reflection/internal/method_def.h
+include/upb/reflection/internal/oneof_def.h
+include/upb/reflection/internal/service_def.h
+include/upb/reflection/internal/upb_edition_defaults.h
+include/upb/reflection/message.h
+include/upb/reflection/message.hpp
+include/upb/reflection/message_def.h
+include/upb/reflection/message_reserved_range.h
+include/upb/reflection/method_def.h
+include/upb/reflection/oneof_def.h
+include/upb/reflection/service_def.h
+include/upb/text/encode.h
+include/upb/util/def_to_proto.h
+include/upb/util/required_fields.h
+include/upb/wire/decode.h
+include/upb/wire/encode.h
+include/upb/wire/eps_copy_input_stream.h
+include/upb/wire/internal/decode_fast.h
+include/upb/wire/reader.h
+include/upb/wire/types.h
 include/upb_generator/mangle.h
 include/utf8_range.h
 include/utf8_validity.h
@@ -260,6 +388,7 @@ lib/libprotobuf.so
 lib/libprotobuf.so.${PKGVERSION}.0
 lib/libprotoc.so
 lib/libprotoc.so.${PKGVERSION}.0
+lib/libupb.a
 lib/libutf8_range.a
 lib/libutf8_validity.a
 lib/pkgconfig/protobuf-lite.pc

Index: pkgsrc/devel/protobuf/buildlink3.mk
diff -u pkgsrc/devel/protobuf/buildlink3.mk:1.20 pkgsrc/devel/protobuf/buildlink3.mk:1.21
--- pkgsrc/devel/protobuf/buildlink3.mk:1.20    Fri Apr  5 14:00:56 2024
+++ pkgsrc/devel/protobuf/buildlink3.mk Wed May 29 16:02:15 2024
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.20 2024/04/05 14:00:56 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.21 2024/05/29 16:02:15 adam Exp $
 
 BUILDLINK_TREE+=       protobuf
 
@@ -8,7 +8,7 @@ PROTOBUF_BUILDLINK3_MK:=
 USE_CXX_FEATURES+=     c++14
 
 BUILDLINK_API_DEPENDS.protobuf+=       protobuf>=24.4
-BUILDLINK_ABI_DEPENDS.protobuf+=       protobuf>=26.1
+BUILDLINK_ABI_DEPENDS.protobuf+=       protobuf>=27.0
 BUILDLINK_PKGSRCDIR.protobuf?=         ../../devel/protobuf
 
 BUILDLINK_FILES.protobuf+=     bin/protoc

Index: pkgsrc/devel/protobuf/distinfo
diff -u pkgsrc/devel/protobuf/distinfo:1.78 pkgsrc/devel/protobuf/distinfo:1.79
--- pkgsrc/devel/protobuf/distinfo:1.78 Fri Apr  5 13:55:23 2024
+++ pkgsrc/devel/protobuf/distinfo      Wed May 29 16:02:15 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.78 2024/04/05 13:55:23 wiz Exp $
+$NetBSD: distinfo,v 1.79 2024/05/29 16:02:15 adam Exp $
 
-BLAKE2s (protobuf-26.1.tar.gz) = 8ccdc60bbdc451340e307862ea566351ecb4639e716746dd5d8ab652e091576f
-SHA512 (protobuf-26.1.tar.gz) = 0363ac09f92d8e040491425d444c8dca0b9b430e02d2dff6e2b28a0c2b2bea0d33a47f50bc9e2e2d4e8e22b65a02009a20c0066fb89c75df93a7b703dda42ed4
-Size (protobuf-26.1.tar.gz) = 5957903 bytes
+BLAKE2s (protobuf-27.0.tar.gz) = e994fbd6e0a75fbf2cca9c30da3e71d36fcbab781c29cd8d8212bea3f5e40ca5
+SHA512 (protobuf-27.0.tar.gz) = 123e9ca3bb49cf418d6af776eae4787f7335f893ae88ae5128bb3bde3a06b6294e6671f3e851cddd7d9307d007a263f86cfbfaf2e2c0f29f2c58e577144f6ef4
+Size (protobuf-27.0.tar.gz) = 6277386 bytes

Index: pkgsrc/devel/py-protobuf/Makefile
diff -u pkgsrc/devel/py-protobuf/Makefile:1.71 pkgsrc/devel/py-protobuf/Makefile:1.72
--- pkgsrc/devel/py-protobuf/Makefile:1.71      Fri Apr  5 13:55:23 2024
+++ pkgsrc/devel/py-protobuf/Makefile   Wed May 29 16:02:15 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.71 2024/04/05 13:55:23 wiz Exp $
+# $NetBSD: Makefile,v 1.72 2024/05/29 16:02:15 adam Exp $
 
-DISTNAME=      protobuf-5.26.1
+DISTNAME=      protobuf-5.27.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/protobuf/}

Index: pkgsrc/devel/py-protobuf/PLIST
diff -u pkgsrc/devel/py-protobuf/PLIST:1.24 pkgsrc/devel/py-protobuf/PLIST:1.25
--- pkgsrc/devel/py-protobuf/PLIST:1.24 Sat Apr  6 00:01:05 2024
+++ pkgsrc/devel/py-protobuf/PLIST      Wed May 29 16:02:15 2024
@@ -1,4 +1,10 @@
-@comment $NetBSD: PLIST,v 1.24 2024/04/06 00:01:05 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.25 2024/05/29 16:02:15 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/namespace_packages.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/google/_upb/_message.so
 ${PYSITELIB}/google/protobuf/__init__.py
 ${PYSITELIB}/google/protobuf/__init__.pyc
@@ -108,6 +114,9 @@ ${PYSITELIB}/google/protobuf/pyext/cpp_m
 ${PYSITELIB}/google/protobuf/reflection.py
 ${PYSITELIB}/google/protobuf/reflection.pyc
 ${PYSITELIB}/google/protobuf/reflection.pyo
+${PYSITELIB}/google/protobuf/runtime_version.py
+${PYSITELIB}/google/protobuf/runtime_version.pyc
+${PYSITELIB}/google/protobuf/runtime_version.pyo
 ${PYSITELIB}/google/protobuf/service.py
 ${PYSITELIB}/google/protobuf/service.pyc
 ${PYSITELIB}/google/protobuf/service.pyo
@@ -148,9 +157,3 @@ ${PYSITELIB}/google/protobuf/wrappers_pb
 ${PYSITELIB}/google/protobuf/wrappers_pb2.pyc
 ${PYSITELIB}/google/protobuf/wrappers_pb2.pyo
 ${PYSITELIB}/protobuf-${PKGVERSION}-py${PYVERSSUFFIX}-nspkg.pth
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/namespace_packages.txt
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt

Index: pkgsrc/devel/py-protobuf/distinfo
diff -u pkgsrc/devel/py-protobuf/distinfo:1.66 pkgsrc/devel/py-protobuf/distinfo:1.67
--- pkgsrc/devel/py-protobuf/distinfo:1.66      Fri Apr  5 13:55:23 2024
+++ pkgsrc/devel/py-protobuf/distinfo   Wed May 29 16:02:15 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.66 2024/04/05 13:55:23 wiz Exp $
+$NetBSD: distinfo,v 1.67 2024/05/29 16:02:15 adam Exp $
 
-BLAKE2s (protobuf-5.26.1.tar.gz) = d6d5ae0943ec61ba262314bfaab20bba5509ae58a934784216196a3644db85f7
-SHA512 (protobuf-5.26.1.tar.gz) = 73976ebf1150880c1749a29ebb3b46acc692f08b39fd42f305882a94379cfde9813f3d14f366ae76ef2a4140e489bfc438dc4d1594c3354215f3cad672c36541
-Size (protobuf-5.26.1.tar.gz) = 393518 bytes
+BLAKE2s (protobuf-5.27.0.tar.gz) = df7ef6b6892015ade7c4ad226ee93a381888dd8634aa0354cfdd10e48c9b2591
+SHA512 (protobuf-5.27.0.tar.gz) = ec2202e6ddfbd082634c0cae4509e2b6300e4b11137cee2d5b491dd29a8666f6522a144fa5718525696957d9acaea466226382ced324b5bfa83f513c18c79c9f
+Size (protobuf-5.27.0.tar.gz) = 401672 bytes



Home | Main Index | Thread Index | Old Index