summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* pypistats: Reverse category output to make possible cut-offs visible.Stefan Behnel2023-05-101-1/+1
|
* Try to fix wheel upload in CI.Stefan Behnel2023-04-011-4/+8
|
* Try to fix the macOS CI builds by always building universal-2 binaries.Stefan Behnel2023-03-291-8/+13
|
* Print download totals in pypistats.Stefan Behnel2023-03-251-4/+9
|
* Remove CI build+import tests that were previously not very useful and now ↵Stefan Behnel2023-01-031-6/+0
| | | | fail on Py3.11+ due to distutils deprecation/changes.
* CI: Use Github API token where necessary.Stefan Behnel2023-01-031-8/+13
|
* Pass GitHub token into API call when listing library releases.Stefan Behnel2022-12-271-1/+5
|
* Try to fix CI "setup.py install" in Py3.11.Stefan Behnel2022-12-131-0/+1
|
* Show executed commands in CI runs.Stefan Behnel2022-12-131-0/+2
|
* Use gcc-9 in CI instead of gcc-8, which is no longer available.Stefan Behnel2022-12-131-1/+1
|
* Extend PyPI stats script to include OS download statistics.Stefan Behnel2022-12-131-9/+28
|
* Some Windows fixes in CI build script.Stefan Behnel2022-12-061-5/+13
|
* Add Windows CI builds.Stefan Behnel2022-12-061-1/+1
|
* Show Python versions in numerical order, not ascii order.Stefan Behnel2022-12-011-3/+16
| | | | Also show the aggregated percentage up to a given Python version.
* CI: Minor bash code adaptation.Stefan Behnel2022-12-011-1/+1
|
* Add script to retrieve PyPI download stats by Python version.Stefan Behnel2022-11-081-0/+39
|
* Try to install 'xz' in wheel builds, if available, since it's now needed to ↵lxml-4.9.0Stefan Behnel2022-05-311-0/+1
| | | | extract the libxml2/libxslt archives.
* Use Cython's minimal compile mode in the CPython "-dev" job to get the ↵Stefan Behnel2022-02-221-1/+1
| | | | refnanny installed without taking overly long to install.
* Explicitly set ACLOCAL_PATH in wheel build script now that we use a ↵Stefan Behnel2021-11-051-0/+1
| | | | non-release version of libxml2 (and the build fails without it).
* Add wheel building workflow for Github Actions.lxml-4.6.4-preStefan Behnel2021-11-021-2/+4
|
* CI: Test against fixed dependency versions in Py2 since many libraries have ↵Stefan Behnel2021-10-151-1/+5
| | | | removed Py3 support by now.
* Fix wheel build CFLAGS in CI.Stefan Behnel2021-07-171-1/+1
|
* User older, compatible coverage version in CI.Stefan Behnel2021-07-171-1/+1
|
* Fix CI wheel build target.Stefan Behnel2021-07-171-1/+1
|
* Use -flto for wheel builds.Stefan Behnel2021-07-171-1/+3
|
* Improve CFLAGS in CI builds to get better C compiler warnings and better wheels.Stefan Behnel2021-07-171-3/+3
|
* Use ccache in CI builds.Stefan Behnel2021-07-171-0/+1
|
* Switch to GitHub actions (GH-319)scoder2021-07-161-0/+65
|
* Make wheel build fail more quickly if anything goes wrong along the way.Stefan Behnel2020-10-171-4/+4
|
* Use only two parallel wheel builds with aarch64 since it is likely to be ↵Stefan Behnel2020-07-181-1/+1
| | | | emulated or run on systems with less memory etc.
* Improve "pip" call in wheel building script to "python -m pip".Stefan Behnel2019-11-251-2/+2
|
* Print gcc version from wheel building script.Stefan Behnel2019-11-251-0/+1
|
* 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 ↵Stefan Behnel2018-09-091-3/+0
| | | | with the library import.
* 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 ↵Stefan Behnel2017-09-171-6/+6
| | | | in auditwheel run.
* 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 ↵Stefan Behnel2017-06-041-1/+1
| | | | spelling out the name
* extract package name from sdist name in wheel building script to avoid ↵Stefan Behnel2017-06-041-1/+2
| | | | spelling out the name
* 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 ↵Stefan Behnel2016-08-181-1/+1
| | | | lxml package