forked from pool/python-sphinx-autodoc-typehints
- 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-autodoc-typehints?expand=0&rev=14
This commit is contained in:
parent
1b523451b8
commit
2e49cccc20
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 23 13:29:55 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a6b3180167479aca2c4d1ed3b5cb044a70a76cccd6b38662d39288ebd9f0dff0
|
||||
size 16396
|
3
sphinx-autodoc-typehints-1.11.0.tar.gz
Normal file
3
sphinx-autodoc-typehints-1.11.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bbf0b203f1019b0f9843ee8eef0cff856dc04b341f6dbe1113e37f2ebf243e11
|
||||
size 16676
|
Loading…
Reference in New Issue
Block a user