Joe Rickerby
88c8e5c2f5
Merge pull request #893 from henryiii/henryiii/fix/manifest
...
fix: produce working SDists, check in CI
2021-10-26 18:29:43 +01:00
Henry Schreiner
0bfbd5b309
fix: produce working SDists
2021-10-26 12:07:17 -04:00
pre-commit-ci[bot] and pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
4515cd2203
[pre-commit.ci] pre-commit autoupdate ( #890 )
...
updates:
- [github.com/asottile/yesqa: v1.2.3 → v1.3.0](https://github.com/asottile/yesqa/compare/v1.2.3...v1.3.0 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2021-10-25 18:14:46 -04:00
Henry Schreiner and Joe Rickerby
12c64365e2
fix: add missing config-file option to the action ( #883 )
...
* fix: add missing config-file option to the action
* feat: empty config-file triggers default behavior
* Apply suggestions from code review
Co-authored-by: Joe Rickerby <joerick@mac.com >
Co-authored-by: Joe Rickerby <joerick@mac.com >
2021-10-22 22:34:38 -04:00
Henry Schreiner
e7da7832ef
tests: rename a test for consistency ( #885 )
2021-10-22 20:17:09 -04:00
Joe Rickerby
298a8baef7
Bump version: v2.2.0
v2.2.0
2021-10-22 14:00:03 +01:00
Henry Schreiner
6db5229774
fix: artificial limiting in pycln breaks on 3.10 ( #886 )
2021-10-21 22:23:32 -04:00
Joe Rickerby
b4882894ed
Update release steps
2021-10-19 19:38:40 +01:00
Joe Rickerby
8837cef3e0
Bump version: v2.2.0b1
v2.2.0b1
2021-10-19 19:23:55 +01:00
Joe Rickerby
c8876b5c54
Merge pull request #854 from henryiii/henryiii/feat/override
2021-10-18 22:18:57 +01:00
Joe Rickerby
02b34705ae
Merge remote-tracking branch 'origin/main' into henryiii/feat/override
2021-10-17 21:58:59 +01:00
Joe Rickerby
4f53583801
Monkeypatch sys.argv instead of using an argument to main()
...
Just a style thing... didn't want to complicate the main func
for the sake of a couple tests
2021-10-17 21:24:03 +01:00
Joe Rickerby
51493863b9
Merge pull request #875 from pypa/henryiii-patch-2
...
fix: enable PyPy on macOS 11 Intel
2021-10-17 10:39:16 +01:00
Henry Schreiner
7dabbee59c
fix: remove PyPy macOS 11 filtering
2021-10-16 21:52:43 -04:00
Henry Schreiner
7a1136ed9c
ci: try macOS 11
2021-10-16 21:52:29 -04:00
Joe Rickerby
08a694485d
refactor: Override options redesign
...
* Add test for defaults, fix platform detection
* Improve correctness of reader.identifier with block
* Fix options test to be multiplatform
* 'Refactored by Sourcery'
docs: write a section on overrides
tests: test docker launches
feat: add identifiers to launches
test: add test for correct build step generation
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
2021-10-16 21:39:55 -04:00
Henry Schreiner
cd07697fe5
feat: adding overrides
2021-10-16 21:34:02 -04:00
Henry Schreiner and Joe Rickerby
f511961b40
chore: adding extra checks, more scoping ( #867 )
...
* chore: adding extra checks, more scoping
* Remove 'manual' pre-commit checks from CI
Co-authored-by: Joe Rickerby <joerick@mac.com >
2021-10-16 21:31:20 -04:00
Henry Schreiner
bf36398572
chore: drop toml, use tomli ( #876 )
...
This is required to get TOML 1.0 support, and lightens our dependencies a bit.
2021-10-15 11:30:16 -04:00
Joe Rickerby
414b4f02ad
Merge pull request #869 from pypa/henryiii-patch-2
...
ci: cancel runs on new pushes
2021-10-13 09:00:49 +01:00
Henry Schreiner
24a04fdfd9
ci: cancel runs on new pushes
...
[skip ci]
2021-10-12 11:03:37 -04:00
Joe Rickerby
e60ece0370
Merge pull request #866 from pypa/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2021-10-12 09:01:39 +01:00
Joe Rickerby
0f4e203c87
Merge pull request #864 from pypa/update-dependencies-pr
...
[Bot] Update dependencies
2021-10-11 18:52:08 +01:00
pre-commit-ci[bot]
40335ef9c5
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/PyCQA/flake8: 3.9.2 → 4.0.1](https://github.com/PyCQA/flake8/compare/3.9.2...4.0.1 )
2021-10-11 17:49:31 +00:00
Joe Rickerby
06dd604c23
Merge pull request #865 from MuellerSeb/patch-1
2021-10-11 09:08:51 +01:00
Sebastian Müller
8e344b11f3
Doc: fix syntax in pyproject.toml for TEST_EXTRAS
2021-10-11 10:05:10 +02:00
mayeut
3321b3568d
Update dependencies
2021-10-11 06:10:51 +00:00
Joe Rickerby
25b2980038
Merge branch '2.1.x' into main
...
# Conflicts:
# README.md
# cibuildwheel/__init__.py
# docs/changelog.md
# docs/faq.md
# docs/setup.md
# docs/working-examples.md
# examples/appveyor-minimal.yml
# examples/azure-pipelines-minimal.yml
# examples/circleci-minimal.yml
# examples/github-apple-silicon.yml
# examples/github-deploy.yml
# examples/github-minimal.yml
# examples/github-with-qemu.yml
# examples/gitlab-minimal.yml
# examples/travis-ci-deploy.yml
# examples/travis-ci-minimal.yml
# examples/travis-ci-test-and-deploy.yml
# setup.cfg
2021-10-08 17:16:53 +01:00
pre-commit-ci[bot] and pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
79d35f7eeb
chore: test with Python 3.10 ( #856 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2021-10-07 23:10:56 -04:00
Henry Schreiner
edcb908bf8
docs: add lots more projects ( #861 )
2021-10-07 10:00:30 -04:00
Joe Rickerby
e8db6ff3e0
Bump version: v2.1.3
v2.1.3
2021-10-06 21:20:37 +01:00
Joe Rickerby
471565cbfa
Merge pull request #857 from pypa/2.1.x-update-deps
...
2.1.x Update deps
2021-10-06 21:15:28 +01:00
cibuildwheel-bot[bot] and henryiii
ba0956c60c
Update dependencies ( #855 )
...
Co-authored-by: henryiii <henryiii@users.noreply.github.com >
2021-10-06 09:09:52 +01:00
mayeut
e82258a5d9
Update dependencies
2021-10-06 09:09:23 +01:00
mayeut
b43367de3a
Update dependencies
2021-10-06 09:09:03 +01:00
cibuildwheel-bot[bot] and mayeut
dbdabba01f
Update dependencies ( #830 )
...
Co-authored-by: mayeut <mayeut@users.noreply.github.com >
2021-10-06 09:06:06 +01:00
cibuildwheel-bot[bot] and henryiii
9ce9574d4e
Update dependencies ( #855 )
...
Co-authored-by: henryiii <henryiii@users.noreply.github.com >
2021-10-06 08:44:30 +02:00
Joe Rickerby
03e2d0ab7f
Merge pull request #848 from pypa/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2021-09-30 17:59:26 +01:00
Joe Rickerby
a37d4775de
Merge pull request #846 from pypa/update-dependencies-pr
...
[Bot] Update dependencies
2021-09-30 17:43:43 +01:00
Joe Rickerby
3dbfea4000
Merge pull request #820 from pypa/test-818
...
Add test for #818
2021-09-30 12:08:53 +01:00
pre-commit-ci[bot]
b24cc13d58
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/asottile/pyupgrade: v2.26.0 → v2.28.0](https://github.com/asottile/pyupgrade/compare/v2.26.0...v2.28.0 )
2021-09-27 17:47:09 +00:00
mayeut
00daccbcf3
Update dependencies
2021-09-27 06:11:13 +00:00
Henry Schreiner
120f1e8d58
chore: add pycln for easier cleanup of imports ( #845 )
2021-09-25 11:41:09 +02:00
Matthieu Darbois
0e6334e135
Merge pull request #835 from henryiii/henryiii/refactor/prepover
...
refactor: better code factorization
2021-09-25 11:24:28 +02:00
Henry Schreiner
62b72198b4
refactor: small rename
2021-09-23 15:27:58 -04:00
Joe Rickerby
7833e45f5a
Bump version: v2.2.0a1
v2.2.0a1
2021-09-23 18:49:42 +01:00
Henry Schreiner
3dc4c54a15
refactor: pull out more option computation to options.py
2021-09-22 11:18:52 -04:00
Henry Schreiner
7b0949c0a6
refactor: rename BuildConfig -> BuildStep
2021-09-22 11:16:40 -04:00
Henry Schreiner
9b463f912a
refactor: address review, use NamedTuple
2021-09-21 11:35:25 -04:00
Joe Rickerby
c92a3123c4
Merge pull request #822 from pypa/joerick-patch-2
...
Create a bug report issue template
2021-09-21 08:56:18 +01:00