Joe Rickerby
d8dd54af11
Update options.md
2021-04-23 15:38:01 +01:00
Joe Rickerby
9975f9c9bb
Copy pass over Options page - readability improvements and extra info
2021-04-23 12:43:56 +01:00
Joe Rickerby
a50dffd844
Fix formatting of code blocks in admonitions
2021-04-23 12:42:44 +01:00
Joe Rickerby
c6ede9b542
Remove some of the backtick token formatting.
...
Using the backtick too much breaks up the flow of the text and makes it
hard to read. Here, I'm deciding that project names are not backtick'd,
unless they're referring to something the user would type. e.g.
❌ the `manylinux` project
✅ the manylinux project
❌ set `CIBW_MANYLINUX_IMAGE` to manylinux2010
✅ set `CIBW_MANYLINUX_IMAGE` to `manylinux2010`
2021-04-23 12:11:43 +01:00
Joe Rickerby
04837dd593
Get rid of huge repetitive MANYLINUX_IMAGE header
2021-04-23 11:06:08 +01:00
Joe Rickerby
e9df889f56
Typography tweaks
2021-04-23 11:05:27 +01:00
Joe Rickerby
940b48f7e6
add note about 3.6+
2021-04-23 10:59:07 +01:00
Joe Rickerby
9c797c271b
Add delvewheel shoutout
...
Fix #459
2021-04-23 10:34:01 +01:00
Joe Rickerby
e6cab342a8
Merge pull request #640 from joerick/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2021-04-22 15:11:51 +01:00
pre-commit-ci[bot]
4ac219c6f0
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/asottile/pyupgrade: v2.11.0 → v2.12.0](https://github.com/asottile/pyupgrade/compare/v2.11.0...v2.12.0 )
- [github.com/PyCQA/flake8: 3.9.0 → 3.9.1](https://github.com/PyCQA/flake8/compare/3.9.0...3.9.1 )
2021-04-19 16:41:13 +00:00
Jack Ting
1344fd4bd1
Bug fix: windows does not have 'which' command ( #641 )
2021-04-14 13:54:54 +02:00
probot-auto-merge[bot]
88e993f452
Merge pull request #636 from joerick/update-dependencies-pr
...
[Bot] Update dependencies
2021-04-06 07:15:33 +00:00
mayeut
5bc6b02eea
Update dependencies
2021-04-06 05:51:46 +00:00
probot-auto-merge[bot]
9f1f5f640d
Merge pull request #635 from joerick/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2021-04-05 17:54:53 +00:00
pre-commit-ci[bot]
710a3095f2
[pre-commit.ci] pre-commit autoupdate
2021-04-05 16:44:43 +00:00
github-actions[bot] and mayeut
b9099f35a0
Update dependencies ( #634 )
...
Co-authored-by: mayeut <mayeut@users.noreply.github.com >
2021-04-05 11:33:28 +02:00
github-actions[bot] and mayeut
076d6b7594
Update dependencies ( #631 )
...
Co-authored-by: mayeut <mayeut@users.noreply.github.com >
2021-03-29 11:07:12 +02:00
Joe Rickerby
b142b09e22
ci: make GHA pre-commit check a precursor to main test ( #624 )
...
* Remove GHA pre-commit check
This check was the same as the check performed by pre-commit.ci, except that the pre-commit.ci is a bit faster and can fix some issues itself, so I'm removing the GHA one in favour of the pre-commit one.
* Add back precommit check and use it as a precursor
This will prevent us wasting CI time on builds that failed precommit
2021-03-26 10:33:55 -04:00
5cbe3e2254
style: apply some cleanups from Sourcery.ai ( #626 )
...
* style: apply some fixes from Sorcery
* Apply suggestions from code review
Co-authored-by: Yannick Jadoul <yannick.jadoul@belgacom.net >
Co-authored-by: Joe Rickerby <joerick@mac.com >
Co-authored-by: Yannick Jadoul <yannick.jadoul@belgacom.net >
Co-authored-by: Joe Rickerby <joerick@mac.com >
2021-03-24 23:23:27 +01:00
pre-commit-ci[bot] and pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
96aa38b56c
[pre-commit.ci] pre-commit autoupdate ( #622 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2021-03-22 14:35:46 -04:00
github-actions[bot] and mayeut
4aecdff16a
chore: update dependencies ( #625 )
...
Co-authored-by: mayeut <mayeut@users.noreply.github.com >
2021-03-22 12:47:58 -04:00
Matti Picus and Yannick Jadoul
6b832703a4
docs: mention apt-get for manylinux2_24 ( #623 )
...
* mention apt-get for manylinux2_24
* Fix typo
* Undo reflow; pushing to a potentially separate PR
Co-authored-by: Yannick Jadoul <yannick.jadoul@belgacom.net >
2021-03-18 15:03:04 -04:00
github-actions[bot]
d223db13d8
Update dependencies ( #617 )
2021-03-08 09:24:28 -05:00
github-actions[bot] and henryiii
c9451facbd
Update dependencies ( #610 )
...
Co-authored-by: henryiii <henryiii@users.noreply.github.com >
2021-03-04 08:56:13 -05:00
Joe Rickerby
38d713fef6
Minor docs updates ( #609 )
2021-03-04 08:55:19 -05:00
Henry Schreiner
4b5e9d8e88
docs: add PyPI field and a few more projects ( #606 )
...
* docs: add PyPI field and a few more projects
* chore: run ./bin/projects.py
2021-03-04 08:54:42 -05:00
Matti Picus
07447ff66c
add search plugin ( #616 )
2021-03-04 12:17:30 +01:00
Henry Schreiner
845bfda599
fix: macos11 universal naming corrected ( #614 )
2021-03-03 13:50:14 -05:00
Arnav Jindal and Yannick Jadoul
bc93615baa
docs: add polaroid to docs/data/projects.yml ( #613 )
...
* Update projects.yml
* Update docs/data/projects.yml
Co-authored-by: Yannick Jadoul <yannick.jadoul@belgacom.net >
* Update README.md through bin/project.py
Co-authored-by: Yannick Jadoul <yannick.jadoul@belgacom.net >
2021-03-03 10:54:22 -05:00
Joe Rickerby
86b00da754
Minor docs updates
2021-02-26 16:36:35 +00:00
Joe Rickerby
84f82a5898
Bump version: v1.10.0
v1.10.0
2021-02-23 21:07:56 +00:00
Joe Rickerby
985389d5ee
Fix a few version increment-related issues
2021-02-22 22:39:04 +00:00
Joe Rickerby
fe961f4a7e
Fix old version number
2021-02-22 22:33:51 +00:00
Joe Rickerby
da24b0d361
Merge pull request #608 from joerick/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2021-02-22 22:25:41 +00:00
Joe Rickerby
76fd16ea8b
Merge pull request #607 from joerick/update-dependencies-pr
...
[Bot] Update dependencies
2021-02-22 22:25:27 +00:00
Joe Rickerby
7a51e249ec
Update cibuildwheel/resources/build-platforms.toml
2021-02-22 20:46:49 +00:00
pre-commit-ci[bot]
11b2c110d7
[pre-commit.ci] pre-commit autoupdate
2021-02-22 16:38:35 +00:00
mayeut
b0ac79061c
Update dependencies
2021-02-22 06:08:21 +00:00
Adam Johnson and Henry Schreiner
b5b825783f
docs: add time-machine as working example ( #604 )
...
* Add time-machine as working example
* docs: rerun projects.py
Co-authored-by: Henry Schreiner <henryschreineriii@gmail.com >
2021-02-20 15:04:56 -05:00
github-actions[bot] and mayeut
66195bf4bc
Update dependencies ( #599 )
...
Co-authored-by: mayeut <mayeut@users.noreply.github.com >
2021-02-18 13:40:50 +01:00
Matthieu Darbois
1e7961c157
Add manylinux_2_24 support ( #595 )
2021-02-18 08:15:37 +01:00
Matthieu Darbois
14f2f4eeb1
Merge pull request #594 from mayeut/update-dependencies-cp27
...
Pin `manylinux2010` images (CPython 2.7 support)
2021-02-16 22:54:03 +01:00
mayeut
6f217f6c90
Lock manylinux2010 images used to keep CPython 2.7 support
2021-02-14 19:29:24 +01:00
mayeut
21aab69860
Only open Pull Requests when running from 'joerick/cibuildwheel'
2021-02-14 19:29:24 +01:00
mayeut
93c14c805b
Pin manylinux2010 image used to update dependencies
...
`manylinux2010` dropped CPython 2.7
Use the tag `2021-02-06-3d322a5` for dependency update which is the last supporting CPython 2.7
2021-02-14 19:29:22 +01:00
Henry Schreiner and Joe Rickerby
d2772c2293
refactor: subprocess.run ( #592 )
...
* change check_call to run
* refactor: change check_output to run
* Apply suggestions from code review
Co-authored-by: Joe Rickerby <joerick@mac.com >
Co-authored-by: Joe Rickerby <joerick@mac.com >
2021-02-14 12:56:33 -05:00
Henry Schreiner and Joe Rickerby
58c5e56e9f
docs: support tabs ( #576 )
...
* docs: support tabs
* Get superfences working
* Use an 'admonition' as a tab, add some styling
* docs: reorder tabs and modernize
* docs: tabbed options settings
* docs: reorder to match order in other places
* docs: correct the example
* Apply suggestions from code review (lazy edits in GH :) )
* Update mkdocs-include-markdown-plugin and remove unneeded include option
Co-authored-by: Joe Rickerby <joerick@mac.com >
2021-02-12 11:08:43 -05:00
Henry Schreiner
bb14c67835
fix: set MACOSX_DEPLOYMENT_TARGET for BEFORE_ALL ( #590 )
2021-02-12 10:41:06 -05:00
Henry Schreiner
bd3bc981a5
docs: fix a few more markdown spaces missing ( #586 )
...
Followup to #581 fixing two more release notes. The fence should be fixed by #576 .
2021-02-12 10:39:20 -05:00
Henry Schreiner
2da8e12936
fix: empty CIBW_BUILD still counts as "*" ( #588 )
2021-02-12 10:31:27 -05:00