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
|
186e09d543
|
Implementing @mayeut's suggestion for alternative way of generating CPython/PyPy manylinux and Windows platform tags in test/shared/utils.py
|
2020-02-15 23:24:51 +01:00 |
|
Yannick Jadoul
|
ae6832e18d
|
Building PyPy wheels on macOS
|
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 |
|
Yannick Jadoul
|
dd26ef8ac6
|
Updated PyPy from 7.1.1 to 7.2.0
|
2020-02-15 23:24:51 +01:00 |
|
Yannick Jadoul
|
ef80beb433
|
Skipping PyPy for 06_docker_images test, and manylinux1 and manylinux2014 runs of 08_manylinuxXXXX_only test
|
2020-02-15 23:24:51 +01:00 |
|
Yannick Jadoul
|
100fc14411
|
Adding PyPy builds to Linux, using the manylinux2010-pypy_x86_64 image
|
2020-02-15 23:24:51 +01:00 |
|
Joe Rickerby
|
cf8fa693b8
|
Change flake8 config to make it easier to run locally
|
2020-02-15 12:15:44 +00:00 |
|
Yannick Jadoul
|
d9948da29a
|
Merge pull request #212 from nsoranzo/flake8
Fix all PEP-008 issues
|
2020-02-14 18:14:36 +01:00 |
|
Nicola Soranzo
|
c738481e82
|
Rename main_util_fixtures.py to conftest.py to allow fixture auto discovery
Also fix new PEP-008 issues.
|
2020-02-14 15:50:06 +00:00 |
|
Nicola Soranzo
|
c15d656726
|
Add a CircleCI job for flake8
|
2020-02-14 15:50:06 +00:00 |
|
Nicola Soranzo
|
cab6ecef24
|
Fix all PEP-008 issues
|
2020-02-14 15:50:06 +00:00 |
|
Yannick Jadoul
|
1e420a9b57
|
Merge pull request #270 from YannickJadoul/debug-virtualenv
Fixing macOS CI and tests after lastest release of virtualenv
|
2020-02-14 14:06:17 +01:00 |
|
Yannick Jadoul
|
691174cf11
|
Keeping virtualenv<20 on macOS, until problems get fixed by new release
|
2020-02-14 13:32:49 +01:00 |
|
Yannick Jadoul
|
0b0830fbbb
|
Merge pull request #265 from YannickJadoul/drop-2.7
Dropping Python 2.7 host support
|
2020-02-04 23:35:19 +01:00 |
|
Yannick Jadoul
|
165e51aec5
|
Remove 'from __future__ import print_function' lines
|
2020-02-04 11:58:52 +01:00 |
|
Grzegorz Bokota
|
48055273f1
|
Remove inheritance from object base
|
2020-02-04 11:58:52 +01:00 |
|
Yannick Jadoul
|
e8d121552c
|
Remove a few more Python 2-compatibility workarounds
|
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 |
|
Yannick Jadoul
|
b900b2d51e
|
Ditching run_docker for subprocess.run
|
2020-02-04 11:58:52 +01:00 |
|
Yannick Jadoul
|
9fe8d29545
|
Dropping Python 2 from setup.py
|
2020-02-04 11:58:52 +01:00 |
|
Yannick Jadoul
|
692c64ffd9
|
Removing Python 2 configurations for CI runs
|
2020-02-04 11:58:50 +01:00 |
|
Joe Rickerby
|
67022e620e
|
Merge pull request #263 from joerick/cython-error-reporting
Raise a warning if .so files were found in a project that fails to build
|
2020-02-03 20:33:54 +00:00 |
|
Yannick Jadoul
|
ffec9aecf8
|
Update line in docs/cpp_standards.md on setting MACOSX_DEPLOYMENT_TARGET >= 10.9 (see #220)
|
2020-02-02 20:07:22 +01:00 |
|
Joe Rickerby
|
17a224c525
|
Ignore a python2 virtualenv too
|
2020-02-02 15:16:36 +00:00 |
|
Joe Rickerby
|
4bc851ddf2
|
Add an editorconfig to standardise styles across projects
See https://editorconfig.org/
|
2020-02-02 15:16:23 +00:00 |
|
Joe Rickerby
|
0124d174be
|
Raise a warning if .so files were found in a project that fails to build
Fix #139
|
2020-02-02 14:33:36 +00:00 |
|
Joe Rickerby
|
8236877f02
|
Merge pull request #220 from mayeut/macos-platform
Only build x86_64 / Intel 10.9+ on macOS
|
2020-02-01 23:07:47 +00:00 |
|
Joe Rickerby
|
c3f628d03d
|
Add migration for build identifier change, and test for migration
|
2020-02-01 21:44:07 +00:00 |
|
Joe Rickerby
|
a97b6a13f1
|
Fix test protection reference
|
2020-01-31 17:11:56 +00:00 |
|
Joe Rickerby
|
a143ff2bfd
|
Use the internal download() function rather than curl
|
2020-01-31 17:06:58 +00:00 |
|
Joe Rickerby
|
1a7d1d8cb1
|
Add MACOSX_DEPLOYMENT_TARGET flag and don't overwrite user-set env vars
|
2020-01-31 17:05:32 +00:00 |
|
Joe Rickerby
|
68d688c016
|
Merge pull request #257 from YannickJadoul/newer-dockcross-images
Clean up temporary workaround in test/06_docker_images/cibuildwheel_test.py
|
2020-01-31 15:50:42 +00:00 |
|
Yannick Jadoul
|
88029d2a28
|
Clean up temporary workaround in test/06_docker_images/cibuildwheel_test.py
|
2020-01-30 17:20:14 +01:00 |
|
mayeut
|
513ef49cd4
|
Only build x86_64 / Intel 10.9+ on macOS
|
2020-01-29 22:59:01 +01:00 |
|
Joe Rickerby
|
b779a88fde
|
Add note about 254 {vmImage: 'vs2017-win2016'} on Azure to docs
See #254
|
2020-01-28 21:28:22 +00:00 |
|
Joe Rickerby
|
379cf2dc13
|
Merge pull request #156 from Czaki/master
upgrade macos version for support c++11
|
2020-01-27 18:53:32 +00:00 |
|
Grzegorz Bokota
|
b64b106fbd
|
use pypi wheel
|
2020-01-27 09:36:41 +01:00 |
|
Joe Rickerby
|
973ecf53b3
|
Merge pull request #249 from joerick/pypi-token-examples
Switch examples to use PyPI API tokens
|
2020-01-19 01:07:33 +00:00 |
|
Joe Rickerby
|
186599a1f0
|
Switch examples to use PyPI API tokens
|
2020-01-18 11:15:40 +00:00 |
|
Yannick Jadoul
|
aca7611fc4
|
Merge pull request #248 from YannickJadoul/travis-ci-if-tagged
Remove check for branch of tags in examples/travis-ci-test-and-deploy.yml; fix #246
|
2020-01-17 11:00:00 +01:00 |
|
Yannick Jadoul
|
9d44d9edf0
|
Remove check for branch of tags in examples/travis-ci-test-and-deploy.yml; fix #246
|
2020-01-16 17:17:20 +01:00 |
|
Grzegorz Bokota
|
2473c405bc
|
again change pinned version of wheel
|
2020-01-16 16:10:05 +01:00 |
|
Grzegorz Bokota
|
984df80ec9
|
change pinned version of wheel
|
2020-01-16 16:10:05 +01:00 |
|
Yannick Jadoul
|
0d5a2a7843
|
Moving MACOSX_DEPLOYMENT_TARGET from test utils' expected_wheels to run_cibuildwheel, and some minor style fixes
|
2020-01-16 16:10:05 +01:00 |
|
Grzegorz Bokota
|
1f784a1a29
|
fix conflicts with main branch
|
2020-01-16 16:10:05 +01:00 |
|
Yannick Jadoul
|
e64916fe9c
|
Rewording a few things in cpp_standards.md, and some other minor fixes
|
2020-01-16 16:10:05 +01:00 |
|
Grzegorz Bokota
|
9cb796edcd
|
update docs
|
2020-01-16 16:10:05 +01:00 |
|