1
0

Accepting request 731298 from devel:languages:python

- 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+

OBS-URL: https://build.opensuse.org/request/show/731298
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sphinx-autodoc-typehints?expand=0&rev=4
This commit is contained in:
Yuchen Lin 2019-09-17 11:39:12 +00:00 committed by Git OBS Bridge
commit 0c987f4f15
4 changed files with 14 additions and 4 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Sep 16 13:38:42 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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 <tchvatal@suse.com>

View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8eb1e2bc248d316a9faeca086c6133623f6d45770e342738158249356989b95c
size 13078

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0d968ec3ee4f7fe7695ab6facf5cd2d74d3cea67584277458ad9b2788ebbcc3b
size 14730