forked from pool/python-sphinx-autodoc-typehints
Compare commits
7 Commits
Author | SHA256 | Date | |
---|---|---|---|
530440d8fe | |||
25562bf16f | |||
2dc2a23cff | |||
f3a06afc32 | |||
555de69fb6 | |||
3a0d278096 | |||
1feadc49d7 |
@@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 3 12:55:29 UTC 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 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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-sphinx-autodoc-typehints
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# 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: 2.4.0
|
||||
Version: 3.1.0
|
||||
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
|
||||
@@ -85,7 +90,7 @@ export PYTHONPATH=./src
|
||||
%if %{without test}
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%doc README.md CHANGELOG.md
|
||||
%doc README.md
|
||||
%{python_sitelib}/%{modname}-%{version}*-info
|
||||
%{python_sitelib}/%{modname}
|
||||
%endif
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f8281654ddf5709875429b7120d367f4edee39a131e13d5806e4f779a81bf0f
|
||||
size 40568
|
BIN
sphinx_autodoc_typehints-3.1.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
sphinx_autodoc_typehints-3.1.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user