14
0
Files
python-proto-plus/python-proto-plus.changes
Matthias Fehring baacbf7ea4 Accepting request 950246 from home:buschmann23:branches:devel:languages:python
- 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
2022-01-31 15:27:33 +00:00

92 lines
3.3 KiB
Plaintext

-------------------------------------------------------------------
Mon Jan 31 15:13:44 UTC 2022 - Matthias Fehring <buschmann23@opensuse.org>
- 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)
-------------------------------------------------------------------
Thu Nov 11 08:25:24 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Add multibuild to defeat a build loop.
-------------------------------------------------------------------
Fri Sep 10 10:52:33 UTC 2021 - Matthias Fehring <buschmann23@opensuse.org>
- update to 1.19.0
* pass 'including_default_value_fields' through to 'Message.to_dict'
method (gh#googleapis/proto-plus-python#232)
-------------------------------------------------------------------
Sat Mar 20 12:24:03 UTC 2021 - Matthias Fehring <buschmann23@opensuse.org>
- 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)
-------------------------------------------------------------------
Mon Mar 15 17:22:01 UTC 2021 - Matthias Fehring <buschmann23@opensuse.org>
- 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)
-------------------------------------------------------------------
Wed Jan 6 15:48:02 UTC 2021 - Matthias Fehring <buschmann23@opensuse.org>
- update to 1.13.0
* add 3.9 support and drop 3.5
(gh#googleapis/proto-plus-python#167)
- from 1.12.0
* add default values parameter to to_json
(gh#googleapis/proto-plus-python#162)
-------------------------------------------------------------------
Tue Oct 20 11:42:01 UTC 2020 - Matthias Fehring <buschmann23@opensuse.org>
- initial package version 1.11.0