Accepting request 909937 from home:mcepl:branches:devel:languages:python
- 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 OBS-URL: https://build.opensuse.org/request/show/909937 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-autodoc-typehints?expand=0&rev=23
This commit is contained in:
parent
2ba6c18315
commit
ab323f08fc
@ -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):
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 3 09:42:00 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- 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 <mcepl@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bbf0b203f1019b0f9843ee8eef0cff856dc04b341f6dbe1113e37f2ebf243e11
|
||||
size 16676
|
3
sphinx-autodoc-typehints-1.12.0.tar.gz
Normal file
3
sphinx-autodoc-typehints-1.12.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:193617d9dbe0847281b1399d369e74e34cd959c82e02c7efde077fca908a9f52
|
||||
size 19494
|
Loading…
Reference in New Issue
Block a user