17
0

11 Commits

Author SHA256 Message Date
e6c27d372e Accepting request 1266892 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1266892
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinx-autodoc-typehints?expand=0&rev=21
2025-04-03 14:51:06 +00:00
f7764bf4ec - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-autodoc-typehints?expand=0&rev=56
2025-04-03 12:58:40 +00:00
cdbd9942f7 Accepting request 1218927 from devel:languages:python
- Remove python-nptyping BuildRequirement for SLFO:Main

OBS-URL: https://build.opensuse.org/request/show/1218927
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinx-autodoc-typehints?expand=0&rev=20
2024-10-29 13:34:52 +00:00
3c575acc18 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-autodoc-typehints?expand=0&rev=54 2024-10-29 06:16:14 +00:00
52038e39d6 - Remove python-nptyping BuildRequirement for SLFO:Main
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-autodoc-typehints?expand=0&rev=53
2024-10-28 13:03:33 +00:00
a035405897 Accepting request 1202593 from devel:languages:python
- update to 2.4.4:
  * Fix placement of return type when there is a doctest
  * README and CI fixes

OBS-URL: https://build.opensuse.org/request/show/1202593
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinx-autodoc-typehints?expand=0&rev=19
2024-09-24 15:31:45 +00:00
13ec76ff5e - update to 2.4.4:
* Fix placement of return type when there is a doctest
  * README and CI fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-autodoc-typehints?expand=0&rev=51
2024-09-23 09:27:32 +00:00
1fd1e1b3e1 Accepting request 1199458 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1199458
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinx-autodoc-typehints?expand=0&rev=18
2024-09-09 12:44:34 +00:00
586e47d5e2 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-autodoc-typehints?expand=0&rev=49
2024-09-08 13:21:35 +00:00
2cdc162f41 Accepting request 1183919 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1183919
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinx-autodoc-typehints?expand=0&rev=17
2024-07-03 18:30:02 +00:00
aedacbe26f - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-autodoc-typehints?expand=0&rev=47
2024-06-29 05:38:25 +00:00
4 changed files with 6 additions and 26 deletions

View File

@@ -1,23 +1,3 @@
-------------------------------------------------------------------
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>
@@ -27,7 +7,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

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-sphinx-autodoc-typehints
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2025 SUSE LLC
#
# 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.5.2
Version: 3.1.0
Release: 0
Summary: Type hints (PEP 484) support for the Sphinx autodoc extension
License: MIT

Binary file not shown.

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5fcd4a3eb7aa89424c1e2e32bedca66edc38367569c9169a80f4b3e934171fdb
size 37839