diff --git a/python-sphinx-autodoc-typehints-system-object.inv.patch b/python-sphinx-autodoc-typehints-system-object.inv.patch index 50fbd5e..c8d5621 100644 --- a/python-sphinx-autodoc-typehints-system-object.inv.patch +++ b/python-sphinx-autodoc-typehints-system-object.inv.patch @@ -1,16 +1,10 @@ --- - tests/conftest.py | 13 ++----------- - 1 file changed, 2 insertions(+), 11 deletions(-) + tests/conftest.py | 12 ++---------- + 1 file changed, 2 insertions(+), 10 deletions(-) --- a/tests/conftest.py +++ b/tests/conftest.py -@@ -1,5 +1,4 @@ - import os --import sys - import pathlib - import shutil - -@@ -13,16 +12,8 @@ collect_ignore = ['roots'] +@@ -14,16 +14,8 @@ collect_ignore = ['roots'] @pytest.fixture(scope='session') def inv(pytestconfig): diff --git a/python-sphinx-autodoc-typehints.changes b/python-sphinx-autodoc-typehints.changes index 68d98bc..7b783df 100644 --- a/python-sphinx-autodoc-typehints.changes +++ b/python-sphinx-autodoc-typehints.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Aug 3 09:42:00 UTC 2021 - Matej Cepl + +- Update to 1.12.0: + - Dropped Python 3.5 support + - Added the simplify_optional_unions config option + - Fixed indentation of multiline strings + - Changed formatting of None to point to the Python stdlib docs + - Updated special dataclass handling + ------------------------------------------------------------------- Sat Apr 24 14:11:17 UTC 2021 - Matej Cepl diff --git a/python-sphinx-autodoc-typehints.spec b/python-sphinx-autodoc-typehints.spec index f2a30dc..e2c7776 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.11.0 +Version: 1.12.0 Release: 0 Summary: Type hints (PEP 484) support for the Sphinx autodoc extension License: MIT diff --git a/sphinx-autodoc-typehints-1.11.0.tar.gz b/sphinx-autodoc-typehints-1.11.0.tar.gz deleted file mode 100644 index 09a9dcc..0000000 --- a/sphinx-autodoc-typehints-1.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bbf0b203f1019b0f9843ee8eef0cff856dc04b341f6dbe1113e37f2ebf243e11 -size 16676 diff --git a/sphinx-autodoc-typehints-1.12.0.tar.gz b/sphinx-autodoc-typehints-1.12.0.tar.gz new file mode 100644 index 0000000..eb50061 --- /dev/null +++ b/sphinx-autodoc-typehints-1.12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:193617d9dbe0847281b1399d369e74e34cd959c82e02c7efde077fca908a9f52 +size 19494