Jan Tattermusch
ded080e955
re-run tools/distrib/python/make_grpcio_tools.py
4 years ago
Jan Tattermusch
3fcf6620f0
re-run tools/distrib/python/make_grpcio_tools.py
4 years ago
Jan Tattermusch
9bb2aefd02
upgrade ruby, C# python and ObC to protobuf 3.14
4 years ago
Jan Tattermusch
6c99a037d0
run tools/distrib/python/make_grpcio_tools.py
4 years ago
Stanley Cheung
5564ac0cce
Regenerate projects
4 years ago
Richard Belleville
93a9872a66
Merge pull request #24992 from gnossen/fix_grpc_tools_so_mac_symbols
...
Fix visibility of libprotobuf symbols in protoc_compiler.so on Mac
4 years ago
Richard Belleville
46bb9570b2
Rewrap comment
4 years ago
Richard Belleville
aa90c5f9fe
Whoops
4 years ago
Richard Belleville
fbcf75e0ec
Support Python 2 as well
4 years ago
Richard Belleville
9b9bb299c5
Fix visibility of libprotobuf symbols in protoc_compiler.so on Mac
4 years ago
Richard Belleville
38124ab0c6
Review comments
4 years ago
Richard Belleville
010d62175e
Pin protobuf version dependency for grpcio-tools
4 years ago
yulin-liang
79ce42425d
Regenerate projects
4 years ago
Stanley Cheung
ff6bbd4cee
Regenerate projects
4 years ago
yulin-liang
fee284d853
Regenerate projects
4 years ago
yulin-liang
2ffa791ae6
Regenerate projects
4 years ago
Lidi Zheng
1389fa7426
Incur setuptools as an dependency for grpcio_tools
5 years ago
Donna Dionne
5346f0e3fa
Bump version to v1.33.2
5 years ago
Donna Dionne
0e2acc39da
Updating grpc version.
5 years ago
Richard Belleville
b0dfa295a0
Buildifier
5 years ago
Richard Belleville
79f54e9d57
Include well known types in bazel build
5 years ago
Esun Kim
10d58179fe
Bump MACOSX_DEPLOYMENT_TARGET to 10.10 for Python
5 years ago
Richard Belleville
f13b324941
Include well-known types in sys.path when using runtime protos
5 years ago
Donna Dionne
c88bde2234
Drop the "pre" in version.
5 years ago
Donna Dionne
ad14ce4779
Regenerate projects
5 years ago
Donna Dionne
aa7b10f659
Bump version to v1.33.x-pre1: regenerate projects
5 years ago
Donna Dionne
aafe657978
Bump version to v1.34.x: regenerate projects
5 years ago
Ben Wolsieffer
1b7c290083
grpcio_tools: setup.py: use CXX to get compiler for libatomic check
...
This allows it to work with a prefixed compiler when cross-compiling.
5 years ago
Ben Wolsieffer
1024ebeb31
grpcio_tools: setup.py: update libatomic check from top-level setup.py
5 years ago
Esun Kim
ccf3cbc6b7
Bump iOS and OSX version
5 years ago
Richard Belleville
a80a3b72bb
Do not import grpc_tools.protoc from grpc_tools
5 years ago
Richard Belleville
e835d368bd
Fix import errors on Windows
5 years ago
Richard Belleville
d743defdaf
Fix import errors on Windows
5 years ago
Richard Belleville
0e24177fc3
Make version check more stringent
5 years ago
Richard Belleville
47dc875801
Make version check more stringent
5 years ago
Mark D. Roth
9fd377b160
Bump version number to 1.32.0.
5 years ago
Mark D. Roth
a818a376b2
Change version to 1.32-pre1 and bump major core version number.
5 years ago
Mark D. Roth
30e4170dc3
Update version of master to 1.33-dev ("geeky").
5 years ago
Jan Tattermusch
2e86c86540
run tools/distrib/python/make_grpcio_tools.py
5 years ago
Richard Belleville
24537b4767
Fix breakage when variable unset
5 years ago
Richard Belleville
5ace9fc145
Revert changes to grpcio-tools setup.py
5 years ago
Richard Belleville
65d14904e4
Add todo about deduping
5 years ago
Alexander Polcyn
011986e1fd
Regenerate projects
5 years ago
Richard Belleville
13fa5040ca
Sometimes, copyright headers can cause test failures
5 years ago
Richard Belleville
b50110b583
Fix Windows
5 years ago
Richard Belleville
2d9e8bc736
Copyright
5 years ago
Richard Belleville
60f88e20a4
Fix bazel grpc_tools test
5 years ago
Richard Belleville
568dd00774
Buildifier
5 years ago
Richard Belleville
2c1efcd0ae
Add documentation
5 years ago
nanahpang
e4ead4bec0
Update docgen.py
...
Fix a RexAnalyzer error during the import, and update in github as well.
Parentheses around a single item in Python has no effect: (foo) is exactly equivalent to foo. In many cases this is harmless, but it can suggest a subtle bug when used in string formatting. A '%'-formatted string with a single format specifier can be formatted using a single value or a one element tuple: 'hello %s' % name or 'hello %s' % (name,). Consequently, a line like error_msg = 'Cannot process %s' % (data) may leave code reviewers and future readers unsure if there is a subtle bug if data is a tuple.
Since the args.repo_owner here is a single string, drop the parentheses is better.
5 years ago