forked from pool/python-sphinx-autodoc-typehints
Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
2dc2a23cff | ||
f3a06afc32 | |||
555de69fb6 | |||
|
3a0d278096 | ||
1feadc49d7 |
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
BIN
sphinx_autodoc_typehints-2.4.4.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user