Commit Graph

237 Commits

Author SHA1 Message Date
Hynek Schlawack
39be5280f2
pre-commit update 2024-08-01 17:24:46 +02:00
Hynek Schlawack
bea3f8e908
macOS 12 is the oldest available builder :( 2024-08-01 17:24:19 +02:00
dependabot[bot]
6b2ba8c11e
Bump pypa/cibuildwheel from 2.19.1 to 2.19.2 (#62)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.19.1 to 2.19.2.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.19.1...v2.19.2)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-01 16:52:14 +02:00
dependabot[bot]
19884234dd
Bump pypa/cibuildwheel from 2.18.1 to 2.19.1 (#61) 2024-07-01 16:35:32 +02:00
Hynek Schlawack
778f7d1cf6
pre-comit autoupdate 2024-06-26 11:40:50 +02:00
dependabot[bot]
3c40c7d051
Bump pypa/cibuildwheel from 2.17.0 to 2.18.1 (#59)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.17.0 to 2.18.1.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.17.0...v2.18.1)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-01 12:49:52 -04:00
pre-commit-ci[bot]
ee5233e314
[pre-commit.ci] pre-commit autoupdate (#58)
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 24.3.0 → 24.4.2](https://github.com/psf/black/compare/24.3.0...24.4.2)

* Stop setting ARCHFLAGS

GHA's macOS is on arm64 now

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Hynek Schlawack <hs@ox.cx>
2024-05-08 10:49:01 +02:00
Hynek Schlawack
0a0b42348e
update linting 2024-04-10 10:59:44 -07:00
Hynek Schlawack
9e09093f19
pre-commit update 2024-04-10 10:49:53 -07:00
pre-commit-ci[bot]
a513883840
[pre-commit.ci] pre-commit autoupdate (#56)
updates:
- [github.com/psf/black: 24.1.1 → 24.3.0](https://github.com/psf/black/compare/24.1.1...24.3.0)
- [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](https://github.com/asottile/pyupgrade/compare/v3.15.0...v3.15.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-04-01 20:06:45 +02:00
dependabot[bot]
29f4465bd0
Bump pypa/cibuildwheel from 2.16.5 to 2.17.0 (#55)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.16.5 to 2.17.0.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.16.5...v2.17.0)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-01 16:38:58 +02:00
Hynek Schlawack
daff9ceb69
Ugh setuptools
This reverts commit f628759e15.
2024-01-31 09:54:46 +01:00
Hynek Schlawack
f628759e15
Fix metadata 2024-01-31 09:50:23 +01:00
Hynek Schlawack
eb6bc825c2
pre-commit autoupdate 2024-01-31 09:49:20 +01:00
Hynek Schlawack
0f955d203a
Fix callout 2024-01-31 09:48:54 +01:00
Hynek Schlawack
81c2d53075
Use 3.12 in dev (#54) 2024-01-31 09:47:25 +01:00
Hynek Schlawack
4f12ef1745
Add M1 builder, update cibuildwheel (#53)
* Add M1 builder, update cibuildwheel

* Oops

* Make pip shut up

* Try if we still have to silence warnings

* We do, but let's be more specific

* Nope, wasn't enough
2024-01-31 09:30:42 +01:00
Hynek Schlawack
45c53865d8
Update wheels build for upload@v4 2024-01-26 11:12:19 +01:00
Hynek Schlawack
259f0b7f3e
Update CI config (#52) 2024-01-26 11:08:18 +01:00
pre-commit-ci[bot]
8c12d500ad
[pre-commit.ci] pre-commit autoupdate (#51)
updates:
- [github.com/psf/black: 23.11.0 → 23.12.1](https://github.com/psf/black/compare/23.11.0...23.12.1)
- [github.com/PyCQA/isort: 5.12.0 → 5.13.2](https://github.com/PyCQA/isort/compare/5.12.0...5.13.2)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-01-01 18:33:38 +01:00
dependabot[bot]
a86bf45e6b
Bump actions/upload-artifact from 3 to 4 (#48)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-01 17:29:13 +01:00
dependabot[bot]
f7dc23bbab
Bump hynek/build-and-inspect-python-package from 1 to 2 (#50) 2024-01-01 15:37:52 +01:00
dependabot[bot]
affc40d00d
Bump actions/setup-python from 4 to 5 (#47)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Hynek Schlawack <hs@ox.cx>
2024-01-01 15:34:01 +01:00
dependabot[bot]
c844e61d9e
Bump github/codeql-action from 2 to 3 (#49)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-01 15:30:38 +01:00
pre-commit-ci[bot]
2235dfbad7
[pre-commit.ci] pre-commit autoupdate (#46)
updates:
- [github.com/psf/black: 23.10.1 → 23.11.0](https://github.com/psf/black/compare/23.10.1...23.11.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-12-04 18:33:18 +01:00
pre-commit-ci[bot]
73c1d93998
[pre-commit.ci] pre-commit autoupdate (#45)
updates:
- [github.com/psf/black: 23.9.1 → 23.10.1](https://github.com/psf/black/compare/23.9.1...23.10.1)
- [github.com/asottile/pyupgrade: v3.14.0 → v3.15.0](https://github.com/asottile/pyupgrade/compare/v3.14.0...v3.15.0)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-11-06 18:56:17 +01:00
dependabot[bot]
51a245fd4a
Bump pypa/cibuildwheel from 2.16.1 to 2.16.2 (#44)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.16.1 to 2.16.2.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.16.1...v2.16.2)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-01 15:30:34 +01:00
Hynek Schlawack
4d51167e07
Give intermediate wheels meaningful version numbers 2023-10-04 08:49:42 +02:00
Hynek Schlawack
04158baf82
Update pyupgrade 2023-10-04 08:10:45 +02:00
Hynek Schlawack
7a4e48d2ec
Build wheels monthly to ensure everything still works 2023-10-04 08:10:13 +02:00
pre-commit-ci[bot]
68bad6ea12
[pre-commit.ci] pre-commit autoupdate (#42) 2023-10-03 09:14:06 +02:00
dependabot[bot]
8047197dca
Bump pypa/cibuildwheel from 2.15.0 to 2.16.1 (#39) 2023-10-01 18:06:48 +02:00
dependabot[bot]
83f99a5cab
Bump docker/setup-qemu-action from 2 to 3 (#41) 2023-10-01 17:42:28 +02:00
dependabot[bot]
c9049cdec0
Bump actions/checkout from 3 to 4 (#40) 2023-10-01 17:05:30 +02:00
dependabot[bot]
0eb5aff44f
Bump pypa/cibuildwheel from 2.14.1 to 2.15.0 (#38)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.14.1 to 2.15.0.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.14.1...v2.15.0)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-01 16:21:13 +02:00
pre-commit-ci[bot]
dec93689f0
[pre-commit.ci] pre-commit autoupdate (#37)
updates:
- [github.com/psf/black: 23.3.0 → 23.7.0](https://github.com/psf/black/compare/23.3.0...23.7.0)
- [github.com/asottile/pyupgrade: v3.8.0 → v3.10.1](https://github.com/asottile/pyupgrade/compare/v3.8.0...v3.10.1)
- [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](https://github.com/PyCQA/flake8/compare/6.0.0...6.1.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-08-08 05:44:05 +02:00
dependabot[bot]
081857e657
Bump pypa/cibuildwheel from 2.13.1 to 2.14.1 (#36)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.13.1 to 2.14.1.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.13.1...v2.14.1)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-01 16:09:40 +02:00
Hynek Schlawack
0fdd84368e
Never enough consistency 2023-07-03 09:28:17 +02:00
Hynek Schlawack
58a9215915
More consistency 2023-07-03 09:18:38 +02:00
Hynek Schlawack
f0af0f7046
Consistency 2023-07-03 09:15:24 +02:00
dependabot[bot]
d112b04fc5
Bump pypa/cibuildwheel from 2.13.0 to 2.13.1 (#35)
Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.13.0 to 2.13.1.
- [Release notes](https://github.com/pypa/cibuildwheel/releases)
- [Changelog](https://github.com/pypa/cibuildwheel/blob/main/docs/changelog.md)
- [Commits](https://github.com/pypa/cibuildwheel/compare/v2.13.0...v2.13.1)

---
updated-dependencies:
- dependency-name: pypa/cibuildwheel
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-03 09:13:43 +02:00
Hynek Schlawack
11bd3ef082
Tox is broken on pypy3.7 2023-07-03 08:38:00 +02:00
Hynek Schlawack
372901ea58
Update README.md 2023-06-28 12:08:06 +02:00
Hynek Schlawack
9915b1af20
Update README.md 2023-06-28 12:05:21 +02:00
Hynek Schlawack
89df7eac3f
pre-commit autoupdate 2023-06-21 14:19:10 +02:00
Hynek Schlawack
d7c50a0033
Fix 2023-06-21 14:18:34 +02:00
pre-commit-ci[bot]
3511d53ada
[pre-commit.ci] pre-commit autoupdate (#34)
updates:
- [github.com/asottile/pyupgrade: v3.3.2 → v3.4.0](https://github.com/asottile/pyupgrade/compare/v3.3.2...v3.4.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-06-05 21:08:45 +02:00
Hynek Schlawack
7bd3919da3
Only build 3.7 wheels to not be confusing 2023-06-02 12:10:33 +02:00
Hynek Schlawack
6d70769902
Simplify cmdclass logic 2023-06-02 12:04:16 +02:00
Hynek Schlawack
72081161a2
Add clean tox target 2023-06-02 11:49:02 +02:00