* Migrate to pyproject.toml
* 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
- Explicitly BuildRequires on pytz, the testsuite uses it.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proto-plus?expand=0&rev=30
* 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
* Add additional parameters to `to_json()` and `to_dict()`
methods (#384)
* Add support for proto.__version__ (#393)
* Add support for python 3.12 (#400)
* Add documentation on how to query the current oneof in a
given message (#408)
* Add example for __protobuf__ module level attribute (#409)
- Add multibuild to defeat a build loop.
(gh#googleapis/proto-plus-python#512)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proto-plus?expand=0&rev=18
- Update to 1.22.1
* Add no-pretty print option (#336)
- from version 1.22.0
* Add support for protobuf v4 (#327)
* Fix Timestamp, Duration and FieldMask marshaling
in REST transport (a2e7300)
* fixes bug in the test. (#332)
- from version 1.20.6
* **deps:** allow protobuf < 5.0.0 (#324)
* fix changelog header to consistent size (#319)
- from version 1.20.5
* **deps:** require google-api-core[grpc] >= 1.31.5 (1d13c41)
* **deps:** require protobuf>= 3.15.0, <4.0.0dev (#315)
- from version 1.20.4
* default proto package name is the module name, not "" (#309)
* lookup attribute instead of performing a deepcopy (#226)
- Update BuildRequires and Requires from setup.py
OBS-URL: https://build.opensuse.org/request/show/1002308
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proto-plus?expand=0&rev=12
- update to 0.19.9
* add pickling support to proto messages
(gh#googleapis/proto-plus-python#280)
- from 0.19.8
* fix typos
- from 0.19.7
* restore allowing None as value for stringy ints
(gh#googleapis/proto-plus-python#272)
- from 0.19.6
* setting 64bit fields from strings supported
(gh#googleapis/proto-plus-python#267)
- from 0.19.5
* Clarify semantics of multiple oneof variants passed to msg ctor
- from 0.19.4
* clarify that proto plus messages are not pickleable
- from 0.19.3
* setting bytes field from python string base64 decodes before
assignment (gh#googleapis/proto-plus-python#265)
- from 0.19.2
* ensure enums are hashable (gh#googleapis/proto-plus-python#252)
- from 0.19.1
* ensure enums are incomparable w other enum types
(gh#googleapis/proto-plus-python#248)
OBS-URL: https://build.opensuse.org/request/show/950246
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proto-plus?expand=0&rev=9
- update to 1.18.1
* Add arm64 support for PY3.6 (gh#googleapis/proto-plus-python#219)
- from 1.18.0
* add copy_from method for field assignment
(gh#googleapis/proto-plus-python#512)
- update to 1.17.0
* add preserving_proto_field_name to to_json (gh#googleapis/proto-plus-python#213)
- from 1.16.0
* add preserving_proto_field_name passthrough in MessageMeta.to_dict
(gh#googleapis/proto-plus-python#211)
- from 1.15.0
* allow_alias fro enums (gh#googleapis/proto-plus-python#207)
- from 1.14.3
* adding enums to a repeated field does not raise a TypeError
(gh#googleapis/proto-plus-python#202)
- from 1.14.2
* use the correct environment for uploading to pypi
- from 1.14.1
* install the wheel dependency
- from 1.14.0
* Features
+ Pypi publish ghub actions (gh#googleapis/proto-plus-python#189)
* Bug Fixes
* proper setitem and insert for RepeatedComposite
(gh#googleapis/proto-plus-python#178)
* proper native marshal for repeated enumeration fields
(gh#googleapis/proto-plus-python#180)
- from 1.13.1
* update docstring to match type hint (gh#googleapis/proto-plus-python#172)
OBS-URL: https://build.opensuse.org/request/show/880253
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proto-plus?expand=0&rev=4