diff --git a/python-sphinx-autodoc-typehints.changes b/python-sphinx-autodoc-typehints.changes index f4139cc..1b75455 100644 --- a/python-sphinx-autodoc-typehints.changes +++ b/python-sphinx-autodoc-typehints.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Apr 3 12:55:29 UTC 2025 - Matej Cepl + +- 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 diff --git a/python-sphinx-autodoc-typehints.spec b/python-sphinx-autodoc-typehints.spec index 71d7d4c..997f702 100644 --- a/python-sphinx-autodoc-typehints.spec +++ b/python-sphinx-autodoc-typehints.spec @@ -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.4 +Version: 3.1.0 Release: 0 Summary: Type hints (PEP 484) support for the Sphinx autodoc extension License: MIT @@ -90,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 diff --git a/sphinx_autodoc_typehints-2.4.4.tar.gz b/sphinx_autodoc_typehints-2.4.4.tar.gz deleted file mode 100644 index a63c82e..0000000 --- a/sphinx_autodoc_typehints-2.4.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e743512da58b67a06579a1462798a6907664ab77460758a43234adeac350afbf -size 40572 diff --git a/sphinx_autodoc_typehints-3.1.0.tar.gz b/sphinx_autodoc_typehints-3.1.0.tar.gz new file mode 100644 index 0000000..b3347f7 --- /dev/null +++ b/sphinx_autodoc_typehints-3.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6b7b0b6df0a380783ce5b29150c2d30352746f027a3e294d37183995d3f23ed +size 36528