Joe Rickerby
3eb6dbbdd3
Fix typo in changelog
2024-03-11 21:28:09 +00:00
Joe Rickerby
90c14a333f
Improve version push command
2024-03-11 21:24:21 +00:00
Joe Rickerby
8d945475ac
Bump version: v2.17.0
v2.17
v2.17.0
2024-03-11 21:19:43 +00:00
Joe Rickerby
ca06deb26f
Merge pull request #1775 from pypa/doc-domain
...
Docs domain change to cibuildwheel.pypa.io
2024-03-11 21:17:51 +00:00
Joe Rickerby
f7e1922225
CirrusCI fixes ( #1786 )
...
* Fix executable name, that doesn't always exist on windows
* Use the `python3` executable on macOS Cirrus
* Homebrew changed where it puts the python binaries
* Update examples to match new config
2024-03-11 20:54:37 +00:00
cibuildwheel-bot[bot] and cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
0d8e919dfc
[Bot] Update dependencies ( #1784 )
...
Update dependencies
Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
2024-03-11 16:12:01 -04:00
Joe Rickerby
022de07dc1
Merge pull request #1785 from pypa/revert-1783
...
Remove manylinux1 docker pin
2024-03-11 09:21:03 +00:00
Joe Rickerby
920f574191
Remove manylinux1 docker pin
2024-03-11 09:05:43 +00:00
Joe Rickerby
5c06f3c289
docs: Add how to run tests in development ( #1698 )
...
* Add docs for how to run tests in development
* Update the docs to use nox primarily and not require CIBW_PLATFORM
* Reorganise this file
2024-03-10 21:37:07 -04:00
e2a0839555
fix: set SYSTEM_VERSION_COMPAT=0 during pip install on macos ( #1768 )
...
* Set SYSTEM_VERSION_COMPAT=0 during pip install on macos (#1767 )
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Only set SYSTEM_VERSION_COMPAT=0 for CPython 3.8
* Set SYSTEM_VERSION_COMPAT=0 for CPython <= 3.8
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update cibuildwheel/macos.py
Co-authored-by: Joe Rickerby <joerick@mac.com >
* Update cibuildwheel/macos.py
Co-authored-by: Joe Rickerby <joerick@mac.com >
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Joe Rickerby <joerick@mac.com >
2024-03-10 21:36:36 -04:00
87fff77282
chore(deps): bump the actions group with 1 update ( #1776 )
...
Bumps the actions group with 1 update: [wntrblm/nox](https://github.com/wntrblm/nox ).
Updates `wntrblm/nox` from 2023.04.22 to 2024.03.02
- [Release notes](https://github.com/wntrblm/nox/releases )
- [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md )
- [Commits](https://github.com/wntrblm/nox/compare/2023.04.22...2024.03.02 )
---
updated-dependencies:
- dependency-name: wntrblm/nox
dependency-type: direct:production
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joe Rickerby <joerick@mac.com >
2024-03-10 21:33:59 -04:00
Peter Sobot and Joe Rickerby
8ef9486aab
Add pedalboard to projects.yml. ( #1781 )
...
* Add `pedalboard` to projects.yml.
* Update projects.yml
---------
Co-authored-by: Joe Rickerby <joerick@mac.com >
2024-03-10 21:33:47 -04:00
cibuildwheel-bot[bot] and cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
2a7fef07db
[Bot] Update dependencies ( #1774 )
...
Update dependencies
Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
2024-03-10 21:33:37 -04:00
Joe Rickerby
f7de18e291
Merge pull request #1675 from pypa/pip-constraints-fix
...
fix: Don't override PIP_CONSTRAINT if set by the user
2024-03-09 13:53:32 +00:00
Joe Rickerby
80095ac7af
Merge pull request #1745 from mayeut/nopipx
...
chore(action): do not use pipx
2024-03-09 13:53:17 +00:00
Joe Rickerby
df2e35a016
Merge pull request #1783 from henryiii/henryiii/ci/pinmanylinux1
...
ci: pin manylinux1 with missing tag
2024-03-09 13:43:46 +00:00
Henry Schreiner
f654071fe2
ci: pin manylinux1 with missing tag
...
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
2024-03-08 14:52:43 -05:00
Joe Rickerby
b71a83d411
Docs domain change to cibuildwheel.pypa.io
2024-03-04 10:37:01 +00:00
mayeut
a6ecded8c4
chore(action): do not use pipx
2024-03-04 11:05:20 +01:00
Henry Schreiner and Joe Rickerby
8f58f71c2e
feat: add inherit to override ( #1730 )
...
* feat: add inherit to override
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
* refactor: use dict and support prepend
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
* Refactor: simplifying by splitting the responsibilities of _dig_first
* Refactor to allow merging of string settings, and preserve table cascades
* docs: add some docs for inherit
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
* Apply suggestions from code review
Co-authored-by: Joe Rickerby <joerick@mac.com >
---------
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
Co-authored-by: Joe Rickerby <joerick@mac.com >
2024-03-02 16:58:18 -05:00
Joe Rickerby
6940c77cd3
style improvements from code review
2024-03-02 18:16:20 +00:00
Matthieu Darbois
ae2451a199
chore(ci): speed-up tests ( #1752 )
...
* chore(ci): speed-up tests
* back to 2 processes on Azure macOS
2024-02-29 16:27:09 -05:00
JCGoran and Joe Rickerby
1fe6b1aa44
Replace deprecated runner in CircleCI example ( #1762 )
...
* Replace deprecated runner in CircleCI example
* Fix another deprecated image reference
---------
Co-authored-by: Joe Rickerby <joerick@mac.com >
2024-02-29 16:25:28 -05:00
Joe Rickerby
554726e3c4
Merge pull request #1727 from pypa/dont-require-platform
...
Don't require `--platform` when running on a development machine
2024-02-28 09:20:25 +00:00
Joe Rickerby
8742ff2ef8
Merge pull request #1725 from pypa/constraints-cleanup
...
Don't preinstall setuptools and wheel, remove from constraints
2024-02-28 09:16:30 +00:00
Joe Rickerby
75627e8ca4
Limit line length to 100 cols
2024-02-28 09:11:06 +00:00
Joe Rickerby
3ae9aa1da5
Update constraints again to reapply changes to constraints.in after merge
2024-02-27 21:46:07 +00:00
Joe Rickerby
f04a522d50
Merge remote-tracking branch 'origin/main' into constraints-cleanup
2024-02-27 21:44:03 +00:00
Joe Rickerby
edd67e0d26
Merge pull request #1734 from pypa/gha-images-latest
...
Don't bother pinning OS images for Github Actions
2024-02-27 21:37:11 +00:00
Joe Rickerby
8a8c07d4f9
Merge pull request #1763 from pypa/update-dependencies-pr
...
[Bot] Update dependencies
2024-02-27 21:33:33 +00:00
Joe Rickerby
74afe329a1
Merge remote-tracking branch 'origin/main' into constraints-cleanup
2024-02-27 21:28:54 +00:00
Joe Rickerby
7ada127bfc
Remove loop with single entry in test
2024-02-27 21:26:16 +00:00
cibuildwheel-bot[bot]
6b3122aff7
Update dependencies
2024-02-26 06:03:55 +00:00
pre-commit-ci[bot] and pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
7c02fa721c
[pre-commit.ci] pre-commit autoupdate ( #1765 )
...
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.2.1 → v0.2.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.2.1...v0.2.2 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-02-20 07:34:21 +01:00
Joe Rickerby and Matthieu Darbois
88d60dce89
Update .github/workflows/test.yml
...
Co-authored-by: Matthieu Darbois <mayeut@users.noreply.github.com >
2024-02-18 18:52:42 +00:00
cibuildwheel-bot[bot] and cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
1dea9e4a14
[Bot] Update dependencies ( #1753 )
...
Update dependencies
Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
2024-02-16 23:50:32 -05:00
Matthieu Darbois
53e2c74ab0
chore(action): update cibuildwheel arguments passing ( #1757 )
...
chore(action): update cibw arguments passing
Only pass arguments that were set to cibuildwheel.
2024-02-16 23:49:21 -05:00
dependabot[bot] and dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
32343a3cf1
chore(deps): bump the actions group with 1 update ( #1758 )
...
Bumps the actions group with 1 update: [pre-commit/action](https://github.com/pre-commit/action ).
Updates `pre-commit/action` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/pre-commit/action/releases )
- [Commits](https://github.com/pre-commit/action/compare/v3.0.0...v3.0.1 )
---
updated-dependencies:
- dependency-name: pre-commit/action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-13 07:52:19 +01:00
pre-commit-ci[bot] and pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2e0ab0176c
[pre-commit.ci] pre-commit autoupdate ( #1760 )
...
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.2.0 → v0.2.1](https://github.com/astral-sh/ruff-pre-commit/compare/v0.2.0...v0.2.1 )
- [github.com/python-jsonschema/check-jsonschema: 0.27.4 → 0.28.0](https://github.com/python-jsonschema/check-jsonschema/compare/0.27.4...0.28.0 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-02-13 07:52:03 +01:00
Matthieu Darbois
75d6d9d55b
Merge branch 'main' into gha-images-latest
2024-02-10 09:58:58 +01:00
81b0a578df
chore(CI): test on GHA macOS-14 runner ( #1700 )
...
* chore(CI): test on GHA macOS-14 runner
* update error message for skipped arm64 tests
* Update docs, README and examples
---------
Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com >
Co-authored-by: Joe Rickerby <joerick@mac.com >
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com >
2024-02-10 09:55:38 +01:00
Joe Rickerby
27d0942e1c
Merge pull request #1754 from pypa/dependabot/github_actions/actions-894fc5cb1d
...
chore(deps): bump the actions group with 1 update
2024-02-06 22:01:28 +00:00
Joe Rickerby
68f1058d7e
Merge pull request #1755 from pypa/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2024-02-06 21:56:27 +00:00
pre-commit-ci[bot]
dfca0ce96a
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.14 → v0.2.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.14...v0.2.0 )
- [github.com/python-jsonschema/check-jsonschema: 0.27.0 → 0.27.4](https://github.com/python-jsonschema/check-jsonschema/compare/0.27.0...0.27.4 )
2024-02-05 18:23:05 +00:00
dependabot[bot]
abd05a65ba
chore(deps): bump the actions group with 1 update
...
Bumps the actions group with 1 update: [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ).
Updates `peter-evans/create-pull-request` from 5 to 6
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-02-05 13:29:35 +00:00
Joe Rickerby
d65d46ca24
Merge remote-tracking branch 'origin/main' into pip-constraints-fix
2024-02-04 11:18:10 +00:00
Joe Rickerby
88c113402d
Merge pull request #1750 from njzjz/macos-test-venv
...
test macos-x86_64 and arm64 in different venv dir
2024-02-03 14:55:58 +00:00
Henry Schreiner
c7a653d6a9
chore: minor touchups to pyproject ( #1751 )
2024-02-02 21:02:42 -05:00
Joe Rickerby
6c93c131c4
Go back to macos-12 for the AS transition
2024-02-02 17:56:34 +00:00
Joe Rickerby
d635c0eee6
Add integration test
2024-02-02 17:51:54 +00:00