summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
|
* Fix mypy violations (for mypy-0.710)Takeshi KOMIYA2019-06-211-1/+1
|
* Add extra requirements for docs (refs: #6336)Takeshi KOMIYA2019-05-041-0/+3
|
* Add long_description_content_type to package metadataTakeshi KOMIYA2019-03-101-0/+1
|
* Fix #6140: Use unittest.mock instead of mockTakeshi KOMIYA2019-03-091-1/+0
|
* Separate json and pickle to sphinxcontrib packageTakeshi KOMIYA2019-02-171-0/+1
|
* Separate htmlhelp to sphinxcontrib packageTakeshi KOMIYA2019-02-151-0/+1
|
* Separate applehelp to sphinxcontrib packageTakeshi KOMIYA2019-02-061-0/+1
|
* Separate devhelp to sphinxcontrib packageTakeshi KOMIYA2019-01-201-0/+1
|
* Separate qthelp to sphinxcontrib packageTakeshi KOMIYA2019-01-191-0/+1
|
* Drop dependency: sphinxcontrib-websupportTakeshi KOMIYA2019-01-141-4/+0
|
* Separate jsmath to sphinxcontrib packageTakeshi KOMIYA2019-01-131-0/+1
|
* Remove redundant mypy config 'incremental'Jon Dufresne2019-01-061-1/+1
| | | | | | | The mypy config 'incremental` has defaulted as true since version 0.590. Can drop the local override. For details, see: https://github.com/python/mypy/commit/6b13652a466ccb102987a2ab1fa93d4b52fd8e3f
* Replace use of six.text_type with strJon Dufresne2018-12-181-1/+0
| | | | | This removes the last use of the six package allowing Sphinx to remove it as a dependency.
* Merge pull request #5786 from tk0miya/requests-2.5Takeshi KOMIYA2018-12-181-1/+1
|\ | | | | Update deps: requests-2.5.0 or above
| * Update deps: requests-2.5.0 or aboveTakeshi KOMIYA2018-12-161-1/+1
| |
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
|/ | | | | | | | | | | | | | In Python 3, the default encoding of source files is utf-8. The encoding cookie is now unnecessary and redundant so remove it. For more details, see the docs: https://docs.python.org/3/howto/unicode.html#the-string-type > The default encoding for Python source code is UTF-8, so you can > simply include a Unicode character in a string literal ... Includes a fix for the flake8 header checks to stop expecting an encoding cookie.
* Add docutils-stubs to test depsTakeshi KOMIYA2018-12-151-0/+1
|
* Simplify open() call by removing default modeJon Dufresne2018-12-111-1/+1
| | | | | | | | | The open() function opens files in read-only text mode by default. Drop the mode argument to be slightly simpler and more idiomatic. https://docs.python.org/3/library/functions.html#open > The default mode is 'r' (open for reading text, synonym of 'rt').
* Drop explicit dependency: typed_astJon Dufresne2018-11-161-2/+1
| | | | | | | | typed-ast has been a required dependency of mypy since v0.470. Can rely on it being installed as a transient dependency and not list it explicitly. For the change in mypy, see: https://github.com/python/mypy/commit/a207754a7e426359812c7ae490ea13c979762b51
* Always prefer dict literals over calls to dict()Jon Dufresne2018-11-131-5/+5
| | | | | Dict literals are always slightly faster and are idiomatic modern Python.
* Remove unnecessary object from class definitionsJon Dufresne2018-09-111-1/+1
| | | | | In Python 3, all classes are new-style classes. The object in the definition is redundant and unnecessary.
* Merge pull request #5370 from tk0miya/drop_deprecated_methodsTakeshi KOMIYA2018-09-051-1/+0
|\ | | | | Drop APIs deprecated in 2.0