14
0

- 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
This commit is contained in:
2024-06-20 12:43:31 +00:00
committed by Git OBS Bridge
parent 57f06a8d04
commit 3065a41f81
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:89075171ef11988b3fa157f5dbd8b9cf09d65fffee97e29ce403cd8defba19d2
size 54174

3
proto-plus-1.24.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:30b72a5ecafe4406b0d339db35b56c4059064e69227b8c3bda7462397f966445
size 55942

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Jun 20 12:43:10 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <rjschwei@suse.com>

View File

@@ -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