./devel/py-protobuf, Python bindings for protobuf

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 5.29.3, Package name: py312-protobuf-5.29.3, Maintainer: pkgsrc-users

Protocol Buffers are a way of encoding structured data in an efficient yet
extensible format. Google uses Protocol Buffers for almost all of its internal
RPC protocols and file formats.

This package contains Python bindings for the Protocol Buffers.


Required to run:
[devel/py-setuptools] [devel/protobuf] [lang/py-six] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 414.985 KB

Version history: (Expand)


CVS history: (Expand)


   2025-01-20 11:59:00 by Havard Eidnes | Files touched by this commit (1)
Log message:
devel/py-protobuf: use atomic64.mk to fix build on macppc w/python3.13.
   2025-01-09 14:09:18 by Adam Ciarcinski | Files touched by this commit (5) | Package updated
Log message:
protobuf: updated to [5.]29.3

Protocol Buffers v29.3

C++

Fix cmake installation location of java and go features

Other

Add .bazeliskrc for protobuf repo to tell bazelisk to use 7.1.2 by default.
Update artifact actions to v4
   2024-12-27 00:40:35 by Adam Ciarcinski | Files touched by this commit (6) | Package updated
Log message:
protobuf py-protobuf: updated to [5.]29.2

Protocol Buffers v29.2

C++

Automated rollback of commit 23aada2.
Remove unused / invalid C++ lazy repeated field code from OSS.

Protocol Buffers v29.1

Python

Revert "Remove deprecated service.py usages from test". For 29.x only

Protocol Buffers v29.0

Compiler

Begin adding extension numbers to SourceCodeInfo and FileDescriptorSet for \ 
tooling purposes. (07e489d)
Update protoc release to include editions language features proto for Go
Introduce lifetimes for individual feature values. (0b6e768)
Windows - Fix handling of utf8 command line arguments
Limit feature deprecation warnings to reduce noise. (5cd9a46)

C++

Fix C++ ifndef_guard printer to also convert "-" to "_". \ 
(7331b77)
Fix C++ codegen namespace printer to print closing namespaces in reverse order. \ 
(3bf9c40)
Fix raw_ptr.cc on exotic architectures
Fix cord handling in DynamicMessage and oneofs. (9e8b30c)
Fix packed reflection handling bug in edition 2023. (4c92328)
Add JsonStreamToMessage method (0259cc3)
Introduce lifetimes for individual feature values. (0b6e768)
Insert software prefetches into merge functions. This improves performance when \ 
hardware prefetchers are disabled on AMD machines. (d993365)
Insert software prefetches into proto parsing functions. This improves \ 
performance when hardware prefetchers are disabled on AMD platforms. (8aa0add)
Add prefetching of subsequent extensions in ExtensionSet::ForEach. (9b019ee)
Remove the AnyMetadata class and use free functions instead. (920d5c3)
Add [[deprecated]] attribute when generating enums and classes. (23aada2)
Use linear search instead of binary search in flat mode of ExtensionSet. (0ed61f0)
Prepare MessageLite::GetTypeName to be upgraded to return (30a8ef5)
Limit feature deprecation warnings to reduce noise. (5cd9a46)
Add Compiler Condition to use inline assembly optimizations with ARM64 for \ 
Compatibility with MSVC
Enable small object optimization (SOO) for RepeatedField in order to reduce data \ 
indirections. (e2525e6)
Return backing array memory to arena in ExtensionSet. (5ac8ee1)
In edition 2024, Enum_Name(value) functions return absl::string_view by default. \ 
(e3fa6aa)
Add Prefetchers to Proto Copy Construct to help address load misses (cdb7238)
Reduced nesting in GenerateByteSize: slight readability improvements in \ 
generated code. (162a740)
Introduce FieldDescriptor::cpp_string_type() API to replace direct ctype \ 
inspection which will be removed in the next breaking change (d0e49df)
Update the comment of TextFormat::Printer::RegisterMessagePrinter that the \ 
method takes ownerhip of the printer pointer. (d911161)
Prepare the code for migrating return types from const std::string& to
   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-10-23 09:37:08 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
protobuf py-protobuf: updated to (5.)28.3

Protocol Buffers v28.3

C++

Fix packed reflection handling bug in edition 2023.

Java

Mute the minor version warning
Populate Kotlin Manifest Files
Re-export includingDefaultValueFields in deprecated state for important Cloud \ 
customer. (3b62d78)
Cherrypick restoration of mutableCopy helpers (3ea568a)
Fix packed reflection handling bug in edition 2023.

Kotlin

Populate Kotlin Manifest Files

Python

Mute the minor version warning
Fix packed reflection handling bug in edition 2023.

Other

Fix merge conflicts (664a7e1)
[ObjC] Disabling visionOS on CI. (22cd8ba)
Update staleness tests to only run over release branch
   2024-09-21 12:26:33 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-protobuf: update to 5.28.2.

5.28.2

Fixed a SEGV when deep copying a non-reified sub-message. (94a2663)

5.28.0

Upb: fix uninitialized upb_MessageValue buffer bugs (#18160) (9deedf0)
   2024-08-28 15:43:18 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
protobuf py-protobuf: updated to [5.]27.4

Protocol Buffers v27.4

Announcements

Protobuf News may include additional announcements or pre-announcements for \ 
upcoming changes.

Java

Binary compatibility shims for GeneratedMessageV3, SingleFieldBuilderV3, \ 
RepeatedFieldBuilderV3, and their nested classes to restore binary compatibility \ 
with <=v3.x.x generated code built against v3.x.x prior to v4.26.0 breaking \ 
release.
   2024-08-06 14:05:29 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
protobuf py-protobuf: updated to [5.]27.3

Protocol Buffers v27.3

Protobuf News may include additional announcements or pre-announcements for \ 
upcoming changes.

Compiler

Revert workaround for std::mutex issues on github windows runners. (ba3e7d7)

C++

Update staleness (b7ef2ca)
Omit the _raw_default_instance_ declaration when using DLL linkage. (22d9a03)
Refactor the way we turn on the optimization in StrongPointer. (a15c9c5)

Java

Omit the _raw_default_instance_ declaration when using DLL linkage. (22d9a03)

PHP

PHP C-Extension

Fix segmentation faults with enabled keep_descriptor_pool_after_request

Ruby

Ruby C-Extension

[Ruby] Fix mismatched pointer type

Other

Remove /utf-8 flag added in #14197 (e20cb7a)
Downgrade CMake to 3.29 to workaround Abseil issue. (8a579c1)
Upgrade macos-11 tests to macos-12 (aec8a76)
Use explicit names of our large runners (4e3b4f0)
Upgrade our C++ release tests to large runners.