Joe Rickerby
|
d93547d8be
|
Bump version
v0.8.0
|
2018-05-04 10:04:39 -07:00 |
|
Yannick Jadoul
|
a863e21b14
|
Merge pull request #68 from mayeut/python-update
macOS: update to python 2.7.15
|
2018-05-04 17:43:36 +02:00 |
|
mayeut
|
b4c0150d43
|
macOS/Windows: Update setuptools
|
2018-05-04 17:27:33 +02:00 |
|
Yannick Jadoul
|
c8019dac1d
|
Merge pull request #67 from mayeut/only-drop-linux-python3.3
Drop python 3.3 support on Linux
|
2018-05-04 12:12:48 +02:00 |
|
mayeut
|
e6fa70a910
|
Drop python 3.3 support on Linux
|
2018-05-03 22:05:45 +02:00 |
|
mayeut
|
b19e8b76f3
|
macOS: update to python 2.7.15
|
2018-05-02 22:01:53 +02:00 |
|
Yannick Jadoul
|
23ab1f780e
|
Merge pull request #61 from YannickJadoul/pip-verbose
Adding an option to make the `pip wheel` invocation more or less verbose
|
2018-04-30 15:24:19 +02:00 |
|
Yannick Jadoul
|
eedcd62753
|
Renaming util.get_build_verbosity_flag into util.get_build_verbosity_extra_flags
|
2018-04-30 15:07:56 +02:00 |
|
Joe Rickerby
|
3a4d611da1
|
Bump version
v0.7.2
|
2018-04-25 23:03:14 +01:00 |
|
Joe Rickerby
|
8877990ec6
|
Merge pull request #62 from anthrotype/fix-pip-upgrade-windows
windows: upgrade pip with 'python -m pip'
|
2018-04-25 23:01:58 +01:00 |
|
Cosimo Lupo
|
0cc41fabba
|
windows: upgrade pip with 'python -m pip'
this fixes an "ImportError: cannot import name main" when self-upgrading
pip to latest version 10
see https://github.com/pypa/pip/issues/5240#issuecomment-382989420
|
2018-04-20 10:48:42 +01:00 |
|
Yannick Jadoul
|
8d9d970874
|
Fixing empty verbosity flag argument to subprocess.check_call
|
2018-04-08 21:51:19 +02:00 |
|
Yannick Jadoul
|
c563bca054
|
Adding an to make the pip wheel invocation more or less verbose
|
2018-04-08 21:37:40 +02:00 |
|
Joe Rickerby
|
71503b7143
|
Merge pull request #59 from YannickJadoul/prepare-test-command
Replacing {python} and {pip} in CIBW_TEST_COMMAND (and {project} in C…
|
2018-04-08 18:06:30 +01:00 |
|
Yannick Jadoul
|
e33b6bed77
|
Replacing leftover test_command.format(...) by prepare_command(test_command, ...) in linux.py
|
2018-04-08 16:50:10 +02:00 |
|
Yannick Jadoul
|
99469087ed
|
Replacing {python} and {pip} in CIBW_TEST_COMMAND (and {project} in CIBW_BEFORE_BUILD) for consistency
|
2018-04-07 23:57:58 +02:00 |
|
Joe Rickerby
|
3b847ab0aa
|
Changelog updated
|
2018-04-02 15:50:59 +01:00 |
|
Joe Rickerby
|
7f51b1d8e7
|
Bump version
v0.7.1
|
2018-04-02 15:49:39 +01:00 |
|
Joe Rickerby
|
7f77aa86b1
|
Merge pull request #57 from mayeut/macos-update
macOS: Fix Pip bugs resulting from PyPI TLS 1.2 enforcement
macOS: Fix brew python version
|
2018-04-02 15:48:57 +01:00 |
|
mayeut
|
47873a9175
|
Use latest pip on macos
|
2018-03-31 13:19:12 +02:00 |
|
mayeut
|
c38a33381d
|
Update python versions on macos
|
2018-03-31 13:19:00 +02:00 |
|
mayeut
|
121f7cc678
|
Fix macos python3 test
|
2018-03-31 12:36:59 +02:00 |
|
Joe Rickerby
|
d6361c0e31
|
Update changelog
|
2018-01-07 18:10:27 +00:00 |
|
Joe Rickerby
|
ffb48a61cb
|
Bump version
v0.7.0
|
2018-01-07 18:04:52 +00:00 |
|
Joe Rickerby
|
d16c63ad95
|
Merge pull request #46 from YannickJadoul/alternative-docker-images
Option for alternative docker images for manylinux1
|
2018-01-07 18:02:23 +00:00 |
|
Joe Rickerby
|
d16d81e207
|
Update minimal config example
pip2 and language: generic is required on mac for travis to work.
Fixes #48
|
2018-01-07 17:58:21 +00:00 |
|
Joe Rickerby
|
e5c7bb416d
|
Merge pull request #51 from YannickJadoul/single-subdir-project-fix
Fixing confusion between subdirectory and PyPI projectin call to `pip wheel <subdir>`
|
2018-01-04 22:31:51 +00:00 |
|
Yannick Jadoul
|
a85b535d83
|
Fixing confusion between subdirectory and PyPI projectin call to pip wheel <subdir>
|
2017-12-30 13:27:55 +01:00 |
|
Yannick Jadoul
|
9013a7783f
|
Adding a check for Linux to test 06_docker_images's check for the '/dockcross' directory
|
2017-12-29 13:42:08 +01:00 |
|
Joe Rickerby
|
08194a1db9
|
Add check for running inside the dockcross image
|
2017-12-24 12:53:10 +00:00 |
|
Joe Rickerby
|
a9e05a596a
|
Update README.md
Add extra examples of CIBW_SKIP as discussed in #47
|
2017-12-21 15:54:21 +00:00 |
|
Yannick Jadoul
|
e40f9b2345
|
Added documentation on CIBW_MANYLINUX1_..._IMAGE options to the README
|
2017-11-19 23:59:24 +01:00 |
|
Yannick Jadoul
|
65dccc46b2
|
Disabling skipping of all macos/windows tests for 06_docker_images
|
2017-11-19 23:18:55 +01:00 |
|
Yannick Jadoul
|
d247743713
|
Adding platform-specific arguments (for manylinux1 images)
|
2017-11-19 23:18:10 +01:00 |
|
Yannick Jadoul
|
4e0b3c0f31
|
First try at implementing optionsfor allowing different manylinux1 docker images
|
2017-10-29 11:47:38 +01:00 |
|
Joe Rickerby
|
6bbef964c9
|
Update changelog
|
2017-10-09 19:26:45 +01:00 |
|
Joe Rickerby
|
ede818944e
|
Bump version
v0.6.0
|
2017-10-09 19:09:26 +01:00 |
|
Joe Rickerby
|
9c73dd2ac7
|
Merge pull request #42 from hroncok/patch-2
Add python-admesh to the list of working examples
|
2017-10-09 19:05:22 +01:00 |
|
Miro Hrončok
|
5f7c019392
|
Add python-admesh to the list of working examples
|
2017-09-20 18:09:30 +02:00 |
|
Joe Rickerby
|
cd9eeb72e5
|
Merge pull request #34 from joerick/faster-mac-ci
Faster builds on Mac
|
2017-09-19 20:12:39 +01:00 |
|
Joe Rickerby
|
d075c731b6
|
Merge pull request #36 from YannickJadoul/linux-docker-host-mount
Adding extra mount / to /host on docker invocation for linux wheels
|
2017-09-19 20:11:09 +01:00 |
|
Joe Rickerby
|
8fa41df67d
|
Fix a couple typos
|
2017-09-19 20:09:59 +01:00 |
|
Joe Rickerby
|
0e849c2bcf
|
Merge pull request #37 from joerick/readme-repos-parselmouth
Added the Parselmouth project to the projects using cibuildwheel in the README
|
2017-09-19 12:20:53 +01:00 |
|
Joe Rickerby
|
212fa34d9d
|
Merge pull request #38 from hroncok/patch-1
It's manylinux1_i686, not manylinux1_i386
|
2017-09-19 12:20:37 +01:00 |
|
Miro Hrončok
|
cb73b18bce
|
It's manylinux1_i686, not manylinux1_i386
|
2017-09-18 23:59:46 +02:00 |
|
Yannick Jadoul
|
1730d6fd0b
|
Adding notes on Linux builds in Docker
|
2017-09-16 23:03:14 +02:00 |
|
Joe Rickerby
|
1e9067272d
|
Merge pull request #35 from YannickJadoul/linux-python-bin-path
Adding $PYBIN to path when calling pip wheel
|
2017-09-16 10:04:13 +01:00 |
|
Yannick Jadoul
|
b0afaf33c2
|
Added the Parselmouth project to the projects using cibuildwheel in the README
|
2017-09-14 10:54:01 +02:00 |
|
Yannick Jadoul
|
d0e5a4bb3c
|
Adding extra mount / to /host on docker invocation for linux wheels
|
2017-09-13 22:56:06 +02:00 |
|
Yannick Jadoul
|
4dc8bf447f
|
Adding $PYBIN to path when calling pip wheel
|
2017-09-12 12:37:51 +02:00 |
|