summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update .github/workflows/build.yamlnew-cibuildwheel-featuresDavid Lord2021-02-081-1/+1
| | | Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
* use latest wheel and cibuildwheel featuresDavid Lord2021-02-073-10/+17
| | | | | | use limited api to build one wheel for 3.6+ use cibuildwheel action build mac universal2 wheel
* skip pypy wheels on cibuildwheelDavid Lord2021-02-061-1/+1
|
* Merge pull request #184 from pallets/pypy-no-speedupsDavid Lord2021-02-061-2/+4
|\ | | | | don't build speedups on PyPy with cibuildwheel
| * don't build speedups on PyPy even with cibuildwheelDavid Lord2021-02-061-2/+4
|/ | | | they're not actually faster on PyPy, at least right now
* Merge pull request #183 from pallets/update-projectDavid Lord2021-02-0613-62/+133
|\ | | | | add issue templates, update requirements
| * update linksDavid Lord2021-02-061-7/+8
| |
| * add issue templatesDavid Lord2021-02-064-0/+83
| |
| * update requirementsDavid Lord2021-02-068-55/+42
|/
* [pre-commit.ci] pre-commit autoupdate (#181)pre-commit-ci[bot]2021-02-011-1/+1
|
* Merge pull request #178 from pallets/dependabot/pip/pytest-6.2.2dependabot-preview[bot]2021-02-012-10/+19
|\
| * Bump pytest from 6.2.1 to 6.2.2dependabot-preview[bot]2021-02-012-10/+19
|/ | | | | | | | Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.1 to 6.2.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/6.2.1...6.2.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #180 from pallets/dependabot/pip/tox-3.21.3dependabot-preview[bot]2021-02-011-1/+1
|\
| * Bump tox from 3.20.1 to 3.21.3dependabot/pip/tox-3.21.3dependabot-preview[bot]2021-02-011-1/+1
| | | | | | | | | | | | | | | | Bumps [tox](https://github.com/tox-dev/tox) from 3.20.1 to 3.21.3. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/3.20.1...3.21.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #179 from pallets/dependabot/pip/sphinx-3.4.3dependabot-preview[bot]2021-02-011-27/+60
|\ \ | |/ |/|
| * Bump sphinx from 3.4.1 to 3.4.3dependabot-preview[bot]2021-02-011-27/+60
| | | | | | | | | | | | | | | | Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.4.1 to 3.4.3. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.4.1...v3.4.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #177 from pallets/dependabot/pip/pre-commit-2.10.0dependabot-preview[bot]2021-02-011-1/+1
|\ \ | |/ |/|
| * Bump pre-commit from 2.9.3 to 2.10.0dependabot-preview[bot]2021-02-011-1/+1
|/ | | | | | | | Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.9.3 to 2.10.0. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v2.9.3...v2.10.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* run mypyDavid Lord2021-01-291-0/+1
|
* use pre-commit.ciDavid Lord2021-01-291-7/+0
|
* Merge pull request #174 from pallets/typingDavid Lord2021-01-2916-90/+296
|\ | | | | add type annotations
| * add type annotationsDavid Lord2021-01-2916-90/+296
|/
* Merge branch '1.1.x'David Lord2021-01-290-0/+0
|\
| * always build extension in cibuildwheel env1.1.x1.1.xDavid Lord2021-01-291-1/+4
| |
* | Merge branch '1.1.x'David Lord2021-01-293-7/+8
|\ \ | |/
| * Build aarch64 wheelsJanakarajan Natarajan2021-01-291-0/+6
| | | | | | | | From v1.8.0, cibuildwheel allows for building non-native architectures with the CIBW_ARCHS_LINUX option.
| * Add Python 3.9 support for 1.1.x (#163)Rust Saiargaliev2021-01-294-90/+82
| | | | | | | | | | Add Python 3.9 to GitHub actions and tox Replace 3.8 with 3.9 for windows, mac, docs and linting builds Replace Azure pipelines with GHA
* | [pre-commit.ci] pre-commit autoupdate (#168)pre-commit-ci[bot]2021-01-291-1/+1
| |
* | Merge pull request #173 from janaknat/masterDavid Lord2021-01-291-0/+6
|\ \ | | | | | | Build aarch64 wheels
| * | Build aarch64 wheelsJanakarajan Natarajan2021-01-221-0/+6
|/ / | | | | | | From v1.8.0, cibuildwheel allows for building non-native architectures with the CIBW_ARCHS_LINUX option.
* | Merge pull request #172 from pallets/dependabot/pip/pre-commit-2.9.3dependabot-preview[bot]2021-01-011-1/+1
|\ \
| * | Bump pre-commit from 2.9.2 to 2.9.3dependabot-preview[bot]2021-01-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.9.2 to 2.9.3. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v2.9.2...v2.9.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #171 from pallets/dependabot/pip/sphinx-3.4.1dependabot-preview[bot]2021-01-011-1/+1
|\ \ \ | |/ / |/| |
| * | Bump sphinx from 3.3.1 to 3.4.1dependabot-preview[bot]2021-01-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.3.1 to 3.4.1. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.3.1...v3.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #170 from pallets/dependabot/pip/pytest-6.2.1dependabot-preview[bot]2021-01-012-2/+2
|\ \ \
| * | | Bump pytest from 6.1.2 to 6.2.1dependabot-preview[bot]2021-01-012-2/+2
| |/ / | | | | | | | | | | | | | | | | | | | | | Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.1.2 to 6.2.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/6.1.2...6.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #169 from pallets/dependabot/pip/pip-tools-5.5.0dependabot-preview[bot]2021-01-011-2/+2
|\ \ \ | |/ / |/| |
| * | Bump pip-tools from 5.4.0 to 5.5.0dependabot-preview[bot]2021-01-011-2/+2
|/ / | | | | | | | | | | | | | | Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/jazzband/pip-tools/releases) - [Changelog](https://github.com/jazzband/pip-tools/blob/master/CHANGELOG.md) - [Commits](https://github.com/jazzband/pip-tools/compare/5.4.0...5.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Merge pull request #166 from pallets/dependabot/pip/pre-commit-2.9.2dependabot-preview[bot]2020-12-011-1/+1
|\ \
| * | Bump pre-commit from 2.8.2 to 2.9.2dependabot-preview[bot]2020-12-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.8.2 to 2.9.2. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v2.8.2...v2.9.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #165 from pallets/dependabot/pip/sphinx-3.3.1dependabot-preview[bot]2020-12-011-1/+1
|\ \ \ | |/ / |/| |
| * | Bump sphinx from 3.2.1 to 3.3.1dependabot-preview[bot]2020-12-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.2.1 to 3.3.1. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.2.1...v3.3.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #164 from pallets/dependabot/pip/pip-tools-5.4.0dependabot-preview[bot]2020-12-011-1/+1
|\ \ \ | |/ / |/| |
| * | Bump pip-tools from 5.3.1 to 5.4.0dependabot-preview[bot]2020-12-011-1/+1
|/ / | | | | | | | | | | | | | | Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 5.3.1 to 5.4.0. - [Release notes](https://github.com/jazzband/pip-tools/releases) - [Changelog](https://github.com/jazzband/pip-tools/blob/master/CHANGELOG.md) - [Commits](https://github.com/jazzband/pip-tools/compare/5.3.1...5.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | [pre-commit.ci] pre-commit autoupdate (#161)pre-commit-ci[bot]2020-11-241-1/+1
| | | | | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* | add lock threads workflowDavid Lord2020-11-241-0/+15
| |
* | [pre-commit.ci] pre-commit autoupdate (#160)pre-commit-ci[bot]2020-11-161-5/+5
| | | | | | Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* | Merge pull request #158 from pallets/dependabot/pip/tox-3.20.1dependabot-preview[bot]2020-11-011-1/+1
|\ \
| * | Bump tox from 3.20.0 to 3.20.1dependabot-preview[bot]2020-11-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Bumps [tox](https://github.com/tox-dev/tox) from 3.20.0 to 3.20.1. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/3.20.0...3.20.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | Merge pull request #157 from pallets/dependabot/pip/pytest-6.1.2dependabot-preview[bot]2020-11-012-2/+2
|\ \ \ | |/ / |/| |