2024-06-09 16:18:58 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-sphinx-autodoc-typehints: update to 2.1.1.
Changes: not documented.
|
2024-04-21 17:46:23 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-sphinx-autodoc-typehints: update to 2.1.0.
Support Sphinx 7.3 and drop 3.8 support by @gaborbernat in #448
|
2024-04-14 20:12:31 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-sphinx-autodoc-typehints: updated to 2.0.1
2.0.1
Extend linter/formatter rules
Fix the CI
Add missing option to readme
Return injection fix
|
2024-02-13 18:53:33 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-sphinx-autodoc-typehints: update to 2.0.0.
Add option to force unions (and options) to be rendered with bars
by @hoodmane in #418 (on by default, hence major version bump)
|
2024-01-27 08:44:07 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-sphinx-autodoc-typehints: updated to 1.25.3
1.25.3
Stop parsing from overwriting Sphinx configuration
|
2023-11-11 11:01:18 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-sphinx-autodoc-typehints: updated to 1.25.2
1.25.2
ENH Make types in signature respect typehints_fully_qualified
1.25.1
FIX Put a slash space between xref and type args
1.25.0
ENH Add a css wrapper to generated types
|
2023-11-07 23:13:29 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-sphinx-autodoc-typehints: update to 1.24.1.
1.24.1
fix: Recursively evaluate guarded code by @Mr-Pepe in #393
1.24.0
Exclude dependabot and pre-commit ci from release notes by @gaborbernat in #369
Drop typed-ast as is no longer maintained/used by @gaborbernat in #373
|
2023-10-28 21:57:26 by Thomas Klausner | Files touched by this commit (516) | |
Log message:
python/wheel.mk: simplify a lot, and switch to 'installer' for installation
This follows the recommended bootstrap method (flit_core, build, installer).
However, installer installs different files than pip, so update PLISTs
for all packages using wheel.mk and bump their PKGREVISIONs.
|
2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158) |
Log message:
*: remove more references to Python 3.7
|
2023-07-06 00:07:40 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
py-sphinx-autodoc-typehints: update to 1.23.3.
What's Changed
[pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #362
[pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #364
Fix type guard handling for classes by @gaborbernat in #365
|