| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python313-sphinx-autodoc-typehints | Distribution: openSUSE Tumbleweed |
| Version: 3.13.0 | Vendor: openSUSE |
| Release: 1.1 | Build date: Wed Jul 22 04:15:06 2026 |
| Group: Unspecified | Build host: reproducible |
| Size: 298584 | Source RPM: python-sphinx-autodoc-typehints-3.13.0-1.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/tox-dev/sphinx-autodoc-typehints | |
| Summary: Type hints (PEP 484) support for the Sphinx autodoc extension | |
This is a Sphinx extension which allows to use Python 3 annotations for documenting acceptable argument types and return value types of functions.
MIT
* Wed Jul 22 2026 Steve Kowalik <steven.kowalik@suse.com>
- Update to 3.13.0:
* Replace prettier with mdformat and yamlfmt
* fix(annotations): use py:class for types on 3.13+
* fix(overloads): keep summary above overloads
* feat(resolver): type C data descriptors from stub files
* fix(docstring): keep types on params with a trailing underscore
* fix(resolver): survive PEP 649 lazy annotation evaluation errors
* process_signature: don't skip the first arg on bound instance methods
* fix(annotations): use class role for Ellipsis/NotImplementedType on 3.13+
* fix(annotations): avoid NameError for TYPE_CHECKING-only annotations on
3.14
* Show version in error tracebacks
* Support PEP 695 type statement and python 3.12+ TypeAliasType
* Fix typehints_formatter cache warning
* fix(stubs): resolve type hints for PyO3 native submodules
* fix(ivar): tolerate malformed :ivar field entries
* fix(resolver): surface hints for @no_type_check targets
* feat(resolver): auto-inject :vartype: for annotated instance vars
* fix(intersphinx): skip union aliases in type mapping
* Sun Apr 12 2026 Dirk Müller <dmueller@suse.com>
- drop nptyping dependency
* Wed Apr 01 2026 Steve Kowalik <steven.kowalik@suse.com>
- Update Requires to match reality.
- Run the testsuite using python -m pytest.
* Wed Mar 25 2026 Dirk Müller <dmueller@suse.com>
- update to 3.9.11:
* fix(stubs): resolve imports inside if-blocks in .pyi stubs
* fix(stubs): evaluate stub-only definitions for annotation
resolution
- update to 3.9.10:
* fix(stubs): use __new__ param annotations not class vars
* fix(stubs): prevent forward ref warnings from stub
annotation pollution
- update to 3.9.9:
* fix(stubs): resolve relative imports in .pyi stubs
- update to 3.9.8:
* fix(docstring): preserve blank line after field list
- update to 3.9.7:
* fix(resolver): resolve NamedTuple hints from class
- update to 3.9.6:
* fix(stubs): resolve stub type hints for C/Rust extensions
- update to 3.9.5:
* fix(stubs): resolve stub imports for type hint evaluation
- update to 3.9.4:
* fix(stubs): strip all suffixes for extension modules
- update to 3.9.3:
* fix(intersphinx): exclude builtin type aliases from mapping
- update to 3.9.1:
* fix(intersphinx): access inventory dict directly
- update to 3.9.0:
* Add permissions to workflows
* ♻️ refactor(tests): consolidate test infrastructure and reach
100% coverage
* Move SECURITY.md to .github/SECURITY.md
* Switch FUNDING.yml to github: gaborbernat
- update to 3.8.0:
* feat(signatures): enable overload signature display
* feat(annotations): preserve documented type aliases
* feat(annotations): use annotationlib on 3.14+ for forward
* refactor(core): extract format-specific submodules
* feat(warnings): add source location context
* feat(stubs): resolve type hints from .pyi stub files
* feat(annotations): support Annotated with Doc() for param
descriptions
* test(output): normalize Sphinx text for stable comparisons
* feat(attrs): backfill type annotations for attrs classes
* docs(readme): rewrite with Diataxis framework
- update to 3.7.0:
* Migrate type checking from mypy to ty
* Move from extras to dependency-groups
* fix(types): resolve PEP 695 type params in annotations
* fix: separate injected :rtype: from preceding paragraph
* fix(rtype): skip Return type for generators with Yields
* fix(guard): silence ImportError for third-party guards
* fix(sig): prevent KeyError in method lookup
* fix(annotations): show NewType as alias name with supertype
* fix(annotations): link enum variants in Literal types
* fix(parser): prevent directive side-effects in snippet
parsing
- update to 3.6.3:
* build(tox): migrate from tox.ini to tox.toml
* Fix extra () after NewType in rendered output
* Fix ValueError on wrapper loops in inspect.unwrap
* Fix IndexError with always_document_param_types and braces-
after defaults
* Fix warning for __new__ of NamedTuple subclasses
- update to 3.6.2:
* Fix compatibility with 9.1.0
- update to 3.6.1:
* Include metadata in type hints
- update to 3.6.0:
* Use Sphinx 9 class interface
- drop python-sphinx-autodoc-typehints-system-object.inv.patch
(obsolete)
* Wed Feb 25 2026 Markéta Machová <mmachova@suse.com>
- Fix the condition with suse_version macro on SLFO (jsc#PED-15846)
* Mon Nov 10 2025 Dirk Müller <dmueller@suse.com>
- update to 3.5.2:
* Preserve type information from docstrings if no type
annotation is present and parameter has default value.
- update to 3.5.1:
* Declare 3.14 support
- update to 3.5.0:
* Support Union type on its own
- update to 3.4.0:
* Python 3.14 support
- update to 3.3.0:
* Warning types and subtypes
- update to 3.2.0:
* Fixed broken changelog link
* Fix issue #481
* Don't add :rtype: None
* Place rtype after directive
* Thu Apr 03 2025 Matej Cepl <mcepl@cepl.eu>
- Update to 3.1.0:
- Support Sphinx 8.2.0 - drop 3.10 support because Sphinx does
- Update to 3.0.1:
- Fix roles for types module
- Update Ruff to 0.9.1
- Update to 3.0.0:
- Replace docutils private API use w/ public
- Drop support for nptyping
- Update to 2.5.0:
- Fix the type checker
- Apply typehints_formatter to signature
* Mon Oct 28 2024 Daniel Garcia <daniel.garcia@suse.com>
- Remove python-nptyping BuildRequirement for SLFO:Main
* Mon Sep 23 2024 Dirk Müller <dmueller@suse.com>
- update to 2.4.4:
* Fix placement of return type when there is a doctest
* README and CI fixes
* Sun Sep 08 2024 Dirk Müller <dmueller@suse.com>
- update to 2.4.0:
* Drop 3.9 support
* Add 3.13 support
- update to 2.3.0:
* Add module name rewrite configuration option
- update to 2.2.3:
* Fix mypy errors due to unneeded type ignores
* Fix rendering when docstring starst with a directive
* Sat Jun 29 2024 Dirk Müller <dmueller@suse.com>
- update to 2.2.2:
* Fix for Issue #384: typehints_defaults = "braces-after" fails
for a multiline `:param:` entry
* Support autodoc_type_aliases configuration
* Support Sphinx 7.3 and drop 3.8 support
* Return injection fix
* Add option to force unions (and options) to be rendered with
bars
* Thu Feb 01 2024 Dirk Müller <dmueller@suse.com>
- update to 1.25.3:
* dependency bumps
* Sun Jan 14 2024 Dirk Müller <dmueller@suse.com>
- update to 1.25.2:
* Allow Sphinx explicitly to write in parallel.
* Fixed crash when documenting ParamSpecArgs
* Fixed a bug where if a class has an attribute and a constructor
argument with the same name, the constructor argument
type would be rendered incorrectly (issue 308)
* Fixed napoleon handling of numpy docstrings with no specified
return type.
* Fix a `Field list ends without a blank line` warning (issue 305).
* More robust determination of rtype location / fix issue 302
* Improvements to the location of the return type
* Use format_annotation to render class attribute type annotations
* Fix overloads support
* Fix spacing between `:rtype:` and directives
* Handle types from types module
* If module is \_io, use io instead
* Put rtype before examples or usage section
* Remove redundant return type for attributes
* Handle collections.abc.Callable as well as typing.Callable
* Put Literal args in code blocks
* Fix Optional role to be data.
* Fixed default options not displaying for parameters without
type hints.
* Use hatchling instead of setuptools
* Add support for typing.ParamSpec
* Allow star prefixes for parameter names in docstring
* Fri Jul 21 2023 Johannes Kastl <kastl@b1-systems.de>
- add sle15_python_module_pythons, remove skip_python2
/usr/lib/python3.13/site-packages/sphinx_autodoc_typehints /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints-3.13.0.dist-info /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints-3.13.0.dist-info/INSTALLER /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints-3.13.0.dist-info/METADATA /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints-3.13.0.dist-info/RECORD /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints-3.13.0.dist-info/REQUESTED /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints-3.13.0.dist-info/WHEEL /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints-3.13.0.dist-info/licenses /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints-3.13.0.dist-info/licenses/LICENSE /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/__init__.py /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/__pycache__ /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/__pycache__/_annotations.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/__pycache__/_annotations.cpython-313.pyc /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/__pycache__/_intersphinx.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/__pycache__/_intersphinx.cpython-313.pyc /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/__pycache__/_parser.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/__pycache__/_parser.cpython-313.pyc /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/__pycache__/attributes_patch.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/__pycache__/attributes_patch.cpython-313.pyc /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/__pycache__/patches.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/__pycache__/patches.cpython-313.pyc /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/__pycache__/version.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/__pycache__/version.cpython-313.pyc /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/_annotations.py /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/_formats /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/_formats/__init__.py /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/_formats/__pycache__ /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/_formats/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/_formats/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/_formats/__pycache__/_base.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/_formats/__pycache__/_base.cpython-313.pyc /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/_formats/__pycache__/_numpydoc.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/_formats/__pycache__/_numpydoc.cpython-313.pyc /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/_formats/__pycache__/_sphinx.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/_formats/__pycache__/_sphinx.cpython-313.pyc /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/_formats/_base.py /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/_formats/_numpydoc.py /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/_formats/_sphinx.py /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/_intersphinx.py /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/_parser.py /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/_resolver /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/_resolver/__init__.py /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/_resolver/__pycache__ /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/_resolver/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/_resolver/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/_resolver/__pycache__/_attrs.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/_resolver/__pycache__/_attrs.cpython-313.pyc /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/_resolver/__pycache__/_instance_vars.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/_resolver/__pycache__/_instance_vars.cpython-313.pyc /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/_resolver/__pycache__/_stubs.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/_resolver/__pycache__/_stubs.cpython-313.pyc /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/_resolver/__pycache__/_type_comments.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/_resolver/__pycache__/_type_comments.cpython-313.pyc /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/_resolver/__pycache__/_type_hints.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/_resolver/__pycache__/_type_hints.cpython-313.pyc /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/_resolver/__pycache__/_util.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/_resolver/__pycache__/_util.cpython-313.pyc /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/_resolver/_attrs.py /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/_resolver/_instance_vars.py /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/_resolver/_stubs.py /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/_resolver/_type_comments.py /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/_resolver/_type_hints.py /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/_resolver/_util.py /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/attributes_patch.py /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/patches.py /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/py.typed /usr/lib/python3.13/site-packages/sphinx_autodoc_typehints/version.py /usr/share/doc/packages/python313-sphinx-autodoc-typehints /usr/share/doc/packages/python313-sphinx-autodoc-typehints/README.md /usr/share/licenses/python313-sphinx-autodoc-typehints /usr/share/licenses/python313-sphinx-autodoc-typehints/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Aug 7 23:55:33 2026