Yannick Jadoul
52e8f41b5c
Added --print-build-identifiers command line option
2019-04-20 19:02:35 +02:00
Joe Rickerby
054c273997
Bump version
2019-03-10 23:32:06 +00:00
mayeut
1d3c59d804
Update openssl patch from 1.0.2q to 1.0.2r on macOS
2019-03-10 22:28:43 +01:00
Joe Rickerby
0b791dbea5
Merge pull request #130 from YannickJadoul/macos-python-2.7.16
...
Updating version of Python 2.7 to 2.7.16 on macOS
2019-03-10 21:26:04 +00:00
Yannick Jadoul
44256e4aa5
Revert "Running 'pip install --upgrade setuptools' with 'sudo' on macOS, fixing #122 " ( #129 )
...
This reverts commit d79ca07bbb .
2019-03-10 21:25:28 +00:00
Yannick Jadoul
b579cd5f2a
Updating version of Python 2.7 to 2.7.16 on macOS
2019-03-10 21:22:41 +01:00
Joe Rickerby
f1bba58f86
Bump version
2019-02-03 21:54:00 +00:00
Yannick Jadoul
d79ca07bbb
Running 'pip install --upgrade setuptools' with 'sudo' on macOS, fixing #122
2019-01-30 17:36:17 +01:00
mayeut
586b3c7197
Update openssl patch from 1.0.2p to 1.0.2q on macOS
2019-01-07 18:34:46 +01:00
mayeut
0b4475ed07
Update Python from 3.6.7, 3.7.1 to 3.6.8, 3.7.2 on macOS
2019-01-06 23:52:57 +01:00
Yannick Jadoul
38b3b0a3da
Merge pull request #114 from YannickJadoul/deterministic-preamble-order
...
Sorting build options dict items when printing preamble
2018-11-30 16:09:53 +01:00
Yannick Jadoul
5adfce9838
Merge pull request #113 from xanderyzwich/master
...
Refactoring: remove package_name
2018-11-30 00:03:03 +01:00
Yannick Jadoul
bc83839387
Sorting build options dict items when printing preamble
2018-11-30 00:02:18 +01:00
Yannick Jadoul
ccfc3c3aa1
Fixing indentation error, and keeping only check for setup.py in project root directory in __main__.py
2018-11-29 23:26:10 +01:00
unknown
3d23cbf2a6
corrected as per notations from @YannickJadoul on #113
2018-11-29 02:44:19 +00:00
Corey McCarty
c4822ebdd6
Remove Try/Except for package_name #102
...
recommended by @YannickJadoul
2018-11-05 16:30:34 -06:00
corey.d.mccarty
2ca6500bba
removed '--name' pieces for #102
2018-11-05 11:47:31 -05:00
corey.d.mccarty
8dd71189b2
removed 'package-name' as per #102
2018-11-05 11:16:42 -05:00
Yannick Jadoul
a448c02d7f
Fixing "AttributeError: 'Popen' object has no attribute 'args'" on Python 2.7 for Linux builds
2018-10-28 11:51:10 +01:00
Yannick Jadoul
696866bfe1
Merge pull request #111 from mayeut/openssl-update
...
Update openssl patch from 1.0.2o to 1.0.2p on macOS
2018-10-28 11:46:20 +01:00
mayeut
0d3e67b1f9
Update openssl patch from 1.0.2o to 1.0.2p on macOS
2018-10-26 19:25:25 +02:00
mayeut
e3b565320c
Update Python from 3.6.6, 3.7.0 to 3.6.7, 3.7.1 on macOS
2018-10-26 19:23:49 +02:00
Joe Rickerby
2a91396064
Bump version
2018-09-23 22:08:39 +01:00
Joe Rickerby
31c162fa59
Remove Python 3.3 support on windows
2018-09-23 21:38:36 +01:00
Yannick Jadoul
7362075b61
Changing variable name of BuildSelector instance, updating Python version in test 04_build_skip, and adding unit tests for BuildSelector
2018-09-23 13:08:26 +02:00
Yannick Jadoul
a5f89fa7aa
Adding CIBW_BUILD option and changing util.BuildSkipper to util.BuildSelector
2018-09-23 13:07:28 +02:00
Yannick Jadoul
cf73851c61
Merge pull request #97 from YannickJadoul/docker-without-timeout
...
Reordering the Linux docker commands to get rid of timeout logic
2018-09-23 12:18:32 +02:00
Yannick Jadoul
1dbda7af7e
Add '--force' to 'docker rm' command in Linux builds
2018-09-12 11:52:41 +02:00
Yannick Jadoul
b64770a560
Cleaning up use of run_docker and removing some debug output
2018-09-09 16:11:42 +02:00
Yannick Jadoul
d4885fe44a
Fixing outdated Python 2 syntax error
2018-09-09 01:24:07 +02:00
Yannick Jadoul
fcf1e9cd84
Moving stdin communication with docker to run_docker function
2018-09-09 01:23:48 +02:00
Yannick Jadoul
f417a91a57
First try at getting rid of timeout logic in Linux docker handling, by swapping splitting docker run into create and start
2018-09-09 00:53:08 +02:00
Cosimo Lupo
1b9c74aabc
macos: no need to call os.remove, shutil.move overwrites on posix
2018-09-08 18:41:39 +01:00
Cosimo Lupo
c9fffab6ea
remove same-named wheel before shutil.move
...
In https://github.com/adobe-type-tools/afdko/pull/595 we attempt to build a py2.py3 wheel
thus the filename of the wheel is the same as the previous ones, and it causes a shutil.Error
https://travis-ci.org/adobe-type-tools/afdko/jobs/424691105#L1460
just remove the previous existing file before moving the new one (they'll be identical anyway,
or at least they *should*).
2018-09-06 11:34:50 +01:00
Kyle Altendorf
9f7fdbf456
Add CircleCI support ( #91 )
...
* Initial guess at supporting CircleCI
joerick/cibuildwheel#90
* Add note about setup_remote_docker on Circle
* Add diagnostic print of entire docker command
* Add more diagnostic prints
* Retrigger for Circle build
* Preliminary .circleci/config.yml
* Add workflows to Circle
* drop osx on circle
* call python3 directly on circle
* drop repeat pip install
* use a virtualenv on circle
* use a virtualenv on circle... again
* use a virtualenv on circle... again... again
* setup_remote_docker on circle
* try to manually copy into docker on circle
* correct Host
* correct docker calls
* refactor docker calls
* take 2 on the docker cp destination
* more docker cp debugging
* more docker cp debugging... again
* docker cp explicitly to /project
* wait until docker container is up
* wait until docker container is up... again
* and copy results back
* and copy results back... again
* create /output in container
* create /output in container... again
* copy contents of container's /output
* Retrigger ci
* fix merge typo
* fix monotonic
* always install monotonic
* always install monotonic... again
* correct to use project_dir
* wait a bit longer and a bit smarter
* wait a bit longer and a bit smarter... again
* add back circle osx
* add back circle osx... again
* py2/3 for circle
* py2/3 for circle... again
* use python2.7 image on circle linux
* (mostly) remove unused ci host identification code
* skip inspecting docker for the container, just retry copy on failure
* cleanup docker container and images
* fully remove ci host detection
* docs and tidy
* add circle badge
2018-09-05 09:15:32 +01:00
Yannick Jadoul
7c6b331e15
Merge pull request #84 from YannickJadoul/unbuffered-output
...
Applying unbuffered output to all platforms instead of only Windows
2018-09-02 22:49:26 +02:00
Miguel Sousa
20624e44a3
Improve error reporting during package name fetching
2018-08-21 14:11:28 -07:00
Yannick Jadoul
57454e75b0
Applying unbuffered output to all platforms instead of only Windows
2018-08-02 12:04:39 +02:00
Joe Rickerby
8124b14491
Bump version
2018-07-29 18:19:24 +01:00
Joe Rickerby
b3b15f8404
Merge pull request #81 from madig/macos-test-cmd-in-shell
...
macOS: run test_command in shell
2018-07-29 14:05:57 +01:00
Joe Rickerby
6da52a544b
Bump version
2018-07-10 19:03:48 +01:00
Joe Rickerby
95a81f2216
Merge pull request #82 from mayeut/update-macos-python-3.6
...
Update Python 3.6 from 3.6.5 to 3.6.6 on macOS
2018-07-10 18:54:50 +01:00
Joe Rickerby
56c9c9864d
Merge pull request #76 from jlaine/python37-windows
...
Build Windows wheels for Python 3.7 (fixes #75 )
2018-07-10 18:51:47 +01:00
mayeut
bb554acb28
Update Python 3.6 from 3.6.5 to 3.6.6 on macOS
2018-07-07 14:15:45 +02:00
Joe Rickerby
ea3c52631f
Add platform-specific CIBW_TEST_COMMAND and CIBW_TEST_REQUIRES variants
2018-07-05 09:58:05 +01:00
Nikolaus Waxweiler
4a0d05df49
macOS: run test_command in shell
...
Fixes https://github.com/joerick/cibuildwheel/issues/39 .
2018-07-04 15:56:12 +01:00
Joe Rickerby
c1cd99ee4c
Add check for python & pip within the configured python root
2018-07-01 21:38:14 +01:00
Jeremy Lainé
2f1f34f693
Build Windows wheels for Python 3.7 ( fixes #75 )
2018-07-01 22:30:22 +02:00
Joe Rickerby
3ef401b19e
Bump version
2018-07-01 21:28:28 +01:00
Yannick Jadoul
f62b9755e1
Update Python 3.7.0rc1 to 3.7.0 on macOS
2018-06-30 18:28:04 +02:00