Joe Rickerby
|
7e59d8c61c
|
Change how paths are handled, using 'project is working dir' mentality
|
2020-04-09 16:19:36 +01:00 |
|
Joe Rickerby
|
d5010b8242
|
Merge remote-tracking branch 'origin/master' into support-subdirectory
|
2020-04-09 14:05:09 +01:00 |
|
Grzegorz Bokota
|
13a8c549bf
|
rename opt to options
|
2020-04-08 12:54:58 +02:00 |
|
Grzegorz Bokota
|
6554c3cf86
|
pack build argument in named tuple, introduce typing arguments
|
2020-04-08 12:54:58 +02:00 |
|
Grzegorz Bokota
|
a4602c32dd
|
move calculate constraints outside python setup
|
2020-04-07 00:56:00 +02:00 |
|
Grzegorz Bokota
|
8b465bc94a
|
move python setup to separated function
|
2020-04-05 16:03:35 +02:00 |
|
Joe Rickerby
|
13554d0490
|
Call get-pip.py on Windows with dependency constraint flags
|
2020-03-24 21:09:07 +00:00 |
|
Joe Rickerby
|
ffaad9134b
|
Remove PyPy version from PythonConfiguration
|
2020-03-18 10:11:09 +00:00 |
|
Filip Š
|
1e08d29cfc
|
Use package_dir to specify path to Python package
|
2020-03-13 13:45:14 +01:00 |
|
Joe Rickerby
|
7ab2d599b9
|
Merge branch 'master' of github.com:joerick/cibuildwheel into deterministic-builds
# Conflicts:
# cibuildwheel/__main__.py
# cibuildwheel/linux.py
# cibuildwheel/macos.py
# cibuildwheel/windows.py
|
2020-03-10 21:16:45 +00:00 |
|
Joe Rickerby
|
4caee57c21
|
Merge pull request #242 from Czaki/before_test
Add CIBW_BEFORE_TEST to customize test environment
|
2020-03-08 17:55:59 +00:00 |
|
Joe Rickerby
|
02a52791c9
|
Fix incorrect constraints file on pypy2.7
|
2020-03-08 13:12:27 +00:00 |
|
Joe Rickerby
|
d0e5781832
|
Merge pull request #293 from joerick/windows-chain-commands
Allow chaining of commands on Windows
|
2020-03-07 18:39:04 +00:00 |
|
Joe Rickerby
|
fd1cd2442c
|
Merge remote-tracking branch 'origin/master' into deterministic-builds
|
2020-03-07 18:37:57 +00:00 |
|
Joe Rickerby
|
6265d87d09
|
Try removing the explicit cmd call
|
2020-03-07 12:17:49 +00:00 |
|
Grzegorz Bokota
|
01a7c2d6df
|
reorder before_test
|
2020-03-07 12:24:15 +01:00 |
|
Grzegorz Bokota
|
4e9316036c
|
add before test variable
|
2020-03-07 12:24:15 +01:00 |
|
mayeut
|
7903ff60f9
|
Update CPython 3.8 from 3.8.1 to 3.8.2 on macOS/Windows
Changelog: https://docs.python.org/release/3.8.2/whatsnew/changelog.html#python-3-8-2-final
|
2020-03-07 12:12:08 +01:00 |
|
Joe Rickerby
|
ce5fc12b5f
|
Merge pull request #283 from Czaki/test_virtualenv2
change 02_test to check if virtualenv is properly used another version
|
2020-03-07 10:54:47 +00:00 |
|
Joe Rickerby
|
850db69eb7
|
Try removing appveyor_run_with_env.cmd
|
2020-03-06 10:15:30 +00:00 |
|
Grzegorz Bokota
|
281caf3d2e
|
bugfix for pypy
|
2020-03-02 15:01:02 +01:00 |
|
Grzegorz Bokota
|
6e41e729fe
|
pin virtualenv to <20 on windows
list dir in test
use bin directory in pypy
|
2020-03-02 15:01:02 +01:00 |
|
Joe Rickerby
|
1880b6d14d
|
Merge remote-tracking branch 'origin/master' into deterministic-builds
|
2020-03-01 12:53:07 +00:00 |
|
Joe Rickerby
|
5e16e86355
|
Fix some comments from review
|
2020-03-01 11:09:22 +00:00 |
|
Grzegorz Bokota
|
01dd18bbf8
|
change 02_test to check if virtualenv is properly used
|
2020-03-01 10:14:32 +01:00 |
|
Yannick Jadoul
|
d14427d781
|
Adding more informative error messages
|
2020-02-20 00:17:06 +01:00 |
|
Yannick Jadoul
|
42a231f830
|
Making sure that python and pip are the ones we expect
|
2020-02-20 00:16:03 +01:00 |
|
Yannick Jadoul
|
0423d79e63
|
Dropping PyPy version from PyPy build identifiers
|
2020-02-19 17:10:17 +01:00 |
|
Yannick Jadoul
|
fd0a789988
|
Fix minor review comment from @Czaki and @joerick
|
2020-02-19 17:10:13 +01:00 |
|
Joe Rickerby
|
5187633e26
|
Add the --no-download flag to virtualenv, to prevent it getting the latest
version of pip, setuptools, wheel from PyPI on creation.
Virtualenv will use bundled version of those tools instead
|
2020-02-18 22:03:14 +00:00 |
|
Yannick Jadoul
|
aac5db8a46
|
Cleaning up Python installations on Windows and macOS, and creating PyPy executable python symlinks outside of installation directory
|
2020-02-15 23:24:51 +01:00 |
|
Yannick Jadoul
|
fea54e25ab
|
PyPy 7.3.0 released!
|
2020-02-15 23:24:51 +01:00 |
|
Yannick Jadoul
|
08d3ee1d91
|
Updating PyPy to v7.3.0rc3 on macOS and Windows
|
2020-02-15 23:24:51 +01:00 |
|
Yannick Jadoul
|
e80f7f4774
|
Trying out PyPy 7.3.0rc1 on macOS and Windows
|
2020-02-15 23:24:51 +01:00 |
|
Yannick Jadoul
|
743051a453
|
Using C:\cibw as base folder for PyPy installation (cfr. #197)
|
2020-02-15 23:24:51 +01:00 |
|
Yannick Jadoul
|
129cf601da
|
Building PyPy wheels on Windows
|
2020-02-15 23:24:51 +01:00 |
|
Joe Rickerby
|
103381774c
|
Merge remote-tracking branch 'origin/master' into deterministic-builds
|
2020-02-15 11:45:54 +00:00 |
|
Nicola Soranzo
|
cab6ecef24
|
Fix all PEP-008 issues
|
2020-02-14 15:50:06 +00:00 |
|
Yannick Jadoul
|
165e51aec5
|
Remove 'from __future__ import print_function' lines
|
2020-02-04 11:58:52 +01:00 |
|
Yannick Jadoul
|
67ec8fe99f
|
Removing Python 2-compatible imports of urllib.request.open and shlex.quote
|
2020-02-04 11:58:52 +01:00 |
|
Joe Rickerby
|
b9607ffae7
|
Add ability to pin different dependencies for each python version
|
2020-02-02 17:30:27 +00:00 |
|
Joe Rickerby
|
bad72cbb15
|
Merge remote-tracking branch 'origin/master' into deterministic-builds
|
2020-02-02 15:21:42 +00:00 |
|
Joe Rickerby
|
b159617a3e
|
Vendor get-pip (version 19.3.1)
|
2020-01-31 19:08:19 +00:00 |
|
Joe Rickerby
|
a143ff2bfd
|
Use the internal download() function rather than curl
|
2020-01-31 17:06:58 +00:00 |
|
Joe Rickerby
|
06696c46a0
|
Pin tool dependencies whenever we pip install using a constraints file
|
2020-01-28 22:04:37 +00:00 |
|
mayeut
|
6732812ad7
|
Update CPython on macOS / Windows
- Update CPython 3.7 from 3.7.5 to 3.7.6
- Update CPython 3.8 from 3.8.0 to 3.8.1
|
2019-12-26 14:26:58 +01:00 |
|
mayeut
|
cbb7eafd1f
|
Remove extras spaces
|
2019-12-26 14:25:33 +01:00 |
|
Grzegorz Bokota
|
32182f3edc
|
re raise last exception in windows
|
2019-12-17 23:23:57 +01:00 |
|
Grzegorz Bokota
|
e00f03047a
|
reduce repetition in download retry
|
2019-12-17 11:53:57 +01:00 |
|
Grzegorz Bokota
|
e0b385a520
|
Move windows repetition download to download function.
|
2019-12-17 10:55:16 +01:00 |
|