Skip to content

Commit

Permalink
Merge pull request #94 from lightstep/codeboten/thrift-0.13.0
Browse files Browse the repository at this point in the history
Bump version of thrift to 0.13.0
  • Loading branch information
alrex authored Feb 11, 2020
2 parents 007419f + 54e70cf commit 5c06bb9
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ proto:
collector.proto

thrift:
docker run -v "$(PWD)/lightstep:/out" -v "$(MONO_REPO)/go/src/github.com/lightstep/common-go:/data" --rm thrift:0.11.0 \
docker run -v "$(PWD)/lightstep:/out" -v "$(MONO_REPO)/go/src/github.com/lightstep/common-go:/data" --rm thrift:0.13.0 \
thrift -r --gen py -out /out /data/crouton.thrift
python-modernize -w $(PWD)/lightstep/crouton/
rm -rf lightstep/crouton/ReportingService-remote
Expand Down
12 changes: 11 additions & 1 deletion lightstep/crouton/ReportingService.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lightstep/crouton/constants.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 15 additions & 1 deletion lightstep/crouton/ttypes.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
author='LightStep',
license='',
install_requires=[
'thrift>=0.10.0,<0.12.0',
'thrift>=0.13.0',
'jsonpickle',
'six',
'basictracer>=3.0,<4',
Expand Down

0 comments on commit 5c06bb9

Please sign in to comment.