Joe Rickerby and Yannick Jadoul
0d08a1c85e
Apply suggestions from code review
...
Co-authored-by: Yannick Jadoul <yannick.jadoul@belgacom.net >
2021-04-27 08:55:39 +01:00
pre-commit-ci[bot]
38ae494c0d
[pre-commit.ci] pre-commit autoupdate ( #652 )
2021-04-26 15:24:46 -04:00
Henry Schreiner
38f52569aa
refactor: string and setup.cfg normalization ( #593 )
2021-04-25 12:38:28 -04:00
Henry Schreiner
2f47e64225
chore: cleanup style in bin ( #648 )
...
* chore: cleanup style for bump_version
* chore: cleanup style for other bin items
2021-04-25 03:45:27 -04:00
Henry Schreiner
22d473acc0
fix: drop Python 2.7 on Windows using 2008 compiler
2021-04-25 00:55:16 -04:00
Henry Schreiner
f27943608b
ci: fix choco usage
...
Following https://docs.chocolatey.org/en-us/choco/commands/#scripting-integration-best-practices-style-guide
2021-04-25 00:55:16 -04:00
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