1
0

Compare commits

...

5 Commits

4 changed files with 22 additions and 5 deletions

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Oct 28 13:03:06 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
- Remove python-nptyping BuildRequirement for SLFO:Main
-------------------------------------------------------------------
Mon Sep 23 09:25:23 UTC 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 8 13:20:42 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@ -28,7 +28,7 @@
%{?sle15_python_module_pythons}
Name: python-sphinx-autodoc-typehints%{psuffix}
Version: 2.4.0
Version: 2.4.4
Release: 0
Summary: Type hints (PEP 484) support for the Sphinx autodoc extension
License: MIT
@ -49,10 +49,15 @@ BuildArch: noarch
# SECTION tests
BuildRequires: %{python_module Sphinx >= 7.3.5}
BuildRequires: %{python_module doc}
BuildRequires: %{python_module nptyping >= 2.5}
BuildRequires: %{python_module pytest >= 8.1.1}
BuildRequires: %{python_module sphobjinv >= 2.3.1}
BuildRequires: %{python_module typing_extensions >= 4.11}
# Do not depend on nptyping for SLFO:Main
%if 0%{suse_version} > 1600
BuildRequires: %{python_module nptyping >= 2.5}
%endif
%endif
# /SECTION
%python_subpackages

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8f8281654ddf5709875429b7120d367f4edee39a131e13d5806e4f779a81bf0f
size 40568

BIN
sphinx_autodoc_typehints-2.4.4.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.