summaryrefslogtreecommitdiff
path: root/tools/manylinux
Commit message (Expand)AuthorAgeFilesLines
* Fix wheel build by excluding Py3.4.Stefan Behnel2019-07-271-0/+1
* Do not try to run tests in wheel building script since it leads to problems w...Stefan Behnel2018-09-091-3/+0
* Merge branch lxml-4.2 into master.Stefan Behnel2018-09-091-2/+6
|\
| * Prepare release of lxml 4.2.5.Stefan Behnel2018-09-091-2/+6
* | Remove redundant code for Python <= 2.6Hugo2018-08-251-2/+0
|/
* Fix output in wheel building script.Stefan Behnel2018-06-271-1/+1
* Improve status messages during wheel build.Stefan Behnel2018-06-221-0/+1
* Run three parallel wheel builds instead of two.Stefan Behnel2018-06-221-1/+3
* Use separate wheelhouse directories for 32/64 bits to prevent interference in...Stefan Behnel2017-09-171-6/+6
* Limit auditwheel update to exact package version and ignore older releases.Stefan Behnel2017-09-171-3/+3
* extract package name from sdist name in wheel building script to avoid spelli...Stefan Behnel2017-06-041-1/+1
* extract package name from sdist name in wheel building script to avoid spelli...Stefan Behnel2017-06-041-1/+2
* fix file list output at end of wheel building scriptStefan Behnel2017-06-031-1/+1
* list only relevant wheels after buildStefan Behnel2017-01-081-1/+2
* list all Python versions before starting wheel buildsStefan Behnel2017-01-081-0/+1
* include latest zlib in static-deps buildStefan Behnel2016-08-201-4/+5
* wait for last wheel build to finishlxml-3.6Stefan Behnel2016-08-201-0/+1
* validate wheel builds by importing the binary modules instead of just the lxm...Stefan Behnel2016-08-181-1/+1
* parallelise wheel buildsStefan Behnel2016-08-181-1/+7
* minor safety cleanup in build scriptStefan Behnel2016-08-181-3/+3
* fix shebang lineStefan Behnel2016-08-181-1/+1
* build and reuse sdist when building wheels and properly pass CFLAGS into dock...Stefan Behnel2016-08-181-6/+11
* manylinux: Add build-wheels.sh and wheel_manylinux targetJoar Wandborg2016-08-171-0/+61