This website requires JavaScript.
b779a88fde
Add note about 254 {vmImage: 'vs2017-win2016'} on Azure to docs
Joe Rickerby
2020-01-28 21:28:22 +00:00
379cf2dc13
Merge pull request #156 from Czaki/master
Joe Rickerby
2020-01-27 18:53:32 +00:00
b64b106fbd
use pypi wheel
Grzegorz Bokota
2020-01-27 09:36:41 +01:00
973ecf53b3
Merge pull request #249 from joerick/pypi-token-examples
Joe Rickerby
2020-01-19 01:07:33 +00:00
186599a1f0
Switch examples to use PyPI API tokens
Joe Rickerby
2020-01-18 11:15:40 +00:00
aca7611fc4
Merge pull request #248 from YannickJadoul/travis-ci-if-tagged
Yannick Jadoul
2020-01-17 11:00:00 +01:00
9d44d9edf0
Remove check for branch of tags in examples/travis-ci-test-and-deploy.yml; fix #246
Yannick Jadoul
2020-01-16 17:06:07 +01:00
2473c405bc
again change pinned version of wheel
Grzegorz Bokota
2020-01-14 19:48:47 +01:00
984df80ec9
change pinned version of wheel
Grzegorz Bokota
2019-12-21 13:58:55 +01:00
0d5a2a7843
Moving MACOSX_DEPLOYMENT_TARGET from test utils' expected_wheels to run_cibuildwheel, and some minor style fixes
Yannick Jadoul
2019-12-09 11:58:50 +01:00
1f784a1a29
fix conflicts with main branch
Grzegorz Bokota
2019-12-09 09:03:29 +01:00
e64916fe9c
Rewording a few things in cpp_standards.md, and some other minor fixes
Yannick Jadoul
2019-12-09 00:39:29 +01:00
9cb796edcd
update docs
Grzegorz Bokota
2019-12-01 23:54:45 +01:00
758f158bbd
Update information about need to use modern standards in c++
Grzegorz Bokota
2019-12-01 23:02:04 +01:00
d17517902e
Merge pull request #241 from Czaki/fix_docs_link
Joe Rickerby
2020-01-07 08:50:51 +00:00
200d4e3b8c
fix link for CIBW_BUILD_VERBOSITY in README.md
Grzegorz Bokota
2020-01-07 09:04:58 +01:00
9648b44bdf
Merge pull request #232 from Czaki/improve_platform_tag_tests
Yannick Jadoul
2019-12-30 20:12:38 +01:00
492b5f4039
Splitting off fake_project_dir fixture from mock_protection, only mocking os.path.exist for setup.py in the mocked project directory
Yannick Jadoul
2019-12-27 00:56:00 +01:00
651f6a9172
Merge pull request #238 from mayeut/update-python
Matthieu Darbois
2019-12-26 16:07:19 +01:00
fabb82e9cf
Add manylinux2014 to unit_test/main_options_test.py::test_manylinux_images
Yannick Jadoul
2019-12-26 15:03:13 +01:00
8bfe9ac6cd
Fix @joerick's remarks in unit_test/main_options_test.py
Yannick Jadoul
2019-12-26 14:41:24 +01:00
de55153931
Remove 'from cibuildwheel import linux, macos, windows' from new tests, as imports are done in fixtures
Yannick Jadoul
2019-12-16 23:39:18 +01:00
a9c968868a
Fix main_platform_test.py::test_platform_argument, making sure --platform overrides CIBW_PLATFORM
Yannick Jadoul
2019-12-16 11:32:09 +01:00
05e7858815
Refactoring main_function_test.py
Yannick Jadoul
2019-12-15 20:28:38 +01:00
5e33011229
remove apply_mock_protection by making it fixture
Grzegorz Bokota
2019-12-15 15:38:54 +01:00
0b707b22ed
split test function on parts to be more readable.
Grzegorz Bokota
2019-12-15 14:54:54 +01:00
d66e201c3f
test main function with unit tests
Grzegorz Bokota
2019-11-30 17:57:40 +01:00
6732812ad7
Update CPython on macOS / Windows
mayeut
2019-12-26 14:26:58 +01:00
cbb7eafd1f
Remove extras spaces
mayeut
2019-12-26 14:25:33 +01:00
be721153af
Merge pull request #231 from YannickJadoul/docs-include-examples
Joe Rickerby
2019-12-26 11:57:52 +00:00
ef67ddd351
Merge pull request #237 from Czaki/repeat_get_pip_download
Joe Rickerby
2019-12-26 11:23:09 +00:00
0af635fb86
Update cibuildwheel/macos.py
Grzegorz Bokota and Matthieu Darbois
2019-12-18 23:22:19 +01:00
32182f3edc
re raise last exception in windows
Grzegorz Bokota
2019-12-17 23:23:57 +01:00
ebcda4d049
Update cibuildwheel/macos.py
Grzegorz Bokota and Matthieu Darbois
2019-12-17 22:40:00 +01:00
dd9b665c1d
retry on macos with cli arguments
Grzegorz Bokota
2019-12-17 21:34:26 +01:00
e00f03047a
reduce repetition in download retry
Grzegorz Bokota
2019-12-17 11:53:57 +01:00
e0b385a520
Move windows repetition download to download function.
Grzegorz Bokota
2019-12-17 10:55:16 +01:00
a1832ae6c6
Repeat get-pip download on fail
Grzegorz Bokota
2019-12-17 01:08:14 +01:00
795413e5c0
Fix typo in docs
Yannick Jadoul
2019-12-15 13:55:44 +01:00
eda3dc1a4f
Moving Azure, AppVeyor, and CircleCI minimal examples in docs also to their own file under examples/
Yannick Jadoul
2019-12-10 14:57:25 +01:00
472fa32d9f
Added {% include ... %} directive for including examples/travis-ci-minimal.yml in docs/setup.md
Yannick Jadoul
2019-12-08 23:46:20 +01:00
2f41683e85
Including example Travis CI configuration from examples/ directory in docs/setup.md
Yannick Jadoul
2019-11-29 23:09:18 +01:00
7709989603
Bump version
v1.1.0
Joe Rickerby
2019-12-07 14:58:10 +00:00
31e67c4f1f
Update changelog
Joe Rickerby
2019-12-07 14:58:00 +00:00
11bde36627
Merge pull request #234 from Czaki/fix_setup_cfg
Joe Rickerby
2019-12-07 14:35:38 +00:00
5941ba7daf
add tests
Grzegorz Bokota
2019-12-05 20:57:22 +01:00
c1df977e11
change directory to not conflict with setup.cfg of package
Grzegorz Bokota
2019-12-03 21:41:05 +01:00
1dbb12daaa
Add manylinux2014 x86_64/i686 (#215 )
Matthieu Darbois
2019-12-02 11:07:56 +01:00
a005e263fc
Merge pull request #233 from Czaki/fix_doc_environment
Joe Rickerby
2019-12-02 08:54:26 +00:00
2a1081c5e5
update docs with information about more than one environment variable.
Grzegorz Bokota
2019-12-01 18:38:26 +01:00
9c908daf27
Merge pull request #226 from Czaki/fix_platform_bug
Joe Rickerby
2019-11-29 09:34:52 +00:00
054be2eff2
Merge pull request #228 from SethMMorton/update-travis-examples
Joe Rickerby
2019-11-28 22:45:09 +00:00
20ba988b72
Add an example folder with Travis-CI examples
Seth Morton
2019-11-25 18:59:07 -08:00
190b013c61
Update Travis CI examples
Seth Morton
2019-11-25 12:43:26 -08:00
c966c6d098
Add mock for better protection of unit tests launch.
Grzegorz Bokota
2019-11-24 12:17:08 +01:00
d2700bc3b4
fix UnboundLocalError instead of proper error message (#221 )
Grzegorz Bokota
2019-11-21 22:45:33 +01:00
09e72800c6
Run each test using a temporary directory (#217 )
Matthieu Darbois
2019-11-20 22:20:53 +01:00
2b62eef9e7
Merge pull request #211 from nsoranzo/delocate_command
Joe Rickerby
2019-11-20 19:58:19 +00:00
85cba9b1eb
Move Platform-specific variants before Examples
Nicola Soranzo
2019-11-17 19:08:22 +00:00
402ec9e4ac
Address one more review comment
Nicola Soranzo
2019-11-15 02:56:30 +00:00
e9fd9eaead
Address @joerick's comments
Nicola Soranzo
2019-11-15 02:27:29 +00:00
0e04fafd3a
Add CIBW_REPAIR_COMMAND env variable
Nicola Soranzo
2019-11-12 23:34:59 +00:00
34515b78c6
Merge pull request #209 from YannickJadoul/silence-script-not-on-path-warnings
Yannick Jadoul
2019-11-14 11:59:40 +01:00
7d99ccfc7b
Collapse multiple 'pip install's into one in windows.py and macos.py, and replace full path by 'python' in windows.py
Yannick Jadoul
2019-11-12 23:47:06 +01:00
dc01231301
Replace a few shell invocations by simple_shell in windows.py
Yannick Jadoul
2019-11-12 22:25:54 +01:00
96a2505e78
Merge pull request #207 from mayeut/doc-appveyor-linux
Matthieu Darbois
2019-11-12 22:11:27 +01:00
d3fd087166
Run python get-pip.py with Scripts directory in PATH to avoid warnings, and reorder steps to match macOS
Yannick Jadoul
2019-11-12 11:40:21 +01:00
b3f82d52cc
Update doc for AppVeyor on linux
mayeut
2019-11-12 00:43:25 +01:00
7d90a2f16b
Merge pull request #204 from mayeut/appveyor-linux
Matthieu Darbois
2019-11-11 22:24:52 +01:00
f4318e15b7
Keep CI check for platform auto
mayeut
2019-11-10 21:27:50 +01:00
d3450e84ac
Rework platform detection to ignore CI provider.
mayeut
2019-11-10 14:33:08 +01:00
a3e9b7b8ec
Embed readme in project for PyPI
Joe Rickerby
2019-11-10 19:13:49 +00:00
1a9c6a5f66
Add azure pipelines status badge
Joe Rickerby
2019-11-10 19:02:06 +00:00
c44a084a44
Really fix link
Joe Rickerby
2019-11-10 19:01:58 +00:00
1e102b9bc5
Fix link
Joe Rickerby
2019-11-10 15:54:17 +00:00
46f1906e2d
Add docs badge
Joe Rickerby
2019-11-10 15:52:01 +00:00
79c480b896
Update changelog
Joe Rickerby
2019-11-10 15:47:33 +00:00
734ca6bfbd
Remove @tgarc from maintainers
Joe Rickerby
2019-11-10 15:45:34 +00:00
beda529298
Bump version
v1.0.0
Joe Rickerby
2019-11-10 15:16:37 +00:00
292bf42cb0
Merge pull request #169 from joerick/docs
Joe Rickerby
2019-11-10 15:14:09 +00:00
a8d1e69783
Merge pull request #200 from joerick/test-bash-errexit-again
Joe Rickerby
2019-11-10 15:07:45 +00:00
ab53f06bc6
Merge pull request #201 from mayeut/remove-macos-travis-python2
Joe Rickerby
2019-11-10 15:04:01 +00:00
053a154d1d
Merge pull request #197 from mayeut/cibw-dir
Joe Rickerby
2019-11-10 15:03:09 +00:00
7d08bac099
Add note about command line option
Joe Rickerby
2019-11-10 14:57:21 +00:00
8e274700f4
Reformat examples on the options page and add a comment for each one
Joe Rickerby
2019-11-10 14:54:56 +00:00
22ae365ae9
Clean up plugin
Joe Rickerby
2019-11-10 13:22:44 +00:00
ccd22e5a5a
Allow line breaks in table headers
Joe Rickerby
2019-11-10 13:22:35 +00:00
2692162617
Improve BUILD/SKIP options formatting
Joe Rickerby
2019-11-10 13:21:05 +00:00
d112b343e1
Fix link
Joe Rickerby
2019-11-10 13:20:33 +00:00
7ac8798d26
fix element id
Joe Rickerby
2019-11-10 12:08:14 +00:00
a41ce8e4a0
Add options summary to readme
Joe Rickerby
2019-11-09 19:41:42 +00:00
07fd1a3203
Formatting and polish
Joe Rickerby
2019-11-09 19:38:59 +00:00
81ce8116b5
Remove macos python2 on travis-ci
mayeut
2019-11-09 20:18:39 +01:00
c82330b0bc
Use specific cibw directory on Windows to prevent collisions with installed software
mayeut
2019-11-09 10:27:16 +01:00
50a518eac4
Merge remote-tracking branch 'origin/master' into test-bash-errexit-again
Joe Rickerby
2019-11-09 18:41:56 +00:00
42d1610d52
Merge pull request #175 from GjjvdBurg/returncode
Joe Rickerby
2019-11-09 18:41:26 +00:00
ac51d22884
Merge remote-tracking branch 'origin/master' into docs
Joe Rickerby
2019-11-09 18:23:41 +00:00
c42cca1c86
Add test that failing tests fail on manylinux1 specifically
Joe Rickerby
2019-11-09 18:07:46 +00:00
b51434b5a8
Merge pull request #199 from mayeut/cibuildwheel-pythons
Joe Rickerby
2019-11-09 17:49:00 +00:00
7dee79a96b
Add python_requires metadata
mayeut
2019-11-09 12:38:38 +01:00