From 3065a41f812a9a7e10313b263c0ae3daac056b97a7f1444f5920896c33380e1e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 20 Jun 2024 12:43:31 +0000 Subject: [PATCH] - update to 1.24.0: * Add `always_print_fields_with_no_presence` fields to `to_json` and `to_dict` * Add compatibility with protobuf==5.x * AttributeError module 'google._upb._message' has no attribute 'MessageMapContainer' * Deprecate field `including_default_value_fields` in `to_json` and `to_dict` OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proto-plus?expand=0&rev=24 --- proto-plus-1.23.0.tar.gz | 3 --- proto-plus-1.24.0.tar.gz | 3 +++ python-proto-plus.changes | 12 ++++++++++++ python-proto-plus.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 proto-plus-1.23.0.tar.gz create mode 100644 proto-plus-1.24.0.tar.gz diff --git a/proto-plus-1.23.0.tar.gz b/proto-plus-1.23.0.tar.gz deleted file mode 100644 index 691fb35..0000000 --- a/proto-plus-1.23.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89075171ef11988b3fa157f5dbd8b9cf09d65fffee97e29ce403cd8defba19d2 -size 54174 diff --git a/proto-plus-1.24.0.tar.gz b/proto-plus-1.24.0.tar.gz new file mode 100644 index 0000000..056a234 --- /dev/null +++ b/proto-plus-1.24.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b72a5ecafe4406b0d339db35b56c4059064e69227b8c3bda7462397f966445 +size 55942 diff --git a/python-proto-plus.changes b/python-proto-plus.changes index 6245888..716a9ea 100644 --- a/python-proto-plus.changes +++ b/python-proto-plus.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Jun 20 12:43:10 UTC 2024 - Dirk Müller + +- update to 1.24.0: + * Add `always_print_fields_with_no_presence` fields to + `to_json` and `to_dict` + * Add compatibility with protobuf==5.x + * AttributeError module 'google._upb._message' has no attribute + 'MessageMapContainer' + * Deprecate field `including_default_value_fields` in `to_json` + and `to_dict` + ------------------------------------------------------------------- Mon Feb 26 19:29:22 UTC 2024 - Robert Schweikert diff --git a/python-proto-plus.spec b/python-proto-plus.spec index 5b06b3f..724b305 100644 --- a/python-proto-plus.spec +++ b/python-proto-plus.spec @@ -27,7 +27,7 @@ %define modname proto-plus %{?sle15_python_module_pythons} Name: python-proto-plus%{psuffix} -Version: 1.23.0 +Version: 1.24.0 Release: 0 Summary: Pythonic Protocol Buffers License: Apache-2.0