diff --git a/python-sphinx-autodoc-typehints.changes b/python-sphinx-autodoc-typehints.changes index 8007634..3d5c6d4 100644 --- a/python-sphinx-autodoc-typehints.changes +++ b/python-sphinx-autodoc-typehints.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Sep 16 13:38:42 UTC 2019 - Tomáš Chvátal + +- Update to 1.8.0: + * Fixed regression which caused TypeError or OSError when trying to set annotations due to PR #87 + * Fixed unintentional mangling of annotation type names + * Added proper :py:data targets for NoReturn, ClassVar and Tuple + * Added support for inline type comments (like (int, str) -> None) (PR by Bernát Gábor) + * Use the native AST parser for type comment support on Python 3.8+ + ------------------------------------------------------------------- Tue Sep 10 10:03:02 UTC 2019 - Tomáš Chvátal diff --git a/python-sphinx-autodoc-typehints.spec b/python-sphinx-autodoc-typehints.spec index 6ffde03..8750afa 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.7.0 +Version: 1.8.0 Release: 0 Summary: Type hints (PEP 484) support for the Sphinx autodoc extension License: MIT diff --git a/sphinx-autodoc-typehints-1.7.0.tar.gz b/sphinx-autodoc-typehints-1.7.0.tar.gz deleted file mode 100644 index 742a752..0000000 --- a/sphinx-autodoc-typehints-1.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8eb1e2bc248d316a9faeca086c6133623f6d45770e342738158249356989b95c -size 13078 diff --git a/sphinx-autodoc-typehints-1.8.0.tar.gz b/sphinx-autodoc-typehints-1.8.0.tar.gz new file mode 100644 index 0000000..b7dea4d --- /dev/null +++ b/sphinx-autodoc-typehints-1.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d968ec3ee4f7fe7695ab6facf5cd2d74d3cea67584277458ad9b2788ebbcc3b +size 14730