aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/build_artifact_python.sh
Commit message (Collapse)AuthorAge
* Add Python3.5 artifact targetsGravatar Ken Payson2016-08-15
|
* Remove non-manylinux linux .whl artifactsGravatar Ken Payson2016-07-21
|
* Polish grpcio_health_checking packageGravatar Ken Payson2016-07-18
| | | | | | | -Rename namespace to grpc_health->grpc to match spec -Proper use of NOT_FOUND status code -Improve testing -Add source distribution to artifact build
* Fix command ordering for building Python artifactsGravatar Masood Malekghassemi2016-06-07
| | | | | | Source packages were not getting the necessary C files due to `make_grpcio_tools.py` not being invoked before `sdist` through `setup.py`.
* Build grpcio-tools sdistGravatar Masood Malekghassemi2016-05-05
|
* Copy all generated Python distribsGravatar Masood Malekghassemi2016-05-04
|
* Use manylinuxGravatar Masood Malekghassemi2016-05-04
|
* Integrate Python protoc Linux artifact buildersGravatar Masood Malekghassemi2016-05-04
|
* Use a not-broken setuptoolsGravatar Masood Malekghassemi2016-03-21
|
* Exclude cygrpc.so from the Python packageGravatar Masood Malekghassemi2016-02-18
|
* Use precompiled extensions onlyGravatar Masood Malekghassemi2016-02-12
|
* Reorder Python artifact commandsGravatar Masood Malekghassemi2016-02-11
|
* Paper over custom command limitationsGravatar Masood Malekghassemi2016-02-11
| | | | | | | | | The custom gRPC bdist command depends on numerous undocumented and private behaviors of setuptools, wheel, distutils, etc. One such is the ordering of generated distribution targets. We paper over this under the assumption that the command will only be useful for gRPC devs, and document with a command description a contractual obligation of users of the command.
* Use wheels instead for custom bdistsGravatar Masood Malekghassemi2016-02-11
|
* Change default on Python install optionGravatar Craig Tiller2016-02-05
|
* we actually need the wheelGravatar Jan Tattermusch2016-02-03
|
* add python mac targetGravatar Jan Tattermusch2016-02-03
|
* for 32bit uname when building artifactsGravatar Jan Tattermusch2016-02-03
|
* add artifact builder for pythonGravatar Jan Tattermusch2016-02-01