summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #217 from pallets/release-2.0.12.0.12.0.1-buildDavid Lord2021-05-183-5/+2
|\ | | | | release version 2.0.1
| * release version 2.0.1David Lord2021-05-183-5/+2
|/
* Merge pull request #216 from pallets/cibuildwheel-auto-skipDavid Lord2021-05-181-2/+5
|\ | | | | cibuildwheel skips based on python_requires
| * update cibuildwheelDavid Lord2021-05-181-1/+1
| |
| * cibuildwheel skips based on python_requiresDavid Lord2021-05-181-1/+4
|/
* Merge pull request #215 from pallets/update-typingDavid Lord2021-05-183-8/+13
|\ | | | | Update typing
| * fix typing that wasn't available in Python 3.6.0David Lord2021-05-182-2/+4
| |
| * mark top-level names as exportedDavid Lord2021-05-183-7/+10
|/
* Merge pull request #213 from pallets/default-branchDavid Lord2021-05-113-5/+5
|\ | | | | rename default branch in files
| * rename default branch in filesDavid Lord2021-05-113-5/+5
|/
* Merge pull request #212 from ThiefMaster/fix-sphinx-buildDavid Lord2021-05-113-14/+10
|\ | | | | Update deps & get sphinx from 4.1-dev git
| * Install sphinx 4.1-dev from gitAdrian Moennich2021-05-123-13/+9
| | | | | | | | Otherwise docs builds are broken due to sphinx/issues#9216
| * Update dependenciesAdrian Moennich2021-05-121-1/+1
|/
* start version 2.0.1.dev0David Lord2021-05-111-0/+6
|
* start version 2.0.1.dev0David Lord2021-05-111-1/+1
|
* Merge pull request #211 from pallets/release-2.0.02.0.0David Lord2021-05-117-25/+29
|\ | | | | Release 2.0.0
| * release version 2.0.0David Lord2021-05-112-2/+2
| |
| * update requirementsDavid Lord2021-05-115-23/+27
|/
* Merge pull request #210 from pallets/pre-commit-ci-scheduleDavid Lord2021-05-111-0/+2
|\ | | | | update pre-commit monthly
| * update pre-commit monthlyDavid Lord2021-05-111-0/+2
|/
* Merge pull request #209 from pallets/formatter-superDavid Lord2021-05-101-0/+5
|\ | | | | call string.Formatter.__init__
| * use slots for format helper classesDavid Lord2021-05-101-0/+4
| |
| * call `string.Formatter.__init__`David Lord2021-05-101-0/+1
|/
* Merge pull request #208 from pallets/pre-commit-ci-update-configDavid Lord2021-05-101-3/+3
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-05-101-3/+3
|/ | | | | | | updates: - [github.com/asottile/pyupgrade: v2.14.0 → v2.15.0](https://github.com/asottile/pyupgrade/compare/v2.14.0...v2.15.0) - [github.com/psf/black: 21.4b2 → 21.5b1](https://github.com/psf/black/compare/21.4b2...21.5b1) - [github.com/PyCQA/flake8: 3.9.1 → 3.9.2](https://github.com/PyCQA/flake8/compare/3.9.1...3.9.2)
* Merge pull request #207 from pallets/pre-commit-ci-update-configDavid Lord2021-05-031-2/+2
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-05-031-2/+2
|/ | | | | | updates: - [github.com/asottile/pyupgrade: v2.13.0 → v2.14.0](https://github.com/asottile/pyupgrade/compare/v2.13.0...v2.14.0) - [github.com/psf/black: 21.4b0 → 21.4b2](https://github.com/psf/black/compare/21.4b0...21.4b2)
* Merge pull request #206 from pallets/dependabot/pip/pre-commit-2.12.1masterdependabot[bot]2021-04-281-1/+1
|\
| * Bump pre-commit from 2.12.0 to 2.12.1dependabot[bot]2021-04-281-1/+1
|/ | | | | | | | Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.12.0 to 2.12.1. - [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.12.0...v2.12.1) Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #205 from pallets/dependabot/add-v2-config-fileDavid Lord2021-04-281-0/+8
|\ | | | | Upgrade to GitHub-native Dependabot
| * Upgrade to GitHub-native Dependabotdependabot/add-v2-config-filedependabot-preview[bot]2021-04-281-0/+8
|/
* Merge pull request #204 from pallets/pre-commit-ci-update-configDavid Lord2021-04-272-18/+7
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2021-04-261-15/+4
| | | | | | | | for more information, see https://pre-commit.ci
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-04-261-3/+3
|/ | | | | | | updates: - [github.com/asottile/pyupgrade: v2.12.0 → v2.13.0](https://github.com/asottile/pyupgrade/compare/v2.12.0...v2.13.0) - [github.com/asottile/reorder_python_imports: v2.4.0 → v2.5.0](https://github.com/asottile/reorder_python_imports/compare/v2.4.0...v2.5.0) - [github.com/psf/black: 20.8b1 → 21.4b0](https://github.com/psf/black/compare/20.8b1...21.4b0)
* Merge pull request #202 from pallets/release-2.0.0rc22.0.0rc2David Lord2021-04-168-33/+37
|\ | | | | Release 2.0.0rc2
| * release version 2.0.0rc2David Lord2021-04-161-1/+1
| |
| * docs typehints in descriptionsDavid Lord2021-04-161-0/+1
| |
| * update deprecated pre-commit hookDavid Lord2021-04-161-1/+1
| |
| * update requirementsDavid Lord2021-04-165-15/+18
| |
| * update pallets-sphinx-themesDavid Lord2021-04-163-16/+16
|/
* mention markupsafe in deprecation messageDavid Lord2021-04-152-2/+2
|
* Merge pull request #201 from pallets/pre-commit-ci-update-configDavid Lord2021-04-121-1/+1
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-04-121-1/+1
|/
* Merge pull request #200 from pallets/dependabot/pip/requirements/urllib3-1.26.4David Lord2021-04-062-13/+13
|\ | | | | Bump urllib3 from 1.26.3 to 1.26.4 in /requirements
| * Bump urllib3 from 1.26.3 to 1.26.4 in /requirementsdependabot[bot]2021-04-062-15/+15
| | | | | | | | | | | | | | | | Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.3 to 1.26.4. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.3...1.26.4) Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #199 from pallets/dependabot/pip/urllib3-1.26.4dependabot-preview[bot]2021-04-062-2/+2
|\ \ | |/ |/|
| * [Security] Bump urllib3 from 1.26.3 to 1.26.4dependabot-preview[bot]2021-04-062-2/+2
|/ | | | | | | | Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.3 to 1.26.4. **This update includes a security fix.** - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.3...1.26.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #197 from pallets/pre-commit-ci-update-configDavid Lord2021-04-051-1/+1
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-04-051-1/+1
|/
* Merge pull request #196 from pallets/pre-commit-ci-update-configDavid Lord2021-03-221-1/+1
|\ | | | | [pre-commit.ci] pre-commit autoupdate