14
0

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
This commit is contained in:
2022-01-31 15:27:33 +00:00
committed by Git OBS Bridge
parent 292696b985
commit baacbf7ea4
4 changed files with 32 additions and 5 deletions

View File

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

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

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4ca4055f7c5c1a2239ac7a12770a76a16269f58d3f01631523c20fc81dbb14a7
size 49652

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -28,7 +28,7 @@
%define skip_python2 1
%define modname proto-plus
Name: python-proto-plus%{psuffix}
Version: 1.19.0
Version: 1.19.9
Release: 0
Summary: Pythonic Protocol Buffers
License: Apache-2.0