Joe Rickerby
3926ceaf45
Merge pull request #787 from henryiii/henryiii/docs/prerel
2021-08-08 08:43:40 +01:00
Henry Schreiner
7f6350e97a
docs: remove mention of prerelease flag for 3.10
2021-08-07 23:38:44 -04:00
Joe Rickerby
c713c6053d
Bump version: v2.1.1
v2.1.1
2021-08-07 20:06:19 +01:00
Joe Rickerby
f45570bf0d
Merge branch 'main' of github.com:pypa/cibuildwheel into main
2021-08-07 20:03:45 +01:00
Joe Rickerby
713b3d6cea
Merge pull request #786 from pypa/enable-3.10
...
Bring 3.10 out of prerelease
2021-08-07 20:02:19 +01:00
Joe Rickerby
df0ef63b72
Fix build selector unit test
2021-08-07 18:38:23 +01:00
Joe Rickerby
c2b9a4c77c
Bring 3.10 out of prerelease
2021-08-07 18:28:58 +01:00
Joe Rickerby
f678ee3e47
Add missing date to changelog
2021-08-07 18:26:48 +01:00
Joe Rickerby
8d1238f8e0
Bump version: v2.1.0
2021-08-07 18:18:50 +01:00
cibuildwheel-bot[bot] and joerick
f8c608c268
Update dependencies ( #785 )
...
Co-authored-by: joerick <joerick@users.noreply.github.com >
2021-08-07 11:48:34 +00:00
Joe Rickerby
bc6e907b10
Merge pull request #784 from Hanaasagi/fix-typo
...
fix the libffi package name in doc
2021-08-05 19:10:52 +01:00
Hanaasagi
3a068dc6a4
fix: fix the libffi package name in doc
2021-08-04 14:26:40 +00:00
pre-commit-ci[bot] and pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
21d0740883
[pre-commit.ci] pre-commit autoupdate ( #782 )
...
updates:
- [github.com/asottile/pyupgrade: v2.23.0 → v2.23.1](https://github.com/asottile/pyupgrade/compare/v2.23.0...v2.23.1 )
- [github.com/PyCQA/isort: 5.9.2 → 5.9.3](https://github.com/PyCQA/isort/compare/5.9.2...5.9.3 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2021-08-03 10:45:57 -04:00
cibuildwheel-bot[bot] and mayeut
529af6e040
Update dependencies ( #781 )
...
Co-authored-by: mayeut <mayeut@users.noreply.github.com >
2021-08-02 13:57:05 +02:00
cibuildwheel-bot[bot] and mayeut
ca25f5ffa9
Update dependencies ( #778 )
...
Co-authored-by: mayeut <mayeut@users.noreply.github.com >
2021-07-31 17:27:33 +02:00
pre-commit-ci[bot] and pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1abdfcbea1
[pre-commit.ci] pre-commit autoupdate ( #777 )
...
updates:
- [github.com/asottile/pyupgrade: v2.21.2 → v2.23.0](https://github.com/asottile/pyupgrade/compare/v2.21.2...v2.23.0 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2021-07-28 22:10:19 -04:00
Joe Rickerby
f009800972
Merge pull request #776 from pypa/update-dependencies-pr
...
[Bot] Update dependencies
2021-07-26 08:58:33 +01:00
mayeut
9232b130d7
Update dependencies
2021-07-26 06:10:35 +00:00
Joe Rickerby
2de5bf4b90
Bump version: v2.0.1
v2.0.1
2021-07-25 14:39:54 +01:00
cibuildwheel-bot[bot] and mayeut
de753937f4
Update dependencies ( #771 )
...
Co-authored-by: mayeut <mayeut@users.noreply.github.com >
2021-07-25 12:36:10 +02:00
Joe Rickerby
c936190712
Merge pull request #770 from pypa/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2021-07-20 18:58:20 +01:00
Henry Schreiner
388ce41451
ci: fix authentication failure checking projects ( #769 )
2021-07-19 23:23:06 +02:00
pre-commit-ci[bot]
b452a5c42f
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/asottile/pyupgrade: v2.21.0 → v2.21.2](https://github.com/asottile/pyupgrade/compare/v2.21.0...v2.21.2 )
- [github.com/psf/black: 21.6b0 → 21.7b0](https://github.com/psf/black/compare/21.6b0...21.7b0 )
2021-07-19 21:15:24 +00:00
Joe Rickerby
2016270d0a
Merge pull request #767 from dvarrazzo/backslash-quotes-example
...
Add an example of PATH customisation on Windows
2021-07-19 18:36:31 +01:00
Daniele Varrazzo
413c9f30dd
Quote the $(date) in the yaml example for consistency with pyproject.toml
2021-07-19 17:16:23 +02:00
Daniele Varrazzo
976173f6e1
Add example of Windows PATH manipulation in pyproject.toml too
2021-07-19 17:16:16 +02:00
Daniele Varrazzo
3e712f1a6c
No need to strip trailing eol in multiline environment example
2021-07-19 15:24:39 +02:00
Daniele Varrazzo
b306ab4ac7
Simplify yaml env vars examples
...
Don't use yaml double quotes because they imply a round of escaping
(unlike single quotes or multiline strings).
2021-07-19 14:00:11 +02:00
Daniele Varrazzo
51b021e08a
Add an example of PATH customisation on Windows
...
On Windows you often find directories containing spaces. The relation
between quotes and escaping is not intuitive, see #765 .
2021-07-18 17:19:41 +02:00
Joe Rickerby
356f81ca60
Add date to changelog entry
2021-07-17 11:21:37 +01:00
Joe Rickerby
d8c7cb2cea
Bump version: v2.0.0
v2.0.0
2021-07-16 12:05:12 +01:00
Joe Rickerby
643ad1ad4f
Merge pull request #760 from henryiii/henryiii/docs/cmake
...
docs: add two projects
2021-07-16 10:26:31 +01:00
Joe Rickerby
186296d02a
Merge pull request #759 from henryiii/henryiii/docs/multiline
...
docs: multiline examples
2021-07-16 10:26:19 +01:00
Henry Schreiner
7a830777de
chore: update_proj
2021-07-15 22:51:45 -04:00
Henry Schreiner
bed7c6980c
chore: improvements to the noxfile
2021-07-15 22:44:39 -04:00
Henry Schreiner
64236303df
docs: add cmake/ninja to projects
2021-07-15 22:38:58 -04:00
Henry Schreiner
d31df17f3a
docs: add multiline examples
2021-07-15 22:30:35 -04:00
Henry Schreiner
25c27ad283
style: check spelling in pre-commit ( #758 )
2021-07-14 13:45:04 -04:00
Joe Rickerby
94ce795776
Merge pull request #754 from pypa/update-dependencies-pr
...
[Bot] Update dependencies
2021-07-14 18:24:00 +01:00
mayeut
e132ce0b0e
Update dependencies
2021-07-14 12:41:25 +00:00
Joe Rickerby
f6f1568b1e
Merge pull request #756 from pypa/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2021-07-14 09:20:32 +01:00
pre-commit-ci[bot]
f5c69b0901
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/asottile/pyupgrade: v2.20.0 → v2.21.0](https://github.com/asottile/pyupgrade/compare/v2.20.0...v2.21.0 )
- [github.com/PyCQA/isort: 5.9.1 → 5.9.2](https://github.com/PyCQA/isort/compare/5.9.1...5.9.2 )
2021-07-12 22:42:50 +00:00
Joe Rickerby
5e6ffa9f25
Bump version: v2.0.0b2
v2.0.0b2
2021-07-09 22:18:03 +01:00
Joe Rickerby
718335b32d
Merge pull request #753 from henryiii/henryiii/fix/revert
...
fix(action): use bash instead of powershell
2021-07-09 22:16:33 +01:00
Henry Schreiner
55264c914f
fix(action): use bash
2021-07-09 16:24:47 -04:00
Joe Rickerby
63720bbc67
Bump version: v2.0.0b1
v2.0.0b1
2021-07-09 18:56:12 +01:00
Henry Schreiner and Joe Rickerby
87499d4230
ci: fix circle ci image ( #750 )
...
* ci: fix circle min image
* Apply suggestions from code review
Co-authored-by: Joe Rickerby <joerick@mac.com >
Co-authored-by: Joe Rickerby <joerick@mac.com >
2021-07-09 13:30:06 -04:00
Moritz
0c32cc162e
docs: fix toml syntax in example config code. ( #751 )
2021-07-09 12:23:06 -04:00
Henry Schreiner and Joe Rickerby
4307b52ff2
fix: support space in constraints file path ( #738 )
...
* tests: add space in constraints file
* fix: use uri strings in PIP_CONSTRAINTS
* WIP: try using quotes instead of uri
* Update cibuildwheel/windows.py
* Revert "Update cibuildwheel/windows.py"
This reverts commit 0951425524166677fdfd8df7e6bbbc9782ea2fb0.
* Revert "WIP: try using quotes instead of uri"
This reverts commit 5790eda4c6f231d5958f4cbd720683f787eea042.
* fix: work around pip bug with URI handling
* WIP: try biger hack
* fix: try using temporary file
* refactor: use common prefix for install dir on Windows
* Use more flexible type PathOrStr to simplify
* Rename variables to make slightly clearer
Co-authored-by: Joe Rickerby <joerick@mac.com >
2021-07-09 09:16:20 -04:00
Joe Rickerby
30954282fd
Merge pull request #739 from pypa/options-table
...
Update options table in README for CIBW_BUILD_FRONTEND
2021-07-08 09:03:35 +01:00