diff --git a/python-sphinx-autodoc-typehints.changes b/python-sphinx-autodoc-typehints.changes index 4a7a3e2..0eaef88 100644 --- a/python-sphinx-autodoc-typehints.changes +++ b/python-sphinx-autodoc-typehints.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Sep 23 13:29:55 UTC 2020 - Dirk Mueller + +- update to 1.11.0: + * Dropped support for Sphinx < 3.0 + * Added support for alternative parameter names (``arg``, ``argument``, ``parameter``) + * Fixed import path for Signature (PR by Matthew Treinish) + * Fixed ``TypeError`` when formatting a parametrized ``typing.IO`` annotation + * Fixed data class displaying a return type in its ``__init__()`` method + ------------------------------------------------------------------- Fri Mar 6 14:50:12 UTC 2020 - pgajdos@suse.com diff --git a/python-sphinx-autodoc-typehints.spec b/python-sphinx-autodoc-typehints.spec index 9802abd..efb204f 100644 --- a/python-sphinx-autodoc-typehints.spec +++ b/python-sphinx-autodoc-typehints.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-sphinx-autodoc-typehints -Version: 1.10.3 +Version: 1.11.0 Release: 0 Summary: Type hints (PEP 484) support for the Sphinx autodoc extension License: MIT diff --git a/sphinx-autodoc-typehints-1.10.3.tar.gz b/sphinx-autodoc-typehints-1.10.3.tar.gz deleted file mode 100644 index 6c0a08d..0000000 --- a/sphinx-autodoc-typehints-1.10.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6b3180167479aca2c4d1ed3b5cb044a70a76cccd6b38662d39288ebd9f0dff0 -size 16396 diff --git a/sphinx-autodoc-typehints-1.11.0.tar.gz b/sphinx-autodoc-typehints-1.11.0.tar.gz new file mode 100644 index 0000000..09a9dcc --- /dev/null +++ b/sphinx-autodoc-typehints-1.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbf0b203f1019b0f9843ee8eef0cff856dc04b341f6dbe1113e37f2ebf243e11 +size 16676