joerick
a09b9aeb76
Update dependencies
2021-01-30 13:53:22 +00:00
github-actions[bot] and henryiii
9cffb96935
chore: update dependencies ( #554 )
...
Co-authored-by: henryiii <henryiii@users.noreply.github.com >
2021-01-22 20:26:59 -05:00
Joe Rickerby
96e3964972
Bump version: v1.8.0
v1.8.0
2021-01-22 19:18:49 +00:00
Joe Rickerby
07f972f6d3
A few docs fixes
2021-01-22 19:16:32 +00:00
Joe Rickerby
d87b589791
Merge pull request #545 from henryiii/fix/err-if-empty
...
feat: error if empty build selection, Travis 2.7 Win w/ workaround
2021-01-22 18:37:52 +00:00
Henry Schreiner
ff8f881098
refactor: pull arch out into separate file
2021-01-22 13:02:51 -05:00
Henry Schreiner
f5b84797e5
fix: move and simplify arch check
2021-01-22 13:01:00 -05:00
Henry Schreiner
cc0e7ec0a1
fix: review from @joerick
2021-01-22 13:01:00 -05:00
Henry Fredrick Schreiner
5762aa5e3b
feat: allow-empty and simpler testing
2021-01-22 13:01:00 -05:00
Henry Fredrick Schreiner
eb9850dbde
feat: support Windows workaround on Travis CI
2021-01-22 13:01:00 -05:00
Henry Fredrick Schreiner
c90c7666b9
tests: fix arch for platform tests
2021-01-22 13:01:00 -05:00
Henry Fredrick Schreiner
61b94434b2
fix: error if build selectors are empty
2021-01-22 13:01:00 -05:00
Henry Fredrick Schreiner
27a0053386
fix: error if selector is empty
2021-01-22 13:01:00 -05:00
Joe Rickerby
e75a3d480a
Merge pull request #552 from henryiii/docs/sync
...
docs: update for some new packages
2021-01-22 10:02:18 +00:00
Henry Schreiner
da19ac30e6
docs: fix build info
2021-01-21 12:29:02 -05:00
Henry Schreiner
98b5ff447d
docs: update for some new packages
2021-01-21 12:02:58 -05:00
Henry Schreiner and Joe Rickerby
fba65a6008
feat: CIBW_TEST_SKIP ( #537 )
...
* feat: CIBW_TEST_SKIP
* refactor: adjust a bit and add docs
* fix: typo in name
* docs: Update docs/options.md
Co-authored-by: Joe Rickerby <joerick@mac.com >
* docs: add README line from markdown
Co-authored-by: Joe Rickerby <joerick@mac.com >
2021-01-20 21:22:48 -05:00
Joe Rickerby
6d92dbc555
docs: massive props! ( #549 )
...
Adding some long overdue 'props' to the README to thank @Czaki and @mattip for their contributions to the project!
(thanks @henryiii for the reminder!)
2021-01-20 19:30:47 -05:00
Henry Schreiner
4a02410632
fix: action still runs if setup-python is not called ( #542 )
...
* fix: action works if setup-python is missed
* fix: two steps
* fix: combine again
* fix: use pipx for action
2021-01-20 18:16:15 -05:00
github-actions[bot]
03f83455d8
Update dependencies ( #546 )
2021-01-18 08:29:10 -05:00
Henry Schreiner
1441972046
fix: improve correctness of exits ( #539 )
...
* fix: improve correctness of exits
* refactor: use sys.exit
2021-01-17 14:13:26 -05:00
Henry Schreiner
45c3c2ea8e
fix: empty image check ( #543 )
2021-01-17 13:08:55 -05:00
Joe Rickerby
fbd5bc707f
Update pinned version
2021-01-16 11:49:04 +00:00
Henry Schreiner and Joe Rickerby
e91d8d82a2
feat: support brace expansion in BUILD/SKIP ( #527 )
...
* wip: try wcmatch
* feat: expand braces
* docs: mention brace expansion
* docs: more reasonable examples of brackets
* Update docs/options.md
Co-authored-by: Joe Rickerby <joerick@mac.com >
Co-authored-by: Joe Rickerby <joerick@mac.com >
2021-01-15 15:25:22 -05:00
d394386318
feat: update python versions as part of update_dependencies ( #496 )
...
* Update python versions as part of update_dependencies
* refactor: pulling out to update_pythons
* refactor: rewrite and expect install
* feat: support macos too, logging output
* WIP: update
* refactor: drive from original file
* Remove unused variable
* Output a diff instead of the result file, to review changes more easily
* fix: minor cleanup
Co-authored-by: Henry Fredrick Schreiner <henry.fredrick.schreiner@cern.ch >
Co-authored-by: Henry Schreiner <henryschreineriii@gmail.com >
Co-authored-by: Joe Rickerby <joerick@mac.com >
2021-01-15 14:40:03 +00:00
Henry Schreiner
ca7871ce0c
feat: native / all archs ( #535 )
...
* feat: native / all archs
* docs: mention new options
2021-01-15 14:38:47 +00:00
Henry Schreiner and Joe Rickerby
b627134e16
docs: normalize CI list ( #532 )
...
* docs: normalize CI list
Closes #531
* Apply suggestions from code review
Co-authored-by: Joe Rickerby <joerick@mac.com >
Co-authored-by: Joe Rickerby <joerick@mac.com >
2021-01-12 23:34:47 +00:00
github-actions[bot] and mayeut
f6eea06dd2
chore: update dependencies ( #530 )
...
Co-authored-by: mayeut <mayeut@users.noreply.github.com >
2021-01-11 09:37:11 -05:00
Henry Schreiner and Joe Rickerby
8b22048dea
docs: drop double install and add a few projects ( #520 )
...
* docs: project update
* docs: pyproject.toml mention
* Apply suggestions from code review
Co-authored-by: Joe Rickerby <joerick@mac.com >
* docs: one more change from @joerick, dropped double install example
Co-authored-by: Joe Rickerby <joerick@mac.com >
2021-01-09 15:41:41 -05:00
Henry Schreiner
5eb5ea10f5
refactor: identifiers in a file ( #511 )
...
* refactor: identifiers in a file
* chore: more typing
* refactor: PlatStr -> PlatformName
* refactor: load in file, use importlib.resources
* refactor: change toml structure
* refactor: use common Traversable
* fix: ensure reasonable version of importlib_resources
* style: fix extra line
2021-01-09 15:40:40 -05:00
Henry Fredrick Schreiner
635b226a6c
style: pre-commit run -a
2021-01-06 18:10:32 -05:00
Henry Fredrick Schreiner
b1e5b8b647
style: isort
2021-01-06 18:10:32 -05:00
probot-auto-merge[bot]
9f610d0f5f
Merge pull request #507 from henryiii/feat/windowsfilter
...
feat: Windows filtering and sets
2021-01-05 23:19:39 +00:00
Henry Schreiner
fce7c70a63
refactor: standard arch checking in one place
2021-01-05 13:23:54 -05:00
probot-auto-merge[bot]
6f28d7851f
Merge pull request #512 from joerick/update-dependencies-pr
...
[Bot] Update dependencies
2021-01-04 07:27:07 +00:00
mayeut
42616735cf
Update dependencies
2021-01-04 06:14:55 +00:00
Henry Fredrick Schreiner and Matthieu Darbois
a99e0ded76
feat: Windows filtering and sets
...
Co-authored-by: Matthieu Darbois <mayeut@users.noreply.github.com >
2021-01-02 22:51:16 -05:00
probot-auto-merge[bot]
1cfd5ed265
Merge pull request #510 from henryiii/style/pyupgrade
...
style: pyupgrade
2021-01-03 01:32:54 +00:00
Henry Fredrick Schreiner
e9423a0d7f
style: reorder checks
2021-01-02 19:13:31 -05:00
Henry Fredrick Schreiner
7e80e4b0b6
style: pyupgrade
2021-01-02 19:11:40 -05:00
Henry Schreiner
2a73fee411
fix: enable and fix full type checking ( #509 )
...
* fix: enable and fix fully type checking
* chore: pre-commit autoupdate
* refactor: pull types out to file
2021-01-02 14:32:55 -05:00
Henry Schreiner
bc8716c188
refactor: setup.cfg and dev requirements ( #504 )
...
* refactor: use setup.cfg instead
* refactor: use dev extra
* fix: restore dev requiremetns
2021-01-02 11:33:38 -05:00
Joe Rickerby
10c052b5ef
Merge branch '1.7.x'
2021-01-02 11:48:52 +00:00
Joe Rickerby
4be9285fc7
Bump version: v1.7.4
v1.7.4
2021-01-02 11:47:05 +00:00
Joe Rickerby
d3bcfe431f
Merge pull request #506 from Czaki/macos_patch_fix
...
Macos patch fix
2021-01-02 11:43:30 +00:00
Joe Rickerby
0b5ac86ae1
Merge pull request #506 from Czaki/macos_patch_fix
...
Macos patch fix
2021-01-02 11:41:05 +00:00
Grzegorz Bokota
122a0e62c2
use -p1
2021-01-01 19:37:06 +01:00
Grzegorz Bokota
9888a6d88f
use -i syntax for patch
2021-01-01 18:31:04 +01:00
Joe Rickerby
5c695593f3
Merge pull request #482 from asfaltboy/support-quemu-on-github
...
Support qemu in GitHub Actions
2021-01-01 17:21:24 +00:00
Joe Rickerby
eed12cf4c9
Bump version: v1.7.3
v1.7.3
2021-01-01 13:21:29 +00:00