summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* git mv setup.py pyproject.tomlAdam Turner2022-09-131-123/+0
|
* Remove Pygments compatability code (#10812)Adam Turner2022-09-091-1/+1
|
* Bump dependency versionsAdam Turner2022-09-091-8/+8
|
* Specify `colorama` dependency with an environment markerAdam Turner2022-09-091-3/+1
|
* Refactor setup.pyAdam Turner2022-09-091-47/+43
|
* Clean setup.pyAdam Turner2022-09-091-7/+0
|
* Merge branch '5.0.x' into 5.xTakeshi KOMIYA2022-07-231-1/+1
|\
| * Fix mypy violations (with mypy-0.971)Takeshi KOMIYA2022-07-231-1/+1
| |
* | Lint with `flake8-bugbear` (#10602)danieleades2022-07-121-0/+1
| | | | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* | Support Docutils 0.19 (#10656)Adam Turner2022-07-121-1/+1
| |
* | Use the `flake8-comprehensions` lint plugin (#10601)danieleades2022-06-261-0/+1
| |
* | Replace doclinter with sphinx-lint (#10389)Julien Palard2022-06-161-0/+1
| | | | | | Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
* | Add Changelog to project_urlsAdam Johnson2022-06-041-0/+1
|/
* Split out coverageAdam Turner2022-05-021-2/+1
|
* Merge branch '5.x' into fix-warningsAdam Turner2022-05-021-2/+2
|\ | | | | | | | | # Conflicts: # tests/test_search.py
| * Merge pull request #10164 from AA-Turner/bump-docutilsTakeshi KOMIYA2022-05-031-1/+1
| |\ | | | | | | Bump Docutils dependency
| | * Bump Docutils dependencyAdam Turner2022-04-191-1/+1
| | |
| * | Merge branch '4.x' into 5.xTakeshi KOMIYA2022-04-301-1/+1
| |\ \ | | |/ | |/|
| | * Fix mypy violations (with mypy-0.950)Takeshi KOMIYA2022-04-301-1/+1
| | |
* | | Specify encodingAdam Turner2022-04-221-1/+1
|/ /
* | Move `compile_catalog_plusjs` to `utils/`Adam Turner2022-04-161-117/+0
|/
* Merge branch '4.3.x' into 4.xTakeshi KOMIYA2022-01-091-1/+1
|\
| * Fix mypy violations (with mypy-0.931)Takeshi KOMIYA2022-01-091-1/+1
| |
* | refactor: Reduce usages of distutils (refs: #9820)Takeshi KOMIYA2022-01-011-3/+2
| | | | | | | | | | distutils module is now deprecated and will be removed since Python 3.12. So this reduces the usages of the module.
* | Merge remote-tracking branch 'origin/4.x' into importlib-metadataThomas Kluyver2021-12-241-1/+1
|\ \ | |/
| * Fix mypy violations (with mypy-0.930)Takeshi KOMIYA2021-12-241-1/+1
| |
* | Replace pkg_resources with importlib.metadataThomas Kluyver2021-12-221-2/+1
|/
* Fix mypy violations (with mypy-0.920)Takeshi KOMIYA2021-12-171-1/+1
|
* Support Python 3.10Takeshi KOMIYA2021-10-071-0/+1
|
* setup.py: Fix broken url on the PyPI pageChristian Clauss2021-09-071-1/+1
|
* Fix #9434: Update dependencies for bundled buildersTakeshi KOMIYA2021-07-151-2/+2
|
* Merge branch '4.0.x' into 4.xTakeshi KOMIYA2021-06-131-1/+4
|\
| * Fix mypy violations (Third-party Library Stubs) (with mypy-0.900)Junya Fukuda2021-06-131-1/+4
| |
| * Close #9216: Support jinja2-3.0Takeshi KOMIYA2021-05-191-2/+1
| |
| * Update dependency: jinja2 < 3.0 and MarkupSafe < 2.0Takeshi KOMIYA2021-05-031-1/+2
| | | | | | | | | | | | | | Jinja2 and MarkupSafe have a plan to major release in the near future. And it will introduce some changes for its APIs. To lessen the noise of the DeprecationWarnings, this pins the versions to current stable release.
* | doc: Upgraded some of sphinx-doc.org links to HTTPSigo958622021-05-161-1/+1
| | | | | | | | | | Seems like that link is used in some tests and code so upgrading it outside documentation might break something
* | Support jinja2-3.0Takeshi KOMIYA2021-05-041-2/+1
| | | | | | | | | | | | Since jinja2-3.0, some utility functions like contextfunction and environmentfilter are renamed to new name. This follows the updates to support jinja2-3.0 or above.
* | Update dependency: jinja2 < 3.0 and MarkupSafe < 2.0Takeshi KOMIYA2021-05-031-1/+2
|/ | | | | | | Jinja2 and MarkupSafe have a plan to major release in the near future. And it will introduce some changes for its APIs. To lessen the noise of the DeprecationWarnings, this pins the versions to current stable release.
* Support docutils-0.17Takeshi KOMIYA2021-04-221-1/+1
|
* Merge branch '3.x'Takeshi KOMIYA2021-04-111-1/+1
|\
| * Pin Sphinx 3.x to docutils <0.17Eric Holscher2021-04-091-1/+1
| | | | | | | | | | | | | | | | | | | | This will address the issues that the latest docutils release caused. I think thi si a good practice in general to make sure we have a defined range of docutils versions, given that they might change in the future. Having this defined will mean that 3.x versions of Sphinx will always work, even when docutils has advanced with additional backwards incompatible features. Refs #9065 #9063 #9061 #9051
* | Merge branch '3.x'Takeshi KOMIYA2021-01-221-1/+1
|\ \ | |/
| * Fix mypy violations (with mypy-0.800)Takeshi KOMIYA2021-01-221-1/+1
| |
* | Merge branch '3.x'Takeshi KOMIYA2020-12-141-1/+1
|\ \ | |/
| * Don't require typed_ast in [test] with Python 3.8+Miro Hrončok2020-11-231-1/+1
| |
* | Merge branch '3.x'Takeshi KOMIYA2020-11-121-3/+4
|\ \ | |/
| * Sort imports with isortFrançois Freitag2020-11-111-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | Keep imports alphabetically sorted and their order homogeneous across Python source files. The isort project has more feature and is more active than the flake8-import-order plugin. Most issues caught were simply import ordering from the same module. Where imports were purposefully placed out of order, tag with isort:skip.
| * test: Do test with py39Takeshi KOMIYA2020-11-051-0/+1
| |
* | Remove additional mentions of Python 3.5François Freitag2020-11-071-1/+1
| |
* | Test and document support for Python 3.9 releaseJon Dufresne2020-11-011-0/+1
| |