Fri Oct 20 23:02:25 2017 UTC ()
devel/{py-,}protobuf: Update to 3.4.1

Notable changes:

* C++
  - Proto3 messages are now able to preserve unknown fields.
  - Packable proto3 fields are now packed by default in serialization.

* Python
  - SerializeToString API is changed to SerializeToString(self, **kwargs).
  - Added sort_keys parameter in json format to make the output
    deterministic.


(minskim)
diff -r1.7 -r1.8 pkgsrc/devel/protobuf/Makefile.common
diff -r1.7 -r1.8 pkgsrc/devel/protobuf/PLIST
diff -r1.16 -r1.17 pkgsrc/devel/protobuf/distinfo
diff -r1.11 -r1.12 pkgsrc/devel/py-protobuf/Makefile
diff -r1.4 -r1.5 pkgsrc/devel/py-protobuf/PLIST
diff -r1.10 -r1.11 pkgsrc/devel/py-protobuf/distinfo

cvs diff -r1.7 -r1.8 pkgsrc/devel/protobuf/Attic/Makefile.common (switch to unified diff)

--- pkgsrc/devel/protobuf/Attic/Makefile.common 2017/05/02 10:49:30 1.7
+++ pkgsrc/devel/protobuf/Attic/Makefile.common 2017/10/20 23:02:25 1.8
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile.common,v 1.7 2017/05/02 10:49:30 wiz Exp $ 1# $NetBSD: Makefile.common,v 1.8 2017/10/20 23:02:25 minskim Exp $
2# 2#
3# used by devel/protobuf/Makefile 3# used by devel/protobuf/Makefile
4# used by devel/py-protobuf/Makefile 4# used by devel/py-protobuf/Makefile
5 5
6PROTOBUFVER= 3.3.0 6PROTOBUFVER= 3.4.1
7 7
8MASTER_SITES= ${MASTER_SITE_GITHUB:=google/} 8MASTER_SITES= ${MASTER_SITE_GITHUB:=google/}
9GITHUB_PROJECT= protobuf 9GITHUB_PROJECT= protobuf
10GITHUB_RELEASE= v${PKGVERSION_NOREV} 10GITHUB_RELEASE= v${PKGVERSION_NOREV}
11 11
12CATEGORIES= devel 12CATEGORIES= devel
13HOMEPAGE= https://github.com/google/protobuf 13HOMEPAGE= https://github.com/google/protobuf
14LICENSE= modified-bsd 14LICENSE= modified-bsd
15 15
16WRKSRC= ${WRKDIR}/protobuf-${PKGVERSION_NOREV} 16WRKSRC= ${WRKDIR}/protobuf-${PKGVERSION_NOREV}
17 17
18PATCHDIR= ${.CURDIR}/../../devel/protobuf/patches 18PATCHDIR= ${.CURDIR}/../../devel/protobuf/patches

cvs diff -r1.7 -r1.8 pkgsrc/devel/protobuf/PLIST (switch to unified diff)

--- pkgsrc/devel/protobuf/PLIST 2017/05/02 10:49:30 1.7
+++ pkgsrc/devel/protobuf/PLIST 2017/10/20 23:02:25 1.8
@@ -1,135 +1,134 @@ @@ -1,135 +1,134 @@
1@comment $NetBSD: PLIST,v 1.7 2017/05/02 10:49:30 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.8 2017/10/20 23:02:25 minskim Exp $
2bin/protoc 2bin/protoc
3include/google/protobuf/any.h 3include/google/protobuf/any.h
4include/google/protobuf/any.pb.h 4include/google/protobuf/any.pb.h
5include/google/protobuf/any.proto 5include/google/protobuf/any.proto
6include/google/protobuf/api.pb.h 6include/google/protobuf/api.pb.h
7include/google/protobuf/api.proto 7include/google/protobuf/api.proto
8include/google/protobuf/arena.h 8include/google/protobuf/arena.h
 9include/google/protobuf/arena_impl.h
9include/google/protobuf/arenastring.h 10include/google/protobuf/arenastring.h
10include/google/protobuf/compiler/code_generator.h 11include/google/protobuf/compiler/code_generator.h
11include/google/protobuf/compiler/command_line_interface.h 12include/google/protobuf/compiler/command_line_interface.h
12include/google/protobuf/compiler/cpp/cpp_generator.h 13include/google/protobuf/compiler/cpp/cpp_generator.h
13include/google/protobuf/compiler/csharp/csharp_generator.h 14include/google/protobuf/compiler/csharp/csharp_generator.h
14include/google/protobuf/compiler/csharp/csharp_names.h 15include/google/protobuf/compiler/csharp/csharp_names.h
15include/google/protobuf/compiler/importer.h 16include/google/protobuf/compiler/importer.h
16include/google/protobuf/compiler/java/java_generator.h 17include/google/protobuf/compiler/java/java_generator.h
17include/google/protobuf/compiler/java/java_names.h 18include/google/protobuf/compiler/java/java_names.h
18include/google/protobuf/compiler/javanano/javanano_generator.h 19include/google/protobuf/compiler/javanano/javanano_generator.h
19include/google/protobuf/compiler/js/js_generator.h 20include/google/protobuf/compiler/js/js_generator.h
20include/google/protobuf/compiler/js/well_known_types_embed.h 21include/google/protobuf/compiler/js/well_known_types_embed.h
21include/google/protobuf/compiler/objectivec/objectivec_generator.h 22include/google/protobuf/compiler/objectivec/objectivec_generator.h
22include/google/protobuf/compiler/objectivec/objectivec_helpers.h 23include/google/protobuf/compiler/objectivec/objectivec_helpers.h
23include/google/protobuf/compiler/parser.h 24include/google/protobuf/compiler/parser.h
24include/google/protobuf/compiler/php/php_generator.h 25include/google/protobuf/compiler/php/php_generator.h
25include/google/protobuf/compiler/plugin.h 26include/google/protobuf/compiler/plugin.h
26include/google/protobuf/compiler/plugin.pb.h 27include/google/protobuf/compiler/plugin.pb.h
27include/google/protobuf/compiler/plugin.proto 28include/google/protobuf/compiler/plugin.proto
28include/google/protobuf/compiler/profile.pb.h 
29include/google/protobuf/compiler/profile.proto 
30include/google/protobuf/compiler/python/python_generator.h 29include/google/protobuf/compiler/python/python_generator.h
31include/google/protobuf/compiler/ruby/ruby_generator.h 30include/google/protobuf/compiler/ruby/ruby_generator.h
32include/google/protobuf/descriptor.h 31include/google/protobuf/descriptor.h
33include/google/protobuf/descriptor.pb.h 32include/google/protobuf/descriptor.pb.h
34include/google/protobuf/descriptor.proto 33include/google/protobuf/descriptor.proto
35include/google/protobuf/descriptor_database.h 34include/google/protobuf/descriptor_database.h
36include/google/protobuf/duration.pb.h 35include/google/protobuf/duration.pb.h
37include/google/protobuf/duration.proto 36include/google/protobuf/duration.proto
38include/google/protobuf/dynamic_message.h 37include/google/protobuf/dynamic_message.h
39include/google/protobuf/empty.pb.h 38include/google/protobuf/empty.pb.h
40include/google/protobuf/empty.proto 39include/google/protobuf/empty.proto
41include/google/protobuf/extension_set.h 40include/google/protobuf/extension_set.h
42include/google/protobuf/field_mask.pb.h 41include/google/protobuf/field_mask.pb.h
43include/google/protobuf/field_mask.proto 42include/google/protobuf/field_mask.proto
44include/google/protobuf/generated_enum_reflection.h 43include/google/protobuf/generated_enum_reflection.h
45include/google/protobuf/generated_enum_util.h 44include/google/protobuf/generated_enum_util.h
46include/google/protobuf/generated_message_reflection.h 45include/google/protobuf/generated_message_reflection.h
47include/google/protobuf/generated_message_table_driven.h 46include/google/protobuf/generated_message_table_driven.h
48include/google/protobuf/generated_message_util.h 47include/google/protobuf/generated_message_util.h
49include/google/protobuf/has_bits.h 48include/google/protobuf/has_bits.h
50include/google/protobuf/io/coded_stream.h 49include/google/protobuf/io/coded_stream.h
51include/google/protobuf/io/gzip_stream.h 50include/google/protobuf/io/gzip_stream.h
52include/google/protobuf/io/printer.h 51include/google/protobuf/io/printer.h
53include/google/protobuf/io/strtod.h 52include/google/protobuf/io/strtod.h
54include/google/protobuf/io/tokenizer.h 53include/google/protobuf/io/tokenizer.h
55include/google/protobuf/io/zero_copy_stream.h 54include/google/protobuf/io/zero_copy_stream.h
56include/google/protobuf/io/zero_copy_stream_impl.h 55include/google/protobuf/io/zero_copy_stream_impl.h
57include/google/protobuf/io/zero_copy_stream_impl_lite.h 56include/google/protobuf/io/zero_copy_stream_impl_lite.h
58include/google/protobuf/map.h 57include/google/protobuf/map.h
59include/google/protobuf/map_entry.h 58include/google/protobuf/map_entry.h
60include/google/protobuf/map_entry_lite.h 59include/google/protobuf/map_entry_lite.h
61include/google/protobuf/map_field.h 60include/google/protobuf/map_field.h
62include/google/protobuf/map_field_inl.h 61include/google/protobuf/map_field_inl.h
63include/google/protobuf/map_field_lite.h 62include/google/protobuf/map_field_lite.h
64include/google/protobuf/map_type_handler.h 63include/google/protobuf/map_type_handler.h
65include/google/protobuf/message.h 64include/google/protobuf/message.h
66include/google/protobuf/message_lite.h 65include/google/protobuf/message_lite.h
67include/google/protobuf/metadata.h 66include/google/protobuf/metadata.h
68include/google/protobuf/metadata_lite.h 67include/google/protobuf/metadata_lite.h
69include/google/protobuf/reflection.h 68include/google/protobuf/reflection.h
70include/google/protobuf/reflection_ops.h 69include/google/protobuf/reflection_ops.h
71include/google/protobuf/repeated_field.h 70include/google/protobuf/repeated_field.h
72include/google/protobuf/service.h 71include/google/protobuf/service.h
73include/google/protobuf/source_context.pb.h 72include/google/protobuf/source_context.pb.h
74include/google/protobuf/source_context.proto 73include/google/protobuf/source_context.proto
75include/google/protobuf/struct.pb.h 74include/google/protobuf/struct.pb.h
76include/google/protobuf/struct.proto 75include/google/protobuf/struct.proto
77include/google/protobuf/stubs/atomic_sequence_num.h 76include/google/protobuf/stubs/atomic_sequence_num.h
78include/google/protobuf/stubs/atomicops.h 77include/google/protobuf/stubs/atomicops.h
79include/google/protobuf/stubs/atomicops_internals_arm64_gcc.h 78include/google/protobuf/stubs/atomicops_internals_arm64_gcc.h
80include/google/protobuf/stubs/atomicops_internals_arm_gcc.h 79include/google/protobuf/stubs/atomicops_internals_arm_gcc.h
81include/google/protobuf/stubs/atomicops_internals_arm_qnx.h 80include/google/protobuf/stubs/atomicops_internals_arm_qnx.h
82include/google/protobuf/stubs/atomicops_internals_atomicword_compat.h 81include/google/protobuf/stubs/atomicops_internals_atomicword_compat.h
83include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h 82include/google/protobuf/stubs/atomicops_internals_generic_c11_atomic.h
84include/google/protobuf/stubs/atomicops_internals_generic_gcc.h 83include/google/protobuf/stubs/atomicops_internals_generic_gcc.h
85include/google/protobuf/stubs/atomicops_internals_mips_gcc.h 84include/google/protobuf/stubs/atomicops_internals_mips_gcc.h
86include/google/protobuf/stubs/atomicops_internals_power.h 85include/google/protobuf/stubs/atomicops_internals_power.h
87include/google/protobuf/stubs/atomicops_internals_ppc_gcc.h 86include/google/protobuf/stubs/atomicops_internals_ppc_gcc.h
88include/google/protobuf/stubs/atomicops_internals_solaris.h 87include/google/protobuf/stubs/atomicops_internals_solaris.h
89include/google/protobuf/stubs/atomicops_internals_tsan.h 88include/google/protobuf/stubs/atomicops_internals_tsan.h
90include/google/protobuf/stubs/atomicops_internals_x86_gcc.h 89include/google/protobuf/stubs/atomicops_internals_x86_gcc.h
91include/google/protobuf/stubs/atomicops_internals_x86_msvc.h 90include/google/protobuf/stubs/atomicops_internals_x86_msvc.h
92include/google/protobuf/stubs/bytestream.h 91include/google/protobuf/stubs/bytestream.h
93include/google/protobuf/stubs/callback.h 92include/google/protobuf/stubs/callback.h
94include/google/protobuf/stubs/casts.h 93include/google/protobuf/stubs/casts.h
95include/google/protobuf/stubs/common.h 94include/google/protobuf/stubs/common.h
96include/google/protobuf/stubs/fastmem.h 95include/google/protobuf/stubs/fastmem.h
97include/google/protobuf/stubs/hash.h 96include/google/protobuf/stubs/hash.h
98include/google/protobuf/stubs/logging.h 97include/google/protobuf/stubs/logging.h
99include/google/protobuf/stubs/macros.h 98include/google/protobuf/stubs/macros.h
100include/google/protobuf/stubs/mutex.h 99include/google/protobuf/stubs/mutex.h
101include/google/protobuf/stubs/once.h 100include/google/protobuf/stubs/once.h
102include/google/protobuf/stubs/platform_macros.h 101include/google/protobuf/stubs/platform_macros.h
103include/google/protobuf/stubs/port.h 102include/google/protobuf/stubs/port.h
104include/google/protobuf/stubs/scoped_ptr.h 103include/google/protobuf/stubs/scoped_ptr.h
105include/google/protobuf/stubs/shared_ptr.h 104include/google/protobuf/stubs/shared_ptr.h
106include/google/protobuf/stubs/singleton.h 105include/google/protobuf/stubs/singleton.h
107include/google/protobuf/stubs/status.h 106include/google/protobuf/stubs/status.h
108include/google/protobuf/stubs/stl_util.h 107include/google/protobuf/stubs/stl_util.h
109include/google/protobuf/stubs/stringpiece.h 108include/google/protobuf/stubs/stringpiece.h
110include/google/protobuf/stubs/template_util.h 109include/google/protobuf/stubs/template_util.h
111include/google/protobuf/stubs/type_traits.h 110include/google/protobuf/stubs/type_traits.h
112include/google/protobuf/text_format.h 111include/google/protobuf/text_format.h
113include/google/protobuf/timestamp.pb.h 112include/google/protobuf/timestamp.pb.h
114include/google/protobuf/timestamp.proto 113include/google/protobuf/timestamp.proto
115include/google/protobuf/type.pb.h 114include/google/protobuf/type.pb.h
116include/google/protobuf/type.proto 115include/google/protobuf/type.proto
117include/google/protobuf/unknown_field_set.h 116include/google/protobuf/unknown_field_set.h
118include/google/protobuf/util/delimited_message_util.h 117include/google/protobuf/util/delimited_message_util.h
119include/google/protobuf/util/field_comparator.h 118include/google/protobuf/util/field_comparator.h
120include/google/protobuf/util/field_mask_util.h 119include/google/protobuf/util/field_mask_util.h
121include/google/protobuf/util/json_util.h 120include/google/protobuf/util/json_util.h
122include/google/protobuf/util/message_differencer.h 121include/google/protobuf/util/message_differencer.h
123include/google/protobuf/util/time_util.h 122include/google/protobuf/util/time_util.h
124include/google/protobuf/util/type_resolver.h 123include/google/protobuf/util/type_resolver.h
125include/google/protobuf/util/type_resolver_util.h 124include/google/protobuf/util/type_resolver_util.h
126include/google/protobuf/wire_format.h 125include/google/protobuf/wire_format.h
127include/google/protobuf/wire_format_lite.h 126include/google/protobuf/wire_format_lite.h
128include/google/protobuf/wire_format_lite_inl.h 127include/google/protobuf/wire_format_lite_inl.h
129include/google/protobuf/wrappers.pb.h 128include/google/protobuf/wrappers.pb.h
130include/google/protobuf/wrappers.proto 129include/google/protobuf/wrappers.proto
131lib/libprotobuf-lite.la 130lib/libprotobuf-lite.la
132lib/libprotobuf.la 131lib/libprotobuf.la
133lib/libprotoc.la 132lib/libprotoc.la
134lib/pkgconfig/protobuf-lite.pc 133lib/pkgconfig/protobuf-lite.pc
135lib/pkgconfig/protobuf.pc 134lib/pkgconfig/protobuf.pc

cvs diff -r1.16 -r1.17 pkgsrc/devel/protobuf/distinfo (switch to unified diff)

--- pkgsrc/devel/protobuf/distinfo 2017/07/01 15:26:52 1.16
+++ pkgsrc/devel/protobuf/distinfo 2017/10/20 23:02:25 1.17
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: distinfo,v 1.16 2017/07/01 15:26:52 jperkin Exp $ 1$NetBSD: distinfo,v 1.17 2017/10/20 23:02:25 minskim Exp $
2 2
3SHA1 (protobuf-cpp-3.3.0.tar.gz) = 886010a222d5d52bba137ce35da369949d0e8913 3SHA1 (protobuf-cpp-3.4.1.tar.gz) = f5a62fa19d590525aa4338df42da375ea8912091
4RMD160 (protobuf-cpp-3.3.0.tar.gz) = fd8611a77b5d70295ae925e3b66ff3091af3b109 4RMD160 (protobuf-cpp-3.4.1.tar.gz) = 79d4802e0362b01d7ae12719143d4311281d2413
5SHA512 (protobuf-cpp-3.3.0.tar.gz) = 3fbee5ebaf8aa83793af87ce593fb2511057e26251ff7276c0cb108edd8c4699cbe376e30679f23953900219d89cd13f5bf5232eb717e6ce6e702ed48dadfaa8 5SHA512 (protobuf-cpp-3.4.1.tar.gz) = 6189e23c7e381f62e971bd0e35ad9c3ed8effe584755357013887c6a582cb5a9a654c39affa2a073b658854138f31bfb70f89fa1df494e9386f1d64fd73d07d2
6Size (protobuf-cpp-3.3.0.tar.gz) = 4214662 bytes 6Size (protobuf-cpp-3.4.1.tar.gz) = 4274863 bytes
7SHA1 (patch-configure) = ec7003c29d2d3e9aeb9ea90921313e9eb68d3127 7SHA1 (patch-configure) = ec7003c29d2d3e9aeb9ea90921313e9eb68d3127
8SHA1 (patch-configure.ac) = 208a5ce72905aa95ad73ee0f751d4a58f0c37f5f 8SHA1 (patch-configure.ac) = 208a5ce72905aa95ad73ee0f751d4a58f0c37f5f
9SHA1 (patch-gmock_configure) = a39355c602366450e3cdb6bc7dbc0523fc194319 9SHA1 (patch-gmock_configure) = a39355c602366450e3cdb6bc7dbc0523fc194319
10SHA1 (patch-gmock_configure.ac) = cfd7b7c87eff4b06ce6ecb34dec046561bbdc113 10SHA1 (patch-gmock_configure.ac) = cfd7b7c87eff4b06ce6ecb34dec046561bbdc113
11SHA1 (patch-m4_acx__check__suncc.m4) = faf96ee5d305c08d30e7c7d3578896971983e1dd 11SHA1 (patch-m4_acx__check__suncc.m4) = faf96ee5d305c08d30e7c7d3578896971983e1dd
12SHA1 (patch-src_google_protobuf_message__lite.cc) = 8f2ffe07b2710de5365148153978ad6d9939f522 12SHA1 (patch-src_google_protobuf_message__lite.cc) = 8f2ffe07b2710de5365148153978ad6d9939f522
13SHA1 (patch-src_google_protobuf_stubs_atomicops.h) = 9ec851134da674980a49302e9582a432a47f7974 13SHA1 (patch-src_google_protobuf_stubs_atomicops.h) = 9ec851134da674980a49302e9582a432a47f7974
14SHA1 (patch-src_google_protobuf_stubs_atomicops__internals__arm__gcc.h) = d60c554be8ff7fc9370bb036eef9101f9a6433e3 14SHA1 (patch-src_google_protobuf_stubs_atomicops__internals__arm__gcc.h) = d60c554be8ff7fc9370bb036eef9101f9a6433e3

cvs diff -r1.11 -r1.12 pkgsrc/devel/py-protobuf/Makefile (switch to unified diff)

--- pkgsrc/devel/py-protobuf/Makefile 2017/05/12 20:11:39 1.11
+++ pkgsrc/devel/py-protobuf/Makefile 2017/10/20 23:02:25 1.12
@@ -1,21 +1,20 @@ @@ -1,21 +1,20 @@
1# $NetBSD: Makefile,v 1.11 2017/05/12 20:11:39 leot Exp $ 1# $NetBSD: Makefile,v 1.12 2017/10/20 23:02:25 minskim Exp $
2 2
3.include "../../devel/protobuf/Makefile.common" 3.include "../../devel/protobuf/Makefile.common"
4 4
5DISTNAME= protobuf-python-${PROTOBUFVER} 5DISTNAME= protobuf-python-${PROTOBUFVER}
6PKGREVISION= 1 
7PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python//} 6PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python//}
8CATEGORIES+= python 7CATEGORIES+= python
9 8
10MAINTAINER= khorben@defora.org 9MAINTAINER= khorben@defora.org
11COMMENT= Python bindings for protobuf 10COMMENT= Python bindings for protobuf
12 11
13PYSETUPSUBDIR= python 12PYSETUPSUBDIR= python
14 13
15DEPENDS+= ${PYPKGPREFIX}-six>=1.9:../../lang/py-six 14DEPENDS+= ${PYPKGPREFIX}-six>=1.9:../../lang/py-six
16 15
17EGG_NAME= protobuf-${PKGVERSION_NOREV} 16EGG_NAME= protobuf-${PKGVERSION_NOREV}
18 17
19.include "../../devel/protobuf/buildlink3.mk" 18.include "../../devel/protobuf/buildlink3.mk"
20.include "../../lang/python/egg.mk" 19.include "../../lang/python/egg.mk"
21.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"

cvs diff -r1.4 -r1.5 pkgsrc/devel/py-protobuf/PLIST (switch to unified diff)

--- pkgsrc/devel/py-protobuf/PLIST 2016/10/19 12:16:34 1.4
+++ pkgsrc/devel/py-protobuf/PLIST 2017/10/20 23:02:25 1.5
@@ -1,281 +1,287 @@ @@ -1,281 +1,287 @@
1@comment $NetBSD: PLIST,v 1.4 2016/10/19 12:16:34 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.5 2017/10/20 23:02:25 minskim Exp $
2${PYSITELIB}/google/protobuf/__init__.py 2${PYSITELIB}/google/protobuf/__init__.py
3${PYSITELIB}/google/protobuf/__init__.pyc 3${PYSITELIB}/google/protobuf/__init__.pyc
4${PYSITELIB}/google/protobuf/__init__.pyo 4${PYSITELIB}/google/protobuf/__init__.pyo
5${PYSITELIB}/google/protobuf/any_pb2.py 5${PYSITELIB}/google/protobuf/any_pb2.py
6${PYSITELIB}/google/protobuf/any_pb2.pyc 6${PYSITELIB}/google/protobuf/any_pb2.pyc
7${PYSITELIB}/google/protobuf/any_pb2.pyo 7${PYSITELIB}/google/protobuf/any_pb2.pyo
8${PYSITELIB}/google/protobuf/any_test_pb2.py 8${PYSITELIB}/google/protobuf/any_test_pb2.py
9${PYSITELIB}/google/protobuf/any_test_pb2.pyc 9${PYSITELIB}/google/protobuf/any_test_pb2.pyc
10${PYSITELIB}/google/protobuf/any_test_pb2.pyo 10${PYSITELIB}/google/protobuf/any_test_pb2.pyo
11${PYSITELIB}/google/protobuf/api_pb2.py 11${PYSITELIB}/google/protobuf/api_pb2.py
12${PYSITELIB}/google/protobuf/api_pb2.pyc 12${PYSITELIB}/google/protobuf/api_pb2.pyc
13${PYSITELIB}/google/protobuf/api_pb2.pyo 13${PYSITELIB}/google/protobuf/api_pb2.pyo
14${PYSITELIB}/google/protobuf/compiler/__init__.py 14${PYSITELIB}/google/protobuf/compiler/__init__.py
15${PYSITELIB}/google/protobuf/compiler/__init__.pyc 15${PYSITELIB}/google/protobuf/compiler/__init__.pyc
16${PYSITELIB}/google/protobuf/compiler/__init__.pyo 16${PYSITELIB}/google/protobuf/compiler/__init__.pyo
17${PYSITELIB}/google/protobuf/compiler/plugin_pb2.py 17${PYSITELIB}/google/protobuf/compiler/plugin_pb2.py
18${PYSITELIB}/google/protobuf/compiler/plugin_pb2.pyc 18${PYSITELIB}/google/protobuf/compiler/plugin_pb2.pyc
19${PYSITELIB}/google/protobuf/compiler/plugin_pb2.pyo 19${PYSITELIB}/google/protobuf/compiler/plugin_pb2.pyo
20${PYSITELIB}/google/protobuf/descriptor.py 20${PYSITELIB}/google/protobuf/descriptor.py
21${PYSITELIB}/google/protobuf/descriptor.pyc 21${PYSITELIB}/google/protobuf/descriptor.pyc
22${PYSITELIB}/google/protobuf/descriptor.pyo 22${PYSITELIB}/google/protobuf/descriptor.pyo
23${PYSITELIB}/google/protobuf/descriptor_database.py 23${PYSITELIB}/google/protobuf/descriptor_database.py
24${PYSITELIB}/google/protobuf/descriptor_database.pyc 24${PYSITELIB}/google/protobuf/descriptor_database.pyc
25${PYSITELIB}/google/protobuf/descriptor_database.pyo 25${PYSITELIB}/google/protobuf/descriptor_database.pyo
26${PYSITELIB}/google/protobuf/descriptor_pb2.py 26${PYSITELIB}/google/protobuf/descriptor_pb2.py
27${PYSITELIB}/google/protobuf/descriptor_pb2.pyc 27${PYSITELIB}/google/protobuf/descriptor_pb2.pyc
28${PYSITELIB}/google/protobuf/descriptor_pb2.pyo 28${PYSITELIB}/google/protobuf/descriptor_pb2.pyo
29${PYSITELIB}/google/protobuf/descriptor_pool.py 29${PYSITELIB}/google/protobuf/descriptor_pool.py
30${PYSITELIB}/google/protobuf/descriptor_pool.pyc 30${PYSITELIB}/google/protobuf/descriptor_pool.pyc
31${PYSITELIB}/google/protobuf/descriptor_pool.pyo 31${PYSITELIB}/google/protobuf/descriptor_pool.pyo
32${PYSITELIB}/google/protobuf/duration_pb2.py 32${PYSITELIB}/google/protobuf/duration_pb2.py
33${PYSITELIB}/google/protobuf/duration_pb2.pyc 33${PYSITELIB}/google/protobuf/duration_pb2.pyc
34${PYSITELIB}/google/protobuf/duration_pb2.pyo 34${PYSITELIB}/google/protobuf/duration_pb2.pyo
35${PYSITELIB}/google/protobuf/empty_pb2.py 35${PYSITELIB}/google/protobuf/empty_pb2.py
36${PYSITELIB}/google/protobuf/empty_pb2.pyc 36${PYSITELIB}/google/protobuf/empty_pb2.pyc
37${PYSITELIB}/google/protobuf/empty_pb2.pyo 37${PYSITELIB}/google/protobuf/empty_pb2.pyo
38${PYSITELIB}/google/protobuf/field_mask_pb2.py 38${PYSITELIB}/google/protobuf/field_mask_pb2.py
39${PYSITELIB}/google/protobuf/field_mask_pb2.pyc 39${PYSITELIB}/google/protobuf/field_mask_pb2.pyc
40${PYSITELIB}/google/protobuf/field_mask_pb2.pyo 40${PYSITELIB}/google/protobuf/field_mask_pb2.pyo
41${PYSITELIB}/google/protobuf/internal/__init__.py 41${PYSITELIB}/google/protobuf/internal/__init__.py
42${PYSITELIB}/google/protobuf/internal/__init__.pyc 42${PYSITELIB}/google/protobuf/internal/__init__.pyc
43${PYSITELIB}/google/protobuf/internal/__init__.pyo 43${PYSITELIB}/google/protobuf/internal/__init__.pyo
44${PYSITELIB}/google/protobuf/internal/_parameterized.py 44${PYSITELIB}/google/protobuf/internal/_parameterized.py
45${PYSITELIB}/google/protobuf/internal/_parameterized.pyc 45${PYSITELIB}/google/protobuf/internal/_parameterized.pyc
46${PYSITELIB}/google/protobuf/internal/_parameterized.pyo 46${PYSITELIB}/google/protobuf/internal/_parameterized.pyo
47${PYSITELIB}/google/protobuf/internal/any_test_pb2.py 47${PYSITELIB}/google/protobuf/internal/any_test_pb2.py
48${PYSITELIB}/google/protobuf/internal/any_test_pb2.pyc 48${PYSITELIB}/google/protobuf/internal/any_test_pb2.pyc
49${PYSITELIB}/google/protobuf/internal/any_test_pb2.pyo 49${PYSITELIB}/google/protobuf/internal/any_test_pb2.pyo
50${PYSITELIB}/google/protobuf/internal/api_implementation.py 50${PYSITELIB}/google/protobuf/internal/api_implementation.py
51${PYSITELIB}/google/protobuf/internal/api_implementation.pyc 51${PYSITELIB}/google/protobuf/internal/api_implementation.pyc
52${PYSITELIB}/google/protobuf/internal/api_implementation.pyo 52${PYSITELIB}/google/protobuf/internal/api_implementation.pyo
53${PYSITELIB}/google/protobuf/internal/containers.py 53${PYSITELIB}/google/protobuf/internal/containers.py
54${PYSITELIB}/google/protobuf/internal/containers.pyc 54${PYSITELIB}/google/protobuf/internal/containers.pyc
55${PYSITELIB}/google/protobuf/internal/containers.pyo 55${PYSITELIB}/google/protobuf/internal/containers.pyo
56${PYSITELIB}/google/protobuf/internal/decoder.py 56${PYSITELIB}/google/protobuf/internal/decoder.py
57${PYSITELIB}/google/protobuf/internal/decoder.pyc 57${PYSITELIB}/google/protobuf/internal/decoder.pyc
58${PYSITELIB}/google/protobuf/internal/decoder.pyo 58${PYSITELIB}/google/protobuf/internal/decoder.pyo
59${PYSITELIB}/google/protobuf/internal/descriptor_database_test.py 59${PYSITELIB}/google/protobuf/internal/descriptor_database_test.py
60${PYSITELIB}/google/protobuf/internal/descriptor_database_test.pyc 60${PYSITELIB}/google/protobuf/internal/descriptor_database_test.pyc
61${PYSITELIB}/google/protobuf/internal/descriptor_database_test.pyo 61${PYSITELIB}/google/protobuf/internal/descriptor_database_test.pyo
62${PYSITELIB}/google/protobuf/internal/descriptor_pool_test.py 62${PYSITELIB}/google/protobuf/internal/descriptor_pool_test.py
63${PYSITELIB}/google/protobuf/internal/descriptor_pool_test.pyc 63${PYSITELIB}/google/protobuf/internal/descriptor_pool_test.pyc
64${PYSITELIB}/google/protobuf/internal/descriptor_pool_test.pyo 64${PYSITELIB}/google/protobuf/internal/descriptor_pool_test.pyo
65${PYSITELIB}/google/protobuf/internal/descriptor_pool_test1_pb2.py 65${PYSITELIB}/google/protobuf/internal/descriptor_pool_test1_pb2.py
66${PYSITELIB}/google/protobuf/internal/descriptor_pool_test1_pb2.pyc 66${PYSITELIB}/google/protobuf/internal/descriptor_pool_test1_pb2.pyc
67${PYSITELIB}/google/protobuf/internal/descriptor_pool_test1_pb2.pyo 67${PYSITELIB}/google/protobuf/internal/descriptor_pool_test1_pb2.pyo
68${PYSITELIB}/google/protobuf/internal/descriptor_pool_test2_pb2.py 68${PYSITELIB}/google/protobuf/internal/descriptor_pool_test2_pb2.py
69${PYSITELIB}/google/protobuf/internal/descriptor_pool_test2_pb2.pyc 69${PYSITELIB}/google/protobuf/internal/descriptor_pool_test2_pb2.pyc
70${PYSITELIB}/google/protobuf/internal/descriptor_pool_test2_pb2.pyo 70${PYSITELIB}/google/protobuf/internal/descriptor_pool_test2_pb2.pyo
71${PYSITELIB}/google/protobuf/internal/descriptor_test.py 71${PYSITELIB}/google/protobuf/internal/descriptor_test.py
72${PYSITELIB}/google/protobuf/internal/descriptor_test.pyc 72${PYSITELIB}/google/protobuf/internal/descriptor_test.pyc
73${PYSITELIB}/google/protobuf/internal/descriptor_test.pyo 73${PYSITELIB}/google/protobuf/internal/descriptor_test.pyo
74${PYSITELIB}/google/protobuf/internal/encoder.py 74${PYSITELIB}/google/protobuf/internal/encoder.py
75${PYSITELIB}/google/protobuf/internal/encoder.pyc 75${PYSITELIB}/google/protobuf/internal/encoder.pyc
76${PYSITELIB}/google/protobuf/internal/encoder.pyo 76${PYSITELIB}/google/protobuf/internal/encoder.pyo
77${PYSITELIB}/google/protobuf/internal/enum_type_wrapper.py 77${PYSITELIB}/google/protobuf/internal/enum_type_wrapper.py
78${PYSITELIB}/google/protobuf/internal/enum_type_wrapper.pyc 78${PYSITELIB}/google/protobuf/internal/enum_type_wrapper.pyc
79${PYSITELIB}/google/protobuf/internal/enum_type_wrapper.pyo 79${PYSITELIB}/google/protobuf/internal/enum_type_wrapper.pyo
80${PYSITELIB}/google/protobuf/internal/factory_test1_pb2.py 80${PYSITELIB}/google/protobuf/internal/factory_test1_pb2.py
81${PYSITELIB}/google/protobuf/internal/factory_test1_pb2.pyc 81${PYSITELIB}/google/protobuf/internal/factory_test1_pb2.pyc
82${PYSITELIB}/google/protobuf/internal/factory_test1_pb2.pyo 82${PYSITELIB}/google/protobuf/internal/factory_test1_pb2.pyo
83${PYSITELIB}/google/protobuf/internal/factory_test2_pb2.py 83${PYSITELIB}/google/protobuf/internal/factory_test2_pb2.py
84${PYSITELIB}/google/protobuf/internal/factory_test2_pb2.pyc 84${PYSITELIB}/google/protobuf/internal/factory_test2_pb2.pyc
85${PYSITELIB}/google/protobuf/internal/factory_test2_pb2.pyo 85${PYSITELIB}/google/protobuf/internal/factory_test2_pb2.pyo
86${PYSITELIB}/google/protobuf/internal/file_options_test_pb2.py 86${PYSITELIB}/google/protobuf/internal/file_options_test_pb2.py
87${PYSITELIB}/google/protobuf/internal/file_options_test_pb2.pyc 87${PYSITELIB}/google/protobuf/internal/file_options_test_pb2.pyc
88${PYSITELIB}/google/protobuf/internal/file_options_test_pb2.pyo 88${PYSITELIB}/google/protobuf/internal/file_options_test_pb2.pyo
89${PYSITELIB}/google/protobuf/internal/generator_test.py 89${PYSITELIB}/google/protobuf/internal/generator_test.py
90${PYSITELIB}/google/protobuf/internal/generator_test.pyc 90${PYSITELIB}/google/protobuf/internal/generator_test.pyc
91${PYSITELIB}/google/protobuf/internal/generator_test.pyo 91${PYSITELIB}/google/protobuf/internal/generator_test.pyo
92${PYSITELIB}/google/protobuf/internal/import_test_package/__init__.py 92${PYSITELIB}/google/protobuf/internal/import_test_package/__init__.py
93${PYSITELIB}/google/protobuf/internal/import_test_package/__init__.pyc 93${PYSITELIB}/google/protobuf/internal/import_test_package/__init__.pyc
94${PYSITELIB}/google/protobuf/internal/import_test_package/__init__.pyo 94${PYSITELIB}/google/protobuf/internal/import_test_package/__init__.pyo
95${PYSITELIB}/google/protobuf/internal/import_test_package/inner_pb2.py 95${PYSITELIB}/google/protobuf/internal/import_test_package/inner_pb2.py
96${PYSITELIB}/google/protobuf/internal/import_test_package/inner_pb2.pyc 96${PYSITELIB}/google/protobuf/internal/import_test_package/inner_pb2.pyc
97${PYSITELIB}/google/protobuf/internal/import_test_package/inner_pb2.pyo 97${PYSITELIB}/google/protobuf/internal/import_test_package/inner_pb2.pyo
98${PYSITELIB}/google/protobuf/internal/import_test_package/outer_pb2.py 98${PYSITELIB}/google/protobuf/internal/import_test_package/outer_pb2.py
99${PYSITELIB}/google/protobuf/internal/import_test_package/outer_pb2.pyc 99${PYSITELIB}/google/protobuf/internal/import_test_package/outer_pb2.pyc
100${PYSITELIB}/google/protobuf/internal/import_test_package/outer_pb2.pyo 100${PYSITELIB}/google/protobuf/internal/import_test_package/outer_pb2.pyo
101${PYSITELIB}/google/protobuf/internal/json_format_test.py 101${PYSITELIB}/google/protobuf/internal/json_format_test.py
102${PYSITELIB}/google/protobuf/internal/json_format_test.pyc 102${PYSITELIB}/google/protobuf/internal/json_format_test.pyc
103${PYSITELIB}/google/protobuf/internal/json_format_test.pyo 103${PYSITELIB}/google/protobuf/internal/json_format_test.pyo
104${PYSITELIB}/google/protobuf/internal/message_factory_test.py 104${PYSITELIB}/google/protobuf/internal/message_factory_test.py
105${PYSITELIB}/google/protobuf/internal/message_factory_test.pyc 105${PYSITELIB}/google/protobuf/internal/message_factory_test.pyc
106${PYSITELIB}/google/protobuf/internal/message_factory_test.pyo 106${PYSITELIB}/google/protobuf/internal/message_factory_test.pyo
107${PYSITELIB}/google/protobuf/internal/message_listener.py 107${PYSITELIB}/google/protobuf/internal/message_listener.py
108${PYSITELIB}/google/protobuf/internal/message_listener.pyc 108${PYSITELIB}/google/protobuf/internal/message_listener.pyc
109${PYSITELIB}/google/protobuf/internal/message_listener.pyo 109${PYSITELIB}/google/protobuf/internal/message_listener.pyo
110${PYSITELIB}/google/protobuf/internal/message_set_extensions_pb2.py 110${PYSITELIB}/google/protobuf/internal/message_set_extensions_pb2.py
111${PYSITELIB}/google/protobuf/internal/message_set_extensions_pb2.pyc 111${PYSITELIB}/google/protobuf/internal/message_set_extensions_pb2.pyc
112${PYSITELIB}/google/protobuf/internal/message_set_extensions_pb2.pyo 112${PYSITELIB}/google/protobuf/internal/message_set_extensions_pb2.pyo
113${PYSITELIB}/google/protobuf/internal/message_test.py 113${PYSITELIB}/google/protobuf/internal/message_test.py
114${PYSITELIB}/google/protobuf/internal/message_test.pyc 114${PYSITELIB}/google/protobuf/internal/message_test.pyc
115${PYSITELIB}/google/protobuf/internal/message_test.pyo 115${PYSITELIB}/google/protobuf/internal/message_test.pyo
116${PYSITELIB}/google/protobuf/internal/missing_enum_values_pb2.py 116${PYSITELIB}/google/protobuf/internal/missing_enum_values_pb2.py
117${PYSITELIB}/google/protobuf/internal/missing_enum_values_pb2.pyc 117${PYSITELIB}/google/protobuf/internal/missing_enum_values_pb2.pyc
118${PYSITELIB}/google/protobuf/internal/missing_enum_values_pb2.pyo 118${PYSITELIB}/google/protobuf/internal/missing_enum_values_pb2.pyo
119${PYSITELIB}/google/protobuf/internal/more_extensions_dynamic_pb2.py 119${PYSITELIB}/google/protobuf/internal/more_extensions_dynamic_pb2.py
120${PYSITELIB}/google/protobuf/internal/more_extensions_dynamic_pb2.pyc 120${PYSITELIB}/google/protobuf/internal/more_extensions_dynamic_pb2.pyc
121${PYSITELIB}/google/protobuf/internal/more_extensions_dynamic_pb2.pyo 121${PYSITELIB}/google/protobuf/internal/more_extensions_dynamic_pb2.pyo
122${PYSITELIB}/google/protobuf/internal/more_extensions_pb2.py 122${PYSITELIB}/google/protobuf/internal/more_extensions_pb2.py
123${PYSITELIB}/google/protobuf/internal/more_extensions_pb2.pyc 123${PYSITELIB}/google/protobuf/internal/more_extensions_pb2.pyc
124${PYSITELIB}/google/protobuf/internal/more_extensions_pb2.pyo 124${PYSITELIB}/google/protobuf/internal/more_extensions_pb2.pyo
125${PYSITELIB}/google/protobuf/internal/more_messages_pb2.py 125${PYSITELIB}/google/protobuf/internal/more_messages_pb2.py
126${PYSITELIB}/google/protobuf/internal/more_messages_pb2.pyc 126${PYSITELIB}/google/protobuf/internal/more_messages_pb2.pyc
127${PYSITELIB}/google/protobuf/internal/more_messages_pb2.pyo 127${PYSITELIB}/google/protobuf/internal/more_messages_pb2.pyo
128${PYSITELIB}/google/protobuf/internal/packed_field_test_pb2.py 128${PYSITELIB}/google/protobuf/internal/packed_field_test_pb2.py
129${PYSITELIB}/google/protobuf/internal/packed_field_test_pb2.pyc 129${PYSITELIB}/google/protobuf/internal/packed_field_test_pb2.pyc
130${PYSITELIB}/google/protobuf/internal/packed_field_test_pb2.pyo 130${PYSITELIB}/google/protobuf/internal/packed_field_test_pb2.pyo
131${PYSITELIB}/google/protobuf/internal/proto_builder_test.py 131${PYSITELIB}/google/protobuf/internal/proto_builder_test.py
132${PYSITELIB}/google/protobuf/internal/proto_builder_test.pyc 132${PYSITELIB}/google/protobuf/internal/proto_builder_test.pyc
133${PYSITELIB}/google/protobuf/internal/proto_builder_test.pyo 133${PYSITELIB}/google/protobuf/internal/proto_builder_test.pyo
134${PYSITELIB}/google/protobuf/internal/python_message.py 134${PYSITELIB}/google/protobuf/internal/python_message.py
135${PYSITELIB}/google/protobuf/internal/python_message.pyc 135${PYSITELIB}/google/protobuf/internal/python_message.pyc
136${PYSITELIB}/google/protobuf/internal/python_message.pyo 136${PYSITELIB}/google/protobuf/internal/python_message.pyo
137${PYSITELIB}/google/protobuf/internal/reflection_test.py 137${PYSITELIB}/google/protobuf/internal/reflection_test.py
138${PYSITELIB}/google/protobuf/internal/reflection_test.pyc 138${PYSITELIB}/google/protobuf/internal/reflection_test.pyc
139${PYSITELIB}/google/protobuf/internal/reflection_test.pyo 139${PYSITELIB}/google/protobuf/internal/reflection_test.pyo
140${PYSITELIB}/google/protobuf/internal/service_reflection_test.py 140${PYSITELIB}/google/protobuf/internal/service_reflection_test.py
141${PYSITELIB}/google/protobuf/internal/service_reflection_test.pyc 141${PYSITELIB}/google/protobuf/internal/service_reflection_test.pyc
142${PYSITELIB}/google/protobuf/internal/service_reflection_test.pyo 142${PYSITELIB}/google/protobuf/internal/service_reflection_test.pyo
143${PYSITELIB}/google/protobuf/internal/symbol_database_test.py 143${PYSITELIB}/google/protobuf/internal/symbol_database_test.py
144${PYSITELIB}/google/protobuf/internal/symbol_database_test.pyc 144${PYSITELIB}/google/protobuf/internal/symbol_database_test.pyc
145${PYSITELIB}/google/protobuf/internal/symbol_database_test.pyo 145${PYSITELIB}/google/protobuf/internal/symbol_database_test.pyo
146${PYSITELIB}/google/protobuf/internal/test_bad_identifiers_pb2.py 146${PYSITELIB}/google/protobuf/internal/test_bad_identifiers_pb2.py
147${PYSITELIB}/google/protobuf/internal/test_bad_identifiers_pb2.pyc 147${PYSITELIB}/google/protobuf/internal/test_bad_identifiers_pb2.pyc
148${PYSITELIB}/google/protobuf/internal/test_bad_identifiers_pb2.pyo 148${PYSITELIB}/google/protobuf/internal/test_bad_identifiers_pb2.pyo
149${PYSITELIB}/google/protobuf/internal/test_util.py 149${PYSITELIB}/google/protobuf/internal/test_util.py
150${PYSITELIB}/google/protobuf/internal/test_util.pyc 150${PYSITELIB}/google/protobuf/internal/test_util.pyc
151${PYSITELIB}/google/protobuf/internal/test_util.pyo 151${PYSITELIB}/google/protobuf/internal/test_util.pyo
152${PYSITELIB}/google/protobuf/internal/testing_refleaks.py 152${PYSITELIB}/google/protobuf/internal/testing_refleaks.py
153${PYSITELIB}/google/protobuf/internal/testing_refleaks.pyc 153${PYSITELIB}/google/protobuf/internal/testing_refleaks.pyc
154${PYSITELIB}/google/protobuf/internal/testing_refleaks.pyo 154${PYSITELIB}/google/protobuf/internal/testing_refleaks.pyo
155${PYSITELIB}/google/protobuf/internal/text_encoding_test.py 155${PYSITELIB}/google/protobuf/internal/text_encoding_test.py
156${PYSITELIB}/google/protobuf/internal/text_encoding_test.pyc 156${PYSITELIB}/google/protobuf/internal/text_encoding_test.pyc
157${PYSITELIB}/google/protobuf/internal/text_encoding_test.pyo 157${PYSITELIB}/google/protobuf/internal/text_encoding_test.pyo
158${PYSITELIB}/google/protobuf/internal/text_format_test.py 158${PYSITELIB}/google/protobuf/internal/text_format_test.py
159${PYSITELIB}/google/protobuf/internal/text_format_test.pyc 159${PYSITELIB}/google/protobuf/internal/text_format_test.pyc
160${PYSITELIB}/google/protobuf/internal/text_format_test.pyo 160${PYSITELIB}/google/protobuf/internal/text_format_test.pyo
161${PYSITELIB}/google/protobuf/internal/type_checkers.py 161${PYSITELIB}/google/protobuf/internal/type_checkers.py
162${PYSITELIB}/google/protobuf/internal/type_checkers.pyc 162${PYSITELIB}/google/protobuf/internal/type_checkers.pyc
163${PYSITELIB}/google/protobuf/internal/type_checkers.pyo 163${PYSITELIB}/google/protobuf/internal/type_checkers.pyo
164${PYSITELIB}/google/protobuf/internal/unknown_fields_test.py 164${PYSITELIB}/google/protobuf/internal/unknown_fields_test.py
165${PYSITELIB}/google/protobuf/internal/unknown_fields_test.pyc 165${PYSITELIB}/google/protobuf/internal/unknown_fields_test.pyc
166${PYSITELIB}/google/protobuf/internal/unknown_fields_test.pyo 166${PYSITELIB}/google/protobuf/internal/unknown_fields_test.pyo
167${PYSITELIB}/google/protobuf/internal/well_known_types.py 167${PYSITELIB}/google/protobuf/internal/well_known_types.py
168${PYSITELIB}/google/protobuf/internal/well_known_types.pyc 168${PYSITELIB}/google/protobuf/internal/well_known_types.pyc
169${PYSITELIB}/google/protobuf/internal/well_known_types.pyo 169${PYSITELIB}/google/protobuf/internal/well_known_types.pyo
170${PYSITELIB}/google/protobuf/internal/well_known_types_test.py 170${PYSITELIB}/google/protobuf/internal/well_known_types_test.py
171${PYSITELIB}/google/protobuf/internal/well_known_types_test.pyc 171${PYSITELIB}/google/protobuf/internal/well_known_types_test.pyc
172${PYSITELIB}/google/protobuf/internal/well_known_types_test.pyo 172${PYSITELIB}/google/protobuf/internal/well_known_types_test.pyo
173${PYSITELIB}/google/protobuf/internal/wire_format.py 173${PYSITELIB}/google/protobuf/internal/wire_format.py
174${PYSITELIB}/google/protobuf/internal/wire_format.pyc 174${PYSITELIB}/google/protobuf/internal/wire_format.pyc
175${PYSITELIB}/google/protobuf/internal/wire_format.pyo 175${PYSITELIB}/google/protobuf/internal/wire_format.pyo
176${PYSITELIB}/google/protobuf/internal/wire_format_test.py 176${PYSITELIB}/google/protobuf/internal/wire_format_test.py
177${PYSITELIB}/google/protobuf/internal/wire_format_test.pyc 177${PYSITELIB}/google/protobuf/internal/wire_format_test.pyc
178${PYSITELIB}/google/protobuf/internal/wire_format_test.pyo 178${PYSITELIB}/google/protobuf/internal/wire_format_test.pyo
179${PYSITELIB}/google/protobuf/json_format.py 179${PYSITELIB}/google/protobuf/json_format.py
180${PYSITELIB}/google/protobuf/json_format.pyc 180${PYSITELIB}/google/protobuf/json_format.pyc
181${PYSITELIB}/google/protobuf/json_format.pyo 181${PYSITELIB}/google/protobuf/json_format.pyo
182${PYSITELIB}/google/protobuf/map_unittest_pb2.py 182${PYSITELIB}/google/protobuf/map_unittest_pb2.py
183${PYSITELIB}/google/protobuf/map_unittest_pb2.pyc 183${PYSITELIB}/google/protobuf/map_unittest_pb2.pyc
184${PYSITELIB}/google/protobuf/map_unittest_pb2.pyo 184${PYSITELIB}/google/protobuf/map_unittest_pb2.pyo
185${PYSITELIB}/google/protobuf/message.py 185${PYSITELIB}/google/protobuf/message.py
186${PYSITELIB}/google/protobuf/message.pyc 186${PYSITELIB}/google/protobuf/message.pyc
187${PYSITELIB}/google/protobuf/message.pyo 187${PYSITELIB}/google/protobuf/message.pyo
188${PYSITELIB}/google/protobuf/message_factory.py 188${PYSITELIB}/google/protobuf/message_factory.py
189${PYSITELIB}/google/protobuf/message_factory.pyc 189${PYSITELIB}/google/protobuf/message_factory.pyc
190${PYSITELIB}/google/protobuf/message_factory.pyo 190${PYSITELIB}/google/protobuf/message_factory.pyo
191${PYSITELIB}/google/protobuf/proto_builder.py 191${PYSITELIB}/google/protobuf/proto_builder.py
192${PYSITELIB}/google/protobuf/proto_builder.pyc 192${PYSITELIB}/google/protobuf/proto_builder.pyc
193${PYSITELIB}/google/protobuf/proto_builder.pyo 193${PYSITELIB}/google/protobuf/proto_builder.pyo
194${PYSITELIB}/google/protobuf/pyext/__init__.py 194${PYSITELIB}/google/protobuf/pyext/__init__.py
195${PYSITELIB}/google/protobuf/pyext/__init__.pyc 195${PYSITELIB}/google/protobuf/pyext/__init__.pyc
196${PYSITELIB}/google/protobuf/pyext/__init__.pyo 196${PYSITELIB}/google/protobuf/pyext/__init__.pyo
197${PYSITELIB}/google/protobuf/pyext/cpp_message.py 197${PYSITELIB}/google/protobuf/pyext/cpp_message.py
198${PYSITELIB}/google/protobuf/pyext/cpp_message.pyc 198${PYSITELIB}/google/protobuf/pyext/cpp_message.pyc
199${PYSITELIB}/google/protobuf/pyext/cpp_message.pyo 199${PYSITELIB}/google/protobuf/pyext/cpp_message.pyo
200${PYSITELIB}/google/protobuf/pyext/python_pb2.py 200${PYSITELIB}/google/protobuf/pyext/python_pb2.py
201${PYSITELIB}/google/protobuf/pyext/python_pb2.pyc 201${PYSITELIB}/google/protobuf/pyext/python_pb2.pyc
202${PYSITELIB}/google/protobuf/pyext/python_pb2.pyo 202${PYSITELIB}/google/protobuf/pyext/python_pb2.pyo
203${PYSITELIB}/google/protobuf/reflection.py 203${PYSITELIB}/google/protobuf/reflection.py
204${PYSITELIB}/google/protobuf/reflection.pyc 204${PYSITELIB}/google/protobuf/reflection.pyc
205${PYSITELIB}/google/protobuf/reflection.pyo 205${PYSITELIB}/google/protobuf/reflection.pyo
206${PYSITELIB}/google/protobuf/service.py 206${PYSITELIB}/google/protobuf/service.py
207${PYSITELIB}/google/protobuf/service.pyc 207${PYSITELIB}/google/protobuf/service.pyc
208${PYSITELIB}/google/protobuf/service.pyo 208${PYSITELIB}/google/protobuf/service.pyo
209${PYSITELIB}/google/protobuf/service_reflection.py 209${PYSITELIB}/google/protobuf/service_reflection.py
210${PYSITELIB}/google/protobuf/service_reflection.pyc 210${PYSITELIB}/google/protobuf/service_reflection.pyc
211${PYSITELIB}/google/protobuf/service_reflection.pyo 211${PYSITELIB}/google/protobuf/service_reflection.pyo
212${PYSITELIB}/google/protobuf/source_context_pb2.py 212${PYSITELIB}/google/protobuf/source_context_pb2.py
213${PYSITELIB}/google/protobuf/source_context_pb2.pyc 213${PYSITELIB}/google/protobuf/source_context_pb2.pyc
214${PYSITELIB}/google/protobuf/source_context_pb2.pyo 214${PYSITELIB}/google/protobuf/source_context_pb2.pyo
215${PYSITELIB}/google/protobuf/struct_pb2.py 215${PYSITELIB}/google/protobuf/struct_pb2.py
216${PYSITELIB}/google/protobuf/struct_pb2.pyc 216${PYSITELIB}/google/protobuf/struct_pb2.pyc
217${PYSITELIB}/google/protobuf/struct_pb2.pyo 217${PYSITELIB}/google/protobuf/struct_pb2.pyo
218${PYSITELIB}/google/protobuf/symbol_database.py 218${PYSITELIB}/google/protobuf/symbol_database.py
219${PYSITELIB}/google/protobuf/symbol_database.pyc 219${PYSITELIB}/google/protobuf/symbol_database.pyc
220${PYSITELIB}/google/protobuf/symbol_database.pyo 220${PYSITELIB}/google/protobuf/symbol_database.pyo
 221${PYSITELIB}/google/protobuf/test_messages_proto2_pb2.py
 222${PYSITELIB}/google/protobuf/test_messages_proto2_pb2.pyc
 223${PYSITELIB}/google/protobuf/test_messages_proto2_pb2.pyo
 224${PYSITELIB}/google/protobuf/test_messages_proto3_pb2.py
 225${PYSITELIB}/google/protobuf/test_messages_proto3_pb2.pyc
 226${PYSITELIB}/google/protobuf/test_messages_proto3_pb2.pyo
221${PYSITELIB}/google/protobuf/text_encoding.py 227${PYSITELIB}/google/protobuf/text_encoding.py
222${PYSITELIB}/google/protobuf/text_encoding.pyc 228${PYSITELIB}/google/protobuf/text_encoding.pyc
223${PYSITELIB}/google/protobuf/text_encoding.pyo 229${PYSITELIB}/google/protobuf/text_encoding.pyo
224${PYSITELIB}/google/protobuf/text_format.py 230${PYSITELIB}/google/protobuf/text_format.py
225${PYSITELIB}/google/protobuf/text_format.pyc 231${PYSITELIB}/google/protobuf/text_format.pyc
226${PYSITELIB}/google/protobuf/text_format.pyo 232${PYSITELIB}/google/protobuf/text_format.pyo
227${PYSITELIB}/google/protobuf/timestamp_pb2.py 233${PYSITELIB}/google/protobuf/timestamp_pb2.py
228${PYSITELIB}/google/protobuf/timestamp_pb2.pyc 234${PYSITELIB}/google/protobuf/timestamp_pb2.pyc
229${PYSITELIB}/google/protobuf/timestamp_pb2.pyo 235${PYSITELIB}/google/protobuf/timestamp_pb2.pyo
230${PYSITELIB}/google/protobuf/type_pb2.py 236${PYSITELIB}/google/protobuf/type_pb2.py
231${PYSITELIB}/google/protobuf/type_pb2.pyc 237${PYSITELIB}/google/protobuf/type_pb2.pyc
232${PYSITELIB}/google/protobuf/type_pb2.pyo 238${PYSITELIB}/google/protobuf/type_pb2.pyo
233${PYSITELIB}/google/protobuf/unittest_arena_pb2.py 239${PYSITELIB}/google/protobuf/unittest_arena_pb2.py
234${PYSITELIB}/google/protobuf/unittest_arena_pb2.pyc 240${PYSITELIB}/google/protobuf/unittest_arena_pb2.pyc
235${PYSITELIB}/google/protobuf/unittest_arena_pb2.pyo 241${PYSITELIB}/google/protobuf/unittest_arena_pb2.pyo
236${PYSITELIB}/google/protobuf/unittest_custom_options_pb2.py 242${PYSITELIB}/google/protobuf/unittest_custom_options_pb2.py
237${PYSITELIB}/google/protobuf/unittest_custom_options_pb2.pyc 243${PYSITELIB}/google/protobuf/unittest_custom_options_pb2.pyc
238${PYSITELIB}/google/protobuf/unittest_custom_options_pb2.pyo 244${PYSITELIB}/google/protobuf/unittest_custom_options_pb2.pyo
239${PYSITELIB}/google/protobuf/unittest_import_pb2.py 245${PYSITELIB}/google/protobuf/unittest_import_pb2.py
240${PYSITELIB}/google/protobuf/unittest_import_pb2.pyc 246${PYSITELIB}/google/protobuf/unittest_import_pb2.pyc
241${PYSITELIB}/google/protobuf/unittest_import_pb2.pyo 247${PYSITELIB}/google/protobuf/unittest_import_pb2.pyo
242${PYSITELIB}/google/protobuf/unittest_import_public_pb2.py 248${PYSITELIB}/google/protobuf/unittest_import_public_pb2.py
243${PYSITELIB}/google/protobuf/unittest_import_public_pb2.pyc 249${PYSITELIB}/google/protobuf/unittest_import_public_pb2.pyc
244${PYSITELIB}/google/protobuf/unittest_import_public_pb2.pyo 250${PYSITELIB}/google/protobuf/unittest_import_public_pb2.pyo
245${PYSITELIB}/google/protobuf/unittest_mset_pb2.py 251${PYSITELIB}/google/protobuf/unittest_mset_pb2.py
246${PYSITELIB}/google/protobuf/unittest_mset_pb2.pyc 252${PYSITELIB}/google/protobuf/unittest_mset_pb2.pyc
247${PYSITELIB}/google/protobuf/unittest_mset_pb2.pyo 253${PYSITELIB}/google/protobuf/unittest_mset_pb2.pyo
248${PYSITELIB}/google/protobuf/unittest_mset_wire_format_pb2.py 254${PYSITELIB}/google/protobuf/unittest_mset_wire_format_pb2.py
249${PYSITELIB}/google/protobuf/unittest_mset_wire_format_pb2.pyc 255${PYSITELIB}/google/protobuf/unittest_mset_wire_format_pb2.pyc
250${PYSITELIB}/google/protobuf/unittest_mset_wire_format_pb2.pyo 256${PYSITELIB}/google/protobuf/unittest_mset_wire_format_pb2.pyo
251${PYSITELIB}/google/protobuf/unittest_no_arena_import_pb2.py 257${PYSITELIB}/google/protobuf/unittest_no_arena_import_pb2.py
252${PYSITELIB}/google/protobuf/unittest_no_arena_import_pb2.pyc 258${PYSITELIB}/google/protobuf/unittest_no_arena_import_pb2.pyc
253${PYSITELIB}/google/protobuf/unittest_no_arena_import_pb2.pyo 259${PYSITELIB}/google/protobuf/unittest_no_arena_import_pb2.pyo
254${PYSITELIB}/google/protobuf/unittest_no_arena_pb2.py 260${PYSITELIB}/google/protobuf/unittest_no_arena_pb2.py
255${PYSITELIB}/google/protobuf/unittest_no_arena_pb2.pyc 261${PYSITELIB}/google/protobuf/unittest_no_arena_pb2.pyc
256${PYSITELIB}/google/protobuf/unittest_no_arena_pb2.pyo 262${PYSITELIB}/google/protobuf/unittest_no_arena_pb2.pyo
257${PYSITELIB}/google/protobuf/unittest_no_generic_services_pb2.py 263${PYSITELIB}/google/protobuf/unittest_no_generic_services_pb2.py
258${PYSITELIB}/google/protobuf/unittest_no_generic_services_pb2.pyc 264${PYSITELIB}/google/protobuf/unittest_no_generic_services_pb2.pyc
259${PYSITELIB}/google/protobuf/unittest_no_generic_services_pb2.pyo 265${PYSITELIB}/google/protobuf/unittest_no_generic_services_pb2.pyo
260${PYSITELIB}/google/protobuf/unittest_pb2.py 266${PYSITELIB}/google/protobuf/unittest_pb2.py
261${PYSITELIB}/google/protobuf/unittest_pb2.pyc 267${PYSITELIB}/google/protobuf/unittest_pb2.pyc
262${PYSITELIB}/google/protobuf/unittest_pb2.pyo 268${PYSITELIB}/google/protobuf/unittest_pb2.pyo
263${PYSITELIB}/google/protobuf/unittest_proto3_arena_pb2.py 269${PYSITELIB}/google/protobuf/unittest_proto3_arena_pb2.py
264${PYSITELIB}/google/protobuf/unittest_proto3_arena_pb2.pyc 270${PYSITELIB}/google/protobuf/unittest_proto3_arena_pb2.pyc
265${PYSITELIB}/google/protobuf/unittest_proto3_arena_pb2.pyo 271${PYSITELIB}/google/protobuf/unittest_proto3_arena_pb2.pyo
266${PYSITELIB}/google/protobuf/util/__init__.py 272${PYSITELIB}/google/protobuf/util/__init__.py
267${PYSITELIB}/google/protobuf/util/__init__.pyc 273${PYSITELIB}/google/protobuf/util/__init__.pyc
268${PYSITELIB}/google/protobuf/util/__init__.pyo 274${PYSITELIB}/google/protobuf/util/__init__.pyo
269${PYSITELIB}/google/protobuf/util/json_format_proto3_pb2.py 275${PYSITELIB}/google/protobuf/util/json_format_proto3_pb2.py
270${PYSITELIB}/google/protobuf/util/json_format_proto3_pb2.pyc 276${PYSITELIB}/google/protobuf/util/json_format_proto3_pb2.pyc
271${PYSITELIB}/google/protobuf/util/json_format_proto3_pb2.pyo 277${PYSITELIB}/google/protobuf/util/json_format_proto3_pb2.pyo
272${PYSITELIB}/google/protobuf/wrappers_pb2.py 278${PYSITELIB}/google/protobuf/wrappers_pb2.py
273${PYSITELIB}/google/protobuf/wrappers_pb2.pyc 279${PYSITELIB}/google/protobuf/wrappers_pb2.pyc
274${PYSITELIB}/google/protobuf/wrappers_pb2.pyo 280${PYSITELIB}/google/protobuf/wrappers_pb2.pyo
275${PYSITELIB}/${EGG_NAME}-nspkg.pth 281${PYSITELIB}/${EGG_NAME}-nspkg.pth
276${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 282${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
277${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 283${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
278${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 284${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
279${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt 285${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
280${PYSITELIB}/${EGG_INFODIR}/requires.txt 286${PYSITELIB}/${EGG_INFODIR}/requires.txt
281${PYSITELIB}/${EGG_INFODIR}/top_level.txt 287${PYSITELIB}/${EGG_INFODIR}/top_level.txt

cvs diff -r1.10 -r1.11 pkgsrc/devel/py-protobuf/distinfo (switch to unified diff)

--- pkgsrc/devel/py-protobuf/distinfo 2017/07/20 07:25:00 1.10
+++ pkgsrc/devel/py-protobuf/distinfo 2017/10/20 23:02:25 1.11
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: distinfo,v 1.10 2017/07/20 07:25:00 wiz Exp $ 1$NetBSD: distinfo,v 1.11 2017/10/20 23:02:25 minskim Exp $
2 2
3SHA1 (protobuf-python-3.3.0.tar.gz) = 01ccddc003234d11626422b8a8bc82723a5485b1 3SHA1 (protobuf-python-3.4.1.tar.gz) = 8ffff7abd3faaf282176dd45b19d39a7c6718262
4RMD160 (protobuf-python-3.3.0.tar.gz) = fe3ab218c8a580c50b057a36e5ab1e18d3087e0c 4RMD160 (protobuf-python-3.4.1.tar.gz) = 7d2c2876b7533da6c9cad8f9aa4dac71c9678494
5SHA512 (protobuf-python-3.3.0.tar.gz) = bf1cb12524b0008016714c129f0f8605ef66b484fbe4e527b4f364b8a56ba70b046ad3c945094553ed85941a4215a1041cb0797531de7f0a620267d966fed26e 5SHA512 (protobuf-python-3.4.1.tar.gz) = 571c7e08c3186c465e65b8dc441563de9d604571f8f9784e86a8c59359f5617d9903ae299950d1049feff8d4db9557c6bf193b1fd9bae8eabcd43e797b4c2581
6Size (protobuf-python-3.3.0.tar.gz) = 4492367 bytes 6Size (protobuf-python-3.4.1.tar.gz) = 4559061 bytes
7SHA1 (patch-configure) = ec7003c29d2d3e9aeb9ea90921313e9eb68d3127 7SHA1 (patch-configure) = ec7003c29d2d3e9aeb9ea90921313e9eb68d3127
8SHA1 (patch-configure.ac) = 208a5ce72905aa95ad73ee0f751d4a58f0c37f5f 8SHA1 (patch-configure.ac) = 208a5ce72905aa95ad73ee0f751d4a58f0c37f5f
9SHA1 (patch-gmock_configure) = a39355c602366450e3cdb6bc7dbc0523fc194319 9SHA1 (patch-gmock_configure) = a39355c602366450e3cdb6bc7dbc0523fc194319
10SHA1 (patch-gmock_configure.ac) = cfd7b7c87eff4b06ce6ecb34dec046561bbdc113 10SHA1 (patch-gmock_configure.ac) = cfd7b7c87eff4b06ce6ecb34dec046561bbdc113
11SHA1 (patch-m4_acx__check__suncc.m4) = faf96ee5d305c08d30e7c7d3578896971983e1dd 11SHA1 (patch-m4_acx__check__suncc.m4) = faf96ee5d305c08d30e7c7d3578896971983e1dd
12SHA1 (patch-src_google_protobuf_message__lite.cc) = 8f2ffe07b2710de5365148153978ad6d9939f522 12SHA1 (patch-src_google_protobuf_message__lite.cc) = 8f2ffe07b2710de5365148153978ad6d9939f522
13SHA1 (patch-src_google_protobuf_stubs_atomicops.h) = 9ec851134da674980a49302e9582a432a47f7974 13SHA1 (patch-src_google_protobuf_stubs_atomicops.h) = 9ec851134da674980a49302e9582a432a47f7974
14SHA1 (patch-src_google_protobuf_stubs_atomicops__internals__arm__gcc.h) = d60c554be8ff7fc9370bb036eef9101f9a6433e3 14SHA1 (patch-src_google_protobuf_stubs_atomicops__internals__arm__gcc.h) = d60c554be8ff7fc9370bb036eef9101f9a6433e3