Joe Rickerby
42fb827bd7
Fix #1161 - stdout is line-buffered during command execution
2022-10-21 15:01:00 +01:00
Joe Rickerby
b2b703db9d
Merge pull request #1319 from smheidrich/fix-gh-1318-docs-container-mounts
...
Fix docs on which dirs are mounted in container
2022-10-21 14:40:45 +01:00
Joe Rickerby
41532a34ec
Merge pull request #1315 from pypa/update-dependencies-pr
...
[Bot] Update dependencies
2022-10-21 14:40:21 +01:00
Joe Rickerby
d56a913257
Merge pull request #1316 from pypa/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2022-10-21 14:39:06 +01:00
Joe Rickerby
1140a0c269
Merge pull request #1312 from mayeut/fix-mdt-arm64
...
fix: warning when building macOS arm64 wheels
2022-10-21 14:38:10 +01:00
smheidrich
162733ad74
Fix docs on which dirs are mounted in container
2022-10-20 09:58:58 +02:00
Joe Rickerby
6c361f0193
Merge pull request #1314 from pypa/pylint-fix
2022-10-17 22:07:43 +01:00
pre-commit-ci[bot]
53a4e86577
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/asottile/pyupgrade: v3.0.0 → v3.1.0](https://github.com/asottile/pyupgrade/compare/v3.0.0...v3.1.0 )
- [github.com/asottile/setup-cfg-fmt: v2.0.0 → v2.1.0](https://github.com/asottile/setup-cfg-fmt/compare/v2.0.0...v2.1.0 )
- [github.com/codespell-project/codespell: v2.2.1 → v2.2.2](https://github.com/codespell-project/codespell/compare/v2.2.1...v2.2.2 )
2022-10-17 20:00:35 +00:00
cibuildwheel-bot[bot]
68cbf29979
Update dependencies
2022-10-17 06:50:14 +00:00
Joe Rickerby
4a679749fa
Suppress pylint warning
2022-10-16 12:33:09 +01:00
Joe Rickerby
c083b12e41
Add a test to check that the warning is detected when produced
2022-10-16 12:17:54 +01:00
mayeut
fed1314511
fix: warning when building macOS arm64 wheels
...
When `MACOSX_DEPLOYMENT_TARGET` is not set by the user, cibuildwheel always defaults to `10.9`.
This leads to warning when building arm64 wheels.
This commit removes the warning by setting the default to `11.0` for arm64 builds.
2022-10-14 23:56:57 +02:00
Joe Rickerby
1904551399
Bump version: v2.11.1
v2.11.1
2022-10-13 11:45:09 +01:00
Joe Rickerby
eb50dffe41
Merge pull request #1309 from pypa/update-dependencies-pr
...
[Bot] Update dependencies
2022-10-13 11:40:00 +01:00
Joe Rickerby
a560b0e86e
Fix mistake in Gitlab CI config
2022-10-13 10:13:23 +01:00
cibuildwheel-bot[bot]
80a2e1ab43
Update dependencies
2022-10-13 09:02:38 +00:00
Joe Rickerby
a9ad61c87f
Bump version: v2.11.0
v2.11.0
2022-10-13 09:54:44 +01:00
Joe Rickerby
563b1c159b
Merge pull request #1296 from pypa/example-configs
...
CI updates, fix up example configs
2022-10-13 09:07:15 +01:00
Joe Rickerby
bea8df945a
Merge pull request #1307 from minrk/circle-aarch64
...
docs for native arm building on circleci
2022-10-13 09:05:37 +01:00
Min RK
4c3062199e
add linux-aarch64 to circleci tests
2022-10-12 13:43:33 +02:00
Min RK
76b3bfcf95
Merge branch 'main' into circle-aarch64
2022-10-12 13:38:52 +02:00
Joe Rickerby
d7f615add6
Merge pull request #1295 from wbarnha/extend-gitlab-qemu
...
Update GitLab support
2022-10-12 09:19:06 +01:00
Min RK
b34af8dcc7
README: circleci supports linux arm
2022-10-12 09:31:45 +02:00
Min RK
ea535dca43
add native arm builds to circleci-minimal example
2022-10-12 09:23:58 +02:00
Min RK
344d3e5845
pyzmq uses circleci for native arm builds
2022-10-12 09:23:43 +02:00
cibuildwheel-bot[bot] and cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
27be463f2e
[Bot] Update dependencies ( #1302 )
...
Update dependencies
Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
2022-10-11 10:06:49 -04:00
Henry Schreiner
13b92f9c2d
fix: hide root pip warning on Linux ( #1304 )
...
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
2022-10-11 10:06:35 -04:00
Joe Rickerby
f8699095c6
Merge remote-tracking branch 'origin/main' into extend-gitlab-qemu
2022-10-11 09:07:22 +01:00
Joe Rickerby
cc638121b5
Merge pull request #1305 from pypa/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2022-10-11 09:00:17 +01:00
Joe Rickerby
61999a886b
Merge pull request #1144 from zooba/arm64
...
Enable building for Windows ARM64 on a non-ARM64 device
2022-10-11 08:52:23 +01:00
Matthieu Darbois
cdb1c5a49e
fix(tests): use a specific PIP_CACHE_DIR per worker ( #1301 )
...
This should most likely resolve random failures seen with pip when running tests in parallel.
2022-10-10 22:02:28 -04:00
pre-commit-ci[bot]
c5e88d2dfe
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/asottile/pyupgrade: v2.38.2 → v3.0.0](https://github.com/asottile/pyupgrade/compare/v2.38.2...v3.0.0 )
- [github.com/psf/black: 22.8.0 → 22.10.0](https://github.com/psf/black/compare/22.8.0...22.10.0 )
- [github.com/pre-commit/mirrors-mypy: v0.981 → v0.982](https://github.com/pre-commit/mirrors-mypy/compare/v0.981...v0.982 )
2022-10-10 20:30:10 +00:00
William Barnhart
08d5c4b408
Merge branch 'main' into extend-gitlab-qemu
2022-10-10 09:50:56 -04:00
Matthieu Darbois
758dfec593
chore: better error message when python is missing in an OCI image ( #1298 )
2022-10-09 16:44:14 +02:00
Henry Schreiner
1ee0692f68
Revert "ci: avoid editable installs with old pip"
...
This reverts commit 0fe600eea3 .
2022-10-08 15:58:04 -04:00
Henry Schreiner
0fe600eea3
ci: avoid editable installs with old pip
2022-10-08 15:53:46 -04:00
William Barnhart
309fc010b9
add cross building for pybind on gitlab to example
2022-10-07 11:20:11 -04:00
William Barnhart
89c04635b5
Merge branch 'main' into extend-gitlab-qemu
2022-10-07 10:45:21 -04:00
William Barnhart
768f964056
cleanup and add windows to .gitlab-ci.yml
2022-10-07 10:44:39 -04:00
Henry Schreiner
7c4bbf8cb3
chore: minor cleanups from reverb ( #1293 )
...
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
2022-10-07 08:47:31 -04:00
Joe Rickerby
6086673d33
Fix badge URL
2022-10-07 12:16:57 +01:00
Joe Rickerby
ac403a6e88
Update azure image to 20.04 in example and our CI
2022-10-07 12:16:50 +01:00
Joe Rickerby
c940b2ee0c
Fix Gitlab support for bin/run_example_ci_config.py
2022-10-07 10:11:22 +01:00
Joe Rickerby
7a40973ed4
Specify python version
...
Travis still defaults to 3.6, which is EOL!
2022-10-07 10:06:51 +01:00
Joe Rickerby
d4e4886f55
Update azure image
2022-10-07 10:06:21 +01:00
Joe Rickerby
3b75524632
Fix badge URLs
2022-10-07 10:04:37 +01:00
William Barnhart
d961fbd89a
remove submodule checkout
2022-10-07 00:48:01 -04:00
William Barnhart
dd4314f570
Update windows support on GitLab
2022-10-07 00:46:01 -04:00
William Barnhart
ee6b4fdf2d
Be more explicit about platform and arch
2022-10-06 18:59:01 -04:00
William Barnhart
543f077829
Update support for Linux ARM on GitLab
2022-10-06 14:09:30 -04:00