summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Merge branch '3.x'Takeshi KOMIYA2020-10-241-1/+1
|\ \ | |/
| * Fix mypy violations (with mypy-0.790)Takeshi KOMIYA2020-10-241-1/+1
| |
* | Merge branch '3.x'Takeshi KOMIYA2020-07-051-3/+3
|\ \ | |/
| * Closes #7887: Updated the sphinx.js locale json dump to indent for ↵Charles2020-07-041-3/+3
| | | | | | | | readability. Changed files to open with utf8 encoding
* | Merge branch '3.x'Takeshi KOMIYA2020-06-041-1/+2
|\ \ | |/
| * Merge branch '3.0.x' into 3.xTakeshi KOMIYA2020-06-031-1/+1
| |\
| | * Fix mypy violations (with mypy-0.780)Takeshi KOMIYA2020-06-031-1/+1
| | |
| * | Add py38 to the list of PyPI classifiersTakeshi KOMIYA2020-05-291-0/+1
| |/
* | Merge branch '3.x'Takeshi KOMIYA2020-03-231-0/+1
|\ \ | |/
| * Fix #7331: autodoc: a cython-function is not recognized as a functionTakeshi KOMIYA2020-03-221-0/+1
| |
* | Merge branch '3.x'Takeshi KOMIYA2020-03-121-1/+1
|\ \ | |/
| * Merge branch '2.x' into 3.xTakeshi KOMIYA2020-03-121-1/+1
| |\
| | * Fix mypy violations (with mypy-0.770)Takeshi KOMIYA2020-03-121-1/+1
| | |
* | | Merge branch '3.x'Takeshi KOMIYA2020-03-101-1/+1
|\ \ \ | |/ /
| * | Unpin pytestDaniel Hahler2020-03-091-1/+1
| | | | | | | | | | | | | | | Was done in https://github.com/sphinx-doc/sphinx/pull/7037 to work around a bug in 5.3.3.
* | | Drop docutils 0.12 and 0.13 supportTakeshi KOMIYA2020-03-071-1/+1
| | |
* | | Drop python 3.5 supportTakeshi KOMIYA2020-03-071-4/+3
|/ /
* | Close #6623: babel-2.0 or above is available (Unpinned)Takeshi KOMIYA2020-02-081-1/+1
| | | | | | | | | | | | refs: * 6bce0a1c10f7ebeda7b54afed88c27dca185f1ee * https://github.com/mitsuhiko/babel/issues/174
* | Add new extras_require: lintTakeshi KOMIYA2020-01-231-4/+7
|/
* Test with pytest-5.3.2Takeshi KOMIYA2020-01-191-1/+1
| | | | | It seems our CI build has been broken since pytest-5.3.3. This pins it to 5.3.2 to fix it temporarily.
* Fix mypy violations (for mypy-0.761)Takeshi KOMIYA2019-12-211-1/+1
|
* Fix mypy violations (for mypy-0.750)Takeshi KOMIYA2019-11-301-1/+1
|
* add urls to Code and Issue tracker for PyPiAndriy Orehov2019-11-141-0/+4
|
* Add py.typed to make PEP-561 compatibleLewis Russell2019-10-311-0/+3
|
* Fix mypy violations (for mypy-0.740)Takeshi KOMIYA2019-10-201-1/+1
|
* Fix mypy violations (for mypy-0.730)Takeshi KOMIYA2019-10-061-1/+1
|
* Fix mypy violations (for mypy-0.720)Takeshi KOMIYA2019-07-131-1/+1
|
* Fix mypy violations (for mypy-0.711)Takeshi KOMIYA2019-06-291-1/+1
|