protobuf 6.32.0rc2__py3-none-any.whl → 6.32.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of protobuf might be problematic. Click here for more details.
- google/protobuf/__init__.py +1 -1
- google/protobuf/any_pb2.py +3 -3
- google/protobuf/api_pb2.py +3 -3
- google/protobuf/compiler/plugin_pb2.py +3 -3
- google/protobuf/descriptor_pb2.py +3 -3
- google/protobuf/duration_pb2.py +3 -3
- google/protobuf/empty_pb2.py +3 -3
- google/protobuf/field_mask_pb2.py +3 -3
- google/protobuf/internal/type_checkers.py +36 -3
- google/protobuf/json_format.py +6 -0
- google/protobuf/runtime_version.py +2 -2
- google/protobuf/source_context_pb2.py +3 -3
- google/protobuf/struct_pb2.py +3 -3
- google/protobuf/text_format.py +10 -0
- google/protobuf/timestamp_pb2.py +3 -3
- google/protobuf/type_pb2.py +3 -3
- google/protobuf/wrappers_pb2.py +3 -3
- {protobuf-6.32.0rc2.dist-info → protobuf-6.32.1.dist-info}/METADATA +1 -1
- {protobuf-6.32.0rc2.dist-info → protobuf-6.32.1.dist-info}/RECORD +21 -21
- {protobuf-6.32.0rc2.dist-info → protobuf-6.32.1.dist-info}/LICENSE +0 -0
- {protobuf-6.32.0rc2.dist-info → protobuf-6.32.1.dist-info}/WHEEL +0 -0
google/protobuf/__init__.py
CHANGED
google/protobuf/any_pb2.py
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: google/protobuf/any.proto
|
|
5
|
-
# Protobuf Python Version: 6.32.
|
|
5
|
+
# Protobuf Python Version: 6.32.1
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -13,8 +13,8 @@ _runtime_version.ValidateProtobufRuntimeVersion(
|
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
14
|
6,
|
|
15
15
|
32,
|
|
16
|
-
|
|
17
|
-
'
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
18
|
'google/protobuf/any.proto'
|
|
19
19
|
)
|
|
20
20
|
# @@protoc_insertion_point(imports)
|
google/protobuf/api_pb2.py
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: google/protobuf/api.proto
|
|
5
|
-
# Protobuf Python Version: 6.32.
|
|
5
|
+
# Protobuf Python Version: 6.32.1
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -13,8 +13,8 @@ _runtime_version.ValidateProtobufRuntimeVersion(
|
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
14
|
6,
|
|
15
15
|
32,
|
|
16
|
-
|
|
17
|
-
'
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
18
|
'google/protobuf/api.proto'
|
|
19
19
|
)
|
|
20
20
|
# @@protoc_insertion_point(imports)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: google/protobuf/compiler/plugin.proto
|
|
5
|
-
# Protobuf Python Version: 6.32.
|
|
5
|
+
# Protobuf Python Version: 6.32.1
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -13,8 +13,8 @@ _runtime_version.ValidateProtobufRuntimeVersion(
|
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
14
|
6,
|
|
15
15
|
32,
|
|
16
|
-
|
|
17
|
-
'
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
18
|
'google/protobuf/compiler/plugin.proto'
|
|
19
19
|
)
|
|
20
20
|
# @@protoc_insertion_point(imports)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: google/protobuf/descriptor.proto
|
|
5
|
-
# Protobuf Python Version: 6.32.
|
|
5
|
+
# Protobuf Python Version: 6.32.1
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -13,8 +13,8 @@ _runtime_version.ValidateProtobufRuntimeVersion(
|
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
14
|
6,
|
|
15
15
|
32,
|
|
16
|
-
|
|
17
|
-
'
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
18
|
'google/protobuf/descriptor.proto'
|
|
19
19
|
)
|
|
20
20
|
# @@protoc_insertion_point(imports)
|
google/protobuf/duration_pb2.py
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: google/protobuf/duration.proto
|
|
5
|
-
# Protobuf Python Version: 6.32.
|
|
5
|
+
# Protobuf Python Version: 6.32.1
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -13,8 +13,8 @@ _runtime_version.ValidateProtobufRuntimeVersion(
|
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
14
|
6,
|
|
15
15
|
32,
|
|
16
|
-
|
|
17
|
-
'
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
18
|
'google/protobuf/duration.proto'
|
|
19
19
|
)
|
|
20
20
|
# @@protoc_insertion_point(imports)
|
google/protobuf/empty_pb2.py
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: google/protobuf/empty.proto
|
|
5
|
-
# Protobuf Python Version: 6.32.
|
|
5
|
+
# Protobuf Python Version: 6.32.1
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -13,8 +13,8 @@ _runtime_version.ValidateProtobufRuntimeVersion(
|
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
14
|
6,
|
|
15
15
|
32,
|
|
16
|
-
|
|
17
|
-
'
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
18
|
'google/protobuf/empty.proto'
|
|
19
19
|
)
|
|
20
20
|
# @@protoc_insertion_point(imports)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: google/protobuf/field_mask.proto
|
|
5
|
-
# Protobuf Python Version: 6.32.
|
|
5
|
+
# Protobuf Python Version: 6.32.1
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -13,8 +13,8 @@ _runtime_version.ValidateProtobufRuntimeVersion(
|
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
14
|
6,
|
|
15
15
|
32,
|
|
16
|
-
|
|
17
|
-
'
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
18
|
'google/protobuf/field_mask.proto'
|
|
19
19
|
)
|
|
20
20
|
# @@protoc_insertion_point(imports)
|
|
@@ -22,16 +22,20 @@ TYPE_TO_DESERIALIZE_METHOD: A dictionary with field types and deserialization
|
|
|
22
22
|
|
|
23
23
|
__author__ = 'robinson@google.com (Will Robinson)'
|
|
24
24
|
|
|
25
|
-
import struct
|
|
26
25
|
import numbers
|
|
26
|
+
import struct
|
|
27
|
+
import warnings
|
|
27
28
|
|
|
29
|
+
from google.protobuf import descriptor
|
|
28
30
|
from google.protobuf.internal import decoder
|
|
29
31
|
from google.protobuf.internal import encoder
|
|
30
32
|
from google.protobuf.internal import wire_format
|
|
31
|
-
from google.protobuf import descriptor
|
|
32
33
|
|
|
33
34
|
_FieldDescriptor = descriptor.FieldDescriptor
|
|
34
|
-
|
|
35
|
+
# TODO: Remove this warning count after 34.0
|
|
36
|
+
# Assign bool to int/enum warnings will print 100 times at most which should
|
|
37
|
+
# be enough for users to notice and do not cause timeout.
|
|
38
|
+
_BoolWarningCount = 100
|
|
35
39
|
|
|
36
40
|
def TruncateToFourByteFloat(original):
|
|
37
41
|
return struct.unpack('<f', struct.pack('<f', original))[0]
|
|
@@ -141,6 +145,21 @@ class IntValueChecker(object):
|
|
|
141
145
|
"""Checker used for integer fields. Performs type-check and range check."""
|
|
142
146
|
|
|
143
147
|
def CheckValue(self, proposed_value):
|
|
148
|
+
global _BoolWarningCount
|
|
149
|
+
if type(proposed_value) == bool and _BoolWarningCount > 0:
|
|
150
|
+
_BoolWarningCount -= 1
|
|
151
|
+
message = (
|
|
152
|
+
'%.1024r has type %s, but expected one of: %s. This warning '
|
|
153
|
+
'will turn into error in 7.34.0, please fix it before that.'
|
|
154
|
+
% (
|
|
155
|
+
proposed_value,
|
|
156
|
+
type(proposed_value),
|
|
157
|
+
(int,),
|
|
158
|
+
)
|
|
159
|
+
)
|
|
160
|
+
# TODO: Raise errors in 2026 Q1 release
|
|
161
|
+
warnings.warn(message)
|
|
162
|
+
|
|
144
163
|
if not hasattr(proposed_value, '__index__') or (
|
|
145
164
|
type(proposed_value).__module__ == 'numpy' and
|
|
146
165
|
type(proposed_value).__name__ == 'ndarray'):
|
|
@@ -167,6 +186,20 @@ class EnumValueChecker(object):
|
|
|
167
186
|
self._enum_type = enum_type
|
|
168
187
|
|
|
169
188
|
def CheckValue(self, proposed_value):
|
|
189
|
+
global _BoolWarningCount
|
|
190
|
+
if type(proposed_value) == bool and _BoolWarningCount > 0:
|
|
191
|
+
_BoolWarningCount -= 1
|
|
192
|
+
message = (
|
|
193
|
+
'%.1024r has type %s, but expected one of: %s. This warning '
|
|
194
|
+
'will turn into error in 7.34.0, please fix it before that.'
|
|
195
|
+
% (
|
|
196
|
+
proposed_value,
|
|
197
|
+
type(proposed_value),
|
|
198
|
+
(int,),
|
|
199
|
+
)
|
|
200
|
+
)
|
|
201
|
+
# TODO: Raise errors in 2026 Q1 release
|
|
202
|
+
warnings.warn(message)
|
|
170
203
|
if not isinstance(proposed_value, numbers.Integral):
|
|
171
204
|
message = ('%.1024r has type %s, but expected one of: %s' %
|
|
172
205
|
(proposed_value, type(proposed_value), (int,)))
|
google/protobuf/json_format.py
CHANGED
|
@@ -26,6 +26,7 @@ import json
|
|
|
26
26
|
import math
|
|
27
27
|
from operator import methodcaller
|
|
28
28
|
import re
|
|
29
|
+
import warnings
|
|
29
30
|
|
|
30
31
|
from google.protobuf import descriptor
|
|
31
32
|
from google.protobuf import message_factory
|
|
@@ -191,6 +192,11 @@ class _Printer(object):
|
|
|
191
192
|
self.use_integers_for_enums = use_integers_for_enums
|
|
192
193
|
self.descriptor_pool = descriptor_pool
|
|
193
194
|
if float_precision:
|
|
195
|
+
warnings.warn(
|
|
196
|
+
'float_precision option is deprecated for json_format. '
|
|
197
|
+
'This will turn into error in 7.34.0, please remove it '
|
|
198
|
+
'before that.'
|
|
199
|
+
)
|
|
194
200
|
self.float_format = '.{}g'.format(float_precision)
|
|
195
201
|
else:
|
|
196
202
|
self.float_format = None
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: google/protobuf/source_context.proto
|
|
5
|
-
# Protobuf Python Version: 6.32.
|
|
5
|
+
# Protobuf Python Version: 6.32.1
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -13,8 +13,8 @@ _runtime_version.ValidateProtobufRuntimeVersion(
|
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
14
|
6,
|
|
15
15
|
32,
|
|
16
|
-
|
|
17
|
-
'
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
18
|
'google/protobuf/source_context.proto'
|
|
19
19
|
)
|
|
20
20
|
# @@protoc_insertion_point(imports)
|
google/protobuf/struct_pb2.py
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: google/protobuf/struct.proto
|
|
5
|
-
# Protobuf Python Version: 6.32.
|
|
5
|
+
# Protobuf Python Version: 6.32.1
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -13,8 +13,8 @@ _runtime_version.ValidateProtobufRuntimeVersion(
|
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
14
|
6,
|
|
15
15
|
32,
|
|
16
|
-
|
|
17
|
-
'
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
18
|
'google/protobuf/struct.proto'
|
|
19
19
|
)
|
|
20
20
|
# @@protoc_insertion_point(imports)
|
google/protobuf/text_format.py
CHANGED
|
@@ -25,6 +25,7 @@ import encodings.unicode_escape # pylint: disable=unused-import
|
|
|
25
25
|
import io
|
|
26
26
|
import math
|
|
27
27
|
import re
|
|
28
|
+
import warnings
|
|
28
29
|
|
|
29
30
|
from google.protobuf.internal import decoder
|
|
30
31
|
from google.protobuf.internal import type_checkers
|
|
@@ -416,6 +417,10 @@ class _Printer(object):
|
|
|
416
417
|
self.use_index_order = use_index_order
|
|
417
418
|
self.float_format = float_format
|
|
418
419
|
if double_format is not None:
|
|
420
|
+
warnings.warn(
|
|
421
|
+
'double_format is deprecated for text_format. This will '
|
|
422
|
+
'turn into error in 7.34.0, please remove it before that.'
|
|
423
|
+
)
|
|
419
424
|
self.double_format = double_format
|
|
420
425
|
else:
|
|
421
426
|
self.double_format = float_format
|
|
@@ -652,6 +657,11 @@ class _Printer(object):
|
|
|
652
657
|
out.write('false')
|
|
653
658
|
elif field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_FLOAT:
|
|
654
659
|
if self.float_format is not None:
|
|
660
|
+
warnings.warn(
|
|
661
|
+
'float_format is deprecated for text_format. This '
|
|
662
|
+
'will turn into error in 7.34.0, please remove it '
|
|
663
|
+
'before that.'
|
|
664
|
+
)
|
|
655
665
|
out.write('{1:{0}}'.format(self.float_format, value))
|
|
656
666
|
else:
|
|
657
667
|
if math.isnan(value):
|
google/protobuf/timestamp_pb2.py
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: google/protobuf/timestamp.proto
|
|
5
|
-
# Protobuf Python Version: 6.32.
|
|
5
|
+
# Protobuf Python Version: 6.32.1
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -13,8 +13,8 @@ _runtime_version.ValidateProtobufRuntimeVersion(
|
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
14
|
6,
|
|
15
15
|
32,
|
|
16
|
-
|
|
17
|
-
'
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
18
|
'google/protobuf/timestamp.proto'
|
|
19
19
|
)
|
|
20
20
|
# @@protoc_insertion_point(imports)
|
google/protobuf/type_pb2.py
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: google/protobuf/type.proto
|
|
5
|
-
# Protobuf Python Version: 6.32.
|
|
5
|
+
# Protobuf Python Version: 6.32.1
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -13,8 +13,8 @@ _runtime_version.ValidateProtobufRuntimeVersion(
|
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
14
|
6,
|
|
15
15
|
32,
|
|
16
|
-
|
|
17
|
-
'
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
18
|
'google/protobuf/type.proto'
|
|
19
19
|
)
|
|
20
20
|
# @@protoc_insertion_point(imports)
|
google/protobuf/wrappers_pb2.py
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
4
|
# source: google/protobuf/wrappers.proto
|
|
5
|
-
# Protobuf Python Version: 6.32.
|
|
5
|
+
# Protobuf Python Version: 6.32.1
|
|
6
6
|
"""Generated protocol buffer code."""
|
|
7
7
|
from google.protobuf import descriptor as _descriptor
|
|
8
8
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
@@ -13,8 +13,8 @@ _runtime_version.ValidateProtobufRuntimeVersion(
|
|
|
13
13
|
_runtime_version.Domain.PUBLIC,
|
|
14
14
|
6,
|
|
15
15
|
32,
|
|
16
|
-
|
|
17
|
-
'
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
18
|
'google/protobuf/wrappers.proto'
|
|
19
19
|
)
|
|
20
20
|
# @@protoc_insertion_point(imports)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
google/protobuf/__init__.py,sha256=
|
|
1
|
+
google/protobuf/__init__.py,sha256=8Y0DH_MqUJ7H9LbmTkbzxzMlnDo04gLtZtsLXXBzBtA,346
|
|
2
2
|
google/protobuf/any.py,sha256=37npo8IyL1i9heh7Dxih_RKQE2BKFuv7m9NXbWxoSdo,1319
|
|
3
3
|
google/protobuf/compiler/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
4
4
|
google/protobuf/descriptor.py,sha256=h69lWJP0qsxrpA659qda5IxwvIdFC1eqnkZxe7u-bTI,53428
|
|
@@ -18,10 +18,10 @@ google/protobuf/internal/message_listener.py,sha256=uh8viU_MvWdDe4Kl14CromKVFAzB
|
|
|
18
18
|
google/protobuf/internal/python_edition_defaults.py,sha256=iYUirQbUcoj-fLbWZJwtItLWHk406eSFIPJegaFbEhA,542
|
|
19
19
|
google/protobuf/internal/python_message.py,sha256=R4K1To2F9pVh_MLM8C321oWRghUAVelHgONiPEW8EVo,57898
|
|
20
20
|
google/protobuf/internal/testing_refleaks.py,sha256=VnitLBTnynWcayPsvHlScMZCczZs7vf0_x8csPFBxBg,4495
|
|
21
|
-
google/protobuf/internal/type_checkers.py,sha256=
|
|
21
|
+
google/protobuf/internal/type_checkers.py,sha256=gCOL390SA4A4EQvnUpa-lKxyxHtmiZBoLQelo6JBdX4,17252
|
|
22
22
|
google/protobuf/internal/well_known_types.py,sha256=b2MhbOXaQY8FRzpiTGcUT16R9DKhZEeEj3xBkYNdwAk,22850
|
|
23
23
|
google/protobuf/internal/wire_format.py,sha256=EbAXZdb23iCObCZxNgaMx8-VRF2UjgyPrBCTtV10Rx8,7087
|
|
24
|
-
google/protobuf/json_format.py,sha256=
|
|
24
|
+
google/protobuf/json_format.py,sha256=ayLfLSWJkzBBI746w_TjevBHdEaZx_aK_ftGGbYq-rM,38000
|
|
25
25
|
google/protobuf/message.py,sha256=IeyQE68rj_YcUhy20XS5Dr3tU27_JYZ5GLLHm-TbbD4,14917
|
|
26
26
|
google/protobuf/message_factory.py,sha256=uELqRiWo-3pBJupnQTlHsGJmgDJ3p4HqX3T7d46MMug,6607
|
|
27
27
|
google/protobuf/proto.py,sha256=cuqMtlacasjTNQdfyKiTubEKXNapgdAEcnQTv65AmoE,4389
|
|
@@ -31,28 +31,28 @@ google/protobuf/proto_text.py,sha256=ZD21wifWF_HVMcJkVJBo3jGNFxqELCrgOeIshuz565U
|
|
|
31
31
|
google/protobuf/pyext/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
32
32
|
google/protobuf/pyext/cpp_message.py,sha256=8uSrWX9kD3HPRhntvTPc4bgnfQ2BzX9FPC73CgifXAw,1715
|
|
33
33
|
google/protobuf/reflection.py,sha256=gMVfWDmnckEbp4vTR5gKq2HDwRb_eI5rfylZOoFSmEQ,1241
|
|
34
|
-
google/protobuf/runtime_version.py,sha256=
|
|
34
|
+
google/protobuf/runtime_version.py,sha256=21Vi5Qle9nEMNlfIG5C8-2D1hhjafI3mPO7JCrJ7CN4,3033
|
|
35
35
|
google/protobuf/service_reflection.py,sha256=WHElGnPgywDtn3X8xKVNsZZOCgJOTzgpAyTd-rmCKGU,10058
|
|
36
36
|
google/protobuf/symbol_database.py,sha256=s0pExuYyJvi1q0pD82AEoJtH2EDZ2vAZCIqja84CKcc,5752
|
|
37
37
|
google/protobuf/testdata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
38
38
|
google/protobuf/text_encoding.py,sha256=Ao1Q6OP8i4p8VDtvpe8uW1BjX7aQZvkJggvhFYYrB7w,3621
|
|
39
|
-
google/protobuf/text_format.py,sha256=
|
|
39
|
+
google/protobuf/text_format.py,sha256=URjGtTNUqe0OSJ-3AAjEjhHH9L084OoUD8gsGFZkvkg,64149
|
|
40
40
|
google/protobuf/timestamp.py,sha256=s23LWq6hDiFIeAtVUn8LwfEc5aRM7WAwTz_hCaOVndk,3133
|
|
41
41
|
google/protobuf/unknown_fields.py,sha256=r3CJ2e4_XUq41TcgB8w6E0yZxxzSTCQLF4C7OOHa9lo,3065
|
|
42
42
|
google/protobuf/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
43
|
-
google/protobuf/any_pb2.py,sha256=
|
|
44
|
-
google/protobuf/api_pb2.py,sha256=
|
|
45
|
-
google/protobuf/compiler/plugin_pb2.py,sha256=
|
|
46
|
-
google/protobuf/descriptor_pb2.py,sha256=
|
|
47
|
-
google/protobuf/duration_pb2.py,sha256=
|
|
48
|
-
google/protobuf/empty_pb2.py,sha256=
|
|
49
|
-
google/protobuf/field_mask_pb2.py,sha256=
|
|
50
|
-
google/protobuf/source_context_pb2.py,sha256
|
|
51
|
-
google/protobuf/struct_pb2.py,sha256=
|
|
52
|
-
google/protobuf/timestamp_pb2.py,sha256=
|
|
53
|
-
google/protobuf/type_pb2.py,sha256=
|
|
54
|
-
google/protobuf/wrappers_pb2.py,sha256=
|
|
55
|
-
protobuf-6.32.
|
|
56
|
-
protobuf-6.32.
|
|
57
|
-
protobuf-6.32.
|
|
58
|
-
protobuf-6.32.
|
|
43
|
+
google/protobuf/any_pb2.py,sha256=MJT7FL9qdGwfXFLtJ-DFE295L4QPZvqIGYMmV5dPZIk,1725
|
|
44
|
+
google/protobuf/api_pb2.py,sha256=Mcdn9hmWMD1FjMIV66b3NOg_iXI2tifa_IQQ8v4dL-E,3600
|
|
45
|
+
google/protobuf/compiler/plugin_pb2.py,sha256=ui2WBU8pb1XH-LZWWzvaxgOB1GP-AV2Dj5Y5MpD_3Bo,3797
|
|
46
|
+
google/protobuf/descriptor_pb2.py,sha256=cuS6caq5UyVrKPxKRLSH0SwDrLp7nubm9dETadEa3JI,366096
|
|
47
|
+
google/protobuf/duration_pb2.py,sha256=Pa3zVKHF94JJ3QLTVyOJ4pJEzfPwSgvWj6SHoHcBxVg,1805
|
|
48
|
+
google/protobuf/empty_pb2.py,sha256=t-IfTqS7SVWW0AUisRxRhtN7d8HbdLO6w59xclK_8L4,1669
|
|
49
|
+
google/protobuf/field_mask_pb2.py,sha256=usVPAB-ouZ-_Y4WDJ-aJclfLSJHLqwbUKXexCbcUbNA,1765
|
|
50
|
+
google/protobuf/source_context_pb2.py,sha256=9EBFAvy2Zqnr9N2To7d8j8INWzFnwQ4AuQFxWFp3XPU,1791
|
|
51
|
+
google/protobuf/struct_pb2.py,sha256=tDxVOgLZ_OOl5my7EyjXY84dmWTrHsi2uIKJN0-Xmv8,3061
|
|
52
|
+
google/protobuf/timestamp_pb2.py,sha256=Q-0Nv_OVSHqkqL93BTiN-3SUhEOrTQRRu8FMRnLUoJk,1815
|
|
53
|
+
google/protobuf/type_pb2.py,sha256=1YEPCj8n2DGWFzDWpxgNysqmZaRe1qwkTjMRvGNxvUw,5438
|
|
54
|
+
google/protobuf/wrappers_pb2.py,sha256=uugrs9YuMGL2a5H3Il64cDbWdCr-r5rvYVjNADWp-Vg,3037
|
|
55
|
+
protobuf-6.32.1.dist-info/WHEEL,sha256=sobxWSyDDkdg_rinUth-jxhXHqoNqlmNMJY3aTZn2Us,91
|
|
56
|
+
protobuf-6.32.1.dist-info/METADATA,sha256=Z-lE4nVBc6HVTY9BjVkLKW_7qISGFpAz7T_qRl_asO4,593
|
|
57
|
+
protobuf-6.32.1.dist-info/LICENSE,sha256=bl4RcySv2UTc9n82zzKYQ7wakiKajNm7Vz16gxMP6n0,1732
|
|
58
|
+
protobuf-6.32.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|