Joe Rickerby
49077c2a36
Bump version: v1.7.1
2020-12-03 18:02:15 +00:00
Matthew Treinish
e94274db07
Bump pinned default manylinux2010 image version ( #472 )
...
The current pinned version of the manylinux2010 docker image has an
issue where it is trying to use EoL yum repositories
(see pypa/manylinux#836 for more details). The repository path has been
updated on the latest image. This commit bumps the manylinux2010 docker
image version to use the latest version to get this fix.
2020-12-03 17:59:29 +01:00
Joe Rickerby
0fb2ead6fb
Bump version: v1.7.0
2020-11-26 23:29:34 +00:00
Joe Rickerby
54877b96e3
Update dependencies
2020-11-26 18:06:44 +00:00
Joe Rickerby
e0f2f8fdac
Merge pull request #458 from joerick/logger
...
Improve CI logs using fold groups
2020-11-26 17:44:49 +00:00
Joe Rickerby
c065e3ce2d
Scrap the stderr->stdout redirect (we don't seem to need it)
...
Let's keep an eye on this and if we see output outside of the fold
groups we can add it back
2020-11-24 19:04:27 +00:00
Joe Rickerby
27bda4fa64
Hide some errant output
2020-11-24 19:02:50 +00:00
Joe Rickerby
5665b61cbf
Double-check this
2020-11-24 18:53:43 +00:00
Joe Rickerby
4c035a441b
Try using an Unbuffered sys.stderr
2020-11-24 18:48:27 +00:00
Joe Rickerby
c2a7cdf98a
Fix flake8 errors
2020-11-23 21:06:36 +00:00
Joe Rickerby
f8a4fbe42d
Share CI platform detection
2020-11-23 21:00:22 +00:00
Yannick Jadoul
6f3fcf8b12
Fix PATH of CPython 3.8 binary for CIBW_BEFORE_ALL
2020-11-23 00:49:32 +01:00
Yannick Jadoul
2f4ed1fafc
Update to PyPy 7.3.3 ( #460 )
...
* Test PyPy 7.3.3rc1
* Revert "Update Travis CI and CircleCI to use macOS 10.14 " and "Change examples to use macOS >= 10.14"
This reverts commits 870bf3f740 and cd53552b4b .
* PyPy 7.3.3rc2
* PyPy 7.3.3 released
* Revert to using pypywheels docker images
2020-11-22 14:55:04 +01:00
Joe Rickerby
05d7c142e9
Subprocess stderr goes to stdout on Mac and Windows too
2020-11-22 10:35:40 +00:00
Joe Rickerby
4c94e7ef20
Add back newline after stage header. Also flush stdout to help with ordering
2020-11-14 14:28:17 +00:00
Joe Rickerby
a732525084
Move encoding switch to before the unicode decision is made
2020-11-13 19:04:02 +00:00
Joe Rickerby
e8aef6962a
Set output to UTF8 on windows (on Python >= 3.7)
2020-11-13 18:57:07 +00:00
Joe Rickerby
fba3248163
Remove encoding debug code
2020-11-13 18:46:41 +00:00
Joe Rickerby
113350b7fb
Remove unicode test
2020-11-13 18:37:48 +00:00
Joe Rickerby
54858bbd64
Support non-unicode stdout
2020-11-13 18:37:30 +00:00
Joe Rickerby
0227b9d941
Improve debug code
2020-11-13 17:44:13 +00:00
Joe Rickerby
df71e028a9
grumble
2020-11-13 17:41:43 +00:00
Joe Rickerby
8e2381bfb1
add some encoding debug code
2020-11-13 17:40:07 +00:00
Joe Rickerby
1ab1130fe1
Move initialization of the global logger to the end of the file
2020-11-13 16:51:26 +00:00
Joe Rickerby
931f8e106e
Shorten the travis IDs
2020-11-13 16:46:58 +00:00
Joe Rickerby
38297e6663
Add log steps to macOS/Windows
2020-11-13 16:30:35 +00:00
Joe Rickerby and Henry Schreiner
246aa0848e
Update cibuildwheel/util.py
...
Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com >
2020-11-13 15:38:34 +00:00
Joe Rickerby
7914432a68
fix appearance on Travis with headers and identifiers
2020-11-13 15:26:06 +00:00
Joe Rickerby
fbbc295901
Starting a build implicitly closes a log step
2020-11-04 16:08:24 +00:00
Joe Rickerby
06b6823637
Remove some unnecessary step_end calls
2020-11-04 11:48:12 +00:00
Joe Rickerby
75c6e6a0a4
Improvements from code review
2020-11-04 11:11:42 +00:00
Joe Rickerby
fa4a0cbd33
Improve error output
2020-11-01 21:36:44 +00:00
Joe Rickerby
4a736cdcb1
Improve options output
2020-11-01 21:17:25 +00:00
Joe Rickerby
4b402e0593
Experiment
2020-11-01 20:44:38 +00:00
Joe Rickerby
0a32e3bc0e
Improve appearance outside CI
2020-11-01 16:57:22 +00:00
Joe Rickerby
b22001b26d
Add build end message
2020-11-01 15:19:42 +00:00
Joe Rickerby
39b94b7dec
Tidy up log output
2020-11-01 15:19:25 +00:00
Joe Rickerby
152483bcb4
Try putting all build output on stdout
2020-11-01 15:16:28 +00:00
Joe Rickerby
f51c8dc1e3
More tweaks
2020-11-01 12:33:14 +00:00
Joe Rickerby
45c723cdea
Fix folding
2020-11-01 12:03:21 +00:00
Joe Rickerby
dac4006083
More formatting tweaks
2020-11-01 12:00:59 +00:00
Joe Rickerby
f48a84d92f
Improve some formatting
2020-11-01 11:43:28 +00:00
Joe Rickerby
38e7b5a91d
Change to an imperative-style API
2020-11-01 11:34:02 +00:00
Joe Rickerby
4ec28cb37e
Fix flake8
2020-10-31 18:16:23 +00:00
Joe Rickerby
461aa35f99
Initial commit of logger functionality
2020-10-31 17:48:34 +00:00
Joe Rickerby
d12e54af41
Bump version: v1.6.4
2020-10-31 15:56:43 +00:00
Matthieu Darbois and Joe Rickerby
336c80b694
Use certifi provided certificates when downloading files ( #455 )
...
* Use certifi provided certificates when downloading files
* fix typo
* Add comment about certifi usage
Co-authored-by: Joe Rickerby <joerick@mac.com >
Co-authored-by: Joe Rickerby <joerick@mac.com >
2020-10-31 10:06:14 +01:00
Joe Rickerby
1e16497776
Bump version: v1.6.3
2020-10-12 21:05:20 +01:00
Joe Rickerby
441a98f054
Merge pull request #448 from Czaki/dependency_constraints_str
...
Add str representation to DependencyConstraints
2020-10-11 10:42:30 +01:00
mayeut
b2c4f3d385
Update openssl patch from 1.0.2u to 1.1.1h on macOS
...
- Update openssl patch from 1.0.2u to 1.1.1h on macOS
- Remove python 3.5 workaround in install_certifi.py
2020-10-10 18:55:26 +02:00