2025-03-12 10:30:07 by Adam Ciarcinski | Files touched by this commit (2) | ![]() |
Log message: py-proto-plus: updated to 1.26.1 1.26.1 Bug Fixes deps: Allow protobuf 6.x |
2025-01-29 19:07:56 by Adam Ciarcinski | Files touched by this commit (2) | ![]() |
Log message: py-proto-plus: updated to 1.26.0 1.26.0 Features Migrate to pyproject.toml Bug Fixes Construct messages with nested duration in protobuf 5.28+ Fix enums initialization in PyPy Incorrect return type annotation for Message.to_dict Use include rather than exclude to find_namespace_packages in setup.py Documentation Update docs link in README |
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-06-26 19:06:33 by Thomas Klausner | Files touched by this commit (2) | ![]() |
Log message: py-proto-plus: update to 1.24.0. 1.24.0 (2024-06-11) Features Add always_print_fields_with_no_presence fields to to_json and to_dict (0f89372) Bug Fixes Add compatibility with protobuf==5.x (0f89372) AttributeError module 'google._upb._message' has no attribute \ 'MessageMapContainer' (0f89372) deps: Allow protobuf 5.x (#457) (62d74e3) Drop python 3.6 (#456) (5a7666c) Documentation Deprecate field including_default_value_fields in to_json and to_dict (0f89372) |
2024-01-05 21:25:19 by Adam Ciarcinski | Files touched by this commit (3) | ![]() |
Log message: py-proto-plus: updated to 1.23.0 1.23.0 Features Add additional parameters to to_json() and to_dict() methods Add support for proto.version Add support for python 3.12 Bug Fixes Use setuptools.find_namespace_packages Documentation Add documentation on how to query the current oneof in a given message Add example for protobuf module level attribute |
2023-07-04 11:59:52 by Adam Ciarcinski | Files touched by this commit (2) | ![]() |
Log message: py-proto-plus: updated to 1.22.3 1.22.3 Bug Fixes Resolve issue where marshal fails with cross api dependency |
2022-09-28 13:05:39 by Thomas Klausner | Files touched by this commit (4) |
Log message: devel/py-proto-plus: import py-proto-plus-1.22.1 This is a wrapper around protocol buffers. Protocol buffers is a specification format for APIs, such as those inside Google. This library provides protocol buffer message classes and objects that largely behave like native Python types. |