Skip to content

Commit 5c06bb9

Browse files
author
alrex
authored
Merge pull request #94 from lightstep/codeboten/thrift-0.13.0
Bump version of thrift to 0.13.0
2 parents 007419f + 54e70cf commit 5c06bb9

File tree

5 files changed

+29
-5
lines changed

5 files changed

+29
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ proto:
7474
collector.proto
7575

7676
thrift:
77-
docker run -v "$(PWD)/lightstep:/out" -v "$(MONO_REPO)/go/src/github.com/lightstep/common-go:/data" --rm thrift:0.11.0 \
77+
docker run -v "$(PWD)/lightstep:/out" -v "$(MONO_REPO)/go/src/github.com/lightstep/common-go:/data" --rm thrift:0.13.0 \
7878
thrift -r --gen py -out /out /data/crouton.thrift
7979
python-modernize -w $(PWD)/lightstep/crouton/
8080
rm -rf lightstep/crouton/ReportingService-remote

lightstep/crouton/ReportingService.py

Lines changed: 11 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lightstep/crouton/constants.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lightstep/crouton/ttypes.py

Lines changed: 15 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
author='LightStep',
99
license='',
1010
install_requires=[
11-
'thrift>=0.10.0,<0.12.0',
11+
'thrift>=0.13.0',
1212
'jsonpickle',
1313
'six',
1414
'basictracer>=3.0,<4',

0 commit comments

Comments
 (0)