Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 19a07c508d | |||
| 8068ca0350 |
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 10 08:08:18 UTC 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 3 12:55:29 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
@@ -7,7 +27,7 @@ Thu Apr 3 12:55:29 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||
- Fix roles for types module
|
||||
- Update Ruff to 0.9.1
|
||||
- Update to 3.0.0:
|
||||
- 🐛 Replace docutils private API use w/ public
|
||||
- Replace docutils private API use w/ public
|
||||
- Drop support for nptyping
|
||||
- Update to 2.5.0:
|
||||
- Fix the type checker
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-sphinx-autodoc-typehints
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -28,7 +28,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-sphinx-autodoc-typehints%{psuffix}
|
||||
Version: 3.1.0
|
||||
Version: 3.5.2
|
||||
Release: 0
|
||||
Summary: Type hints (PEP 484) support for the Sphinx autodoc extension
|
||||
License: MIT
|
||||
|
||||
BIN
sphinx_autodoc_typehints-3.1.0.tar.gz
(Stored with Git LFS)
BIN
sphinx_autodoc_typehints-3.1.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
sphinx_autodoc_typehints-3.5.2.tar.gz
Normal file
3
sphinx_autodoc_typehints-3.5.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5fcd4a3eb7aa89424c1e2e32bedca66edc38367569c9169a80f4b3e934171fdb
|
||||
size 37839
|
||||
Reference in New Issue
Block a user