From 8fcfc0449cf6802c0bbc47bd3385e177720e614b7a055c5763615d5a08cb60e4 Mon Sep 17 00:00:00 2001 From: Matthias Fehring Date: Sat, 20 Mar 2021 12:47:35 +0000 Subject: [PATCH] Accepting request 880253 from home:buschmann23:branches:devel:languages:python - 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 --- proto-plus-1.13.0.tar.gz | 3 --- proto-plus-1.18.1.tar.gz | 3 +++ python-proto-plus.changes | 37 +++++++++++++++++++++++++++++++++++++ python-proto-plus.spec | 2 +- 4 files changed, 41 insertions(+), 4 deletions(-) delete mode 100644 proto-plus-1.13.0.tar.gz create mode 100644 proto-plus-1.18.1.tar.gz diff --git a/proto-plus-1.13.0.tar.gz b/proto-plus-1.13.0.tar.gz deleted file mode 100644 index ecb2a35..0000000 --- a/proto-plus-1.13.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61b57c5257ca583af2ea1ad40e2b8f251988806eea9f01d119088976b995b2c4 -size 44215 diff --git a/proto-plus-1.18.1.tar.gz b/proto-plus-1.18.1.tar.gz new file mode 100644 index 0000000..3fa7fff --- /dev/null +++ b/proto-plus-1.18.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfc45474c7eda0fe3c4b9eca2542124f2a0ff5543242bec61e8d08bce0f5bd48 +size 46759 diff --git a/python-proto-plus.changes b/python-proto-plus.changes index 2cacc8a..4fb2a8b 100644 --- a/python-proto-plus.changes +++ b/python-proto-plus.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Sat Mar 20 12:24:03 UTC 2021 - Matthias Fehring + +- 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 + +- 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 diff --git a/python-proto-plus.spec b/python-proto-plus.spec index bc37a10..94c1252 100644 --- a/python-proto-plus.spec +++ b/python-proto-plus.spec @@ -20,7 +20,7 @@ %define skip_python2 1 %define modname proto-plus Name: python-proto-plus -Version: 1.13.0 +Version: 1.18.1 Release: 0 Summary: Pythonic Protocol Buffers License: Apache-2.0