From 6ebbf9d64b84b7fb4502c52854f7f8a3b76e63289a76cc819a7b6d8676cf16c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 7 Oct 2022 19:14:17 +0000 Subject: [PATCH 1/2] Accepting request 1008848 from home:yarunachalam:branches:devel:languages:python - Update to version 1.19.2 * Fix incorrect domain used for collections.abc.Callable. OBS-URL: https://build.opensuse.org/request/show/1008848 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-autodoc-typehints?expand=0&rev=38 --- python-sphinx-autodoc-typehints.changes | 6 ++++++ python-sphinx-autodoc-typehints.spec | 2 +- sphinx_autodoc_typehints-1.18.3.tar.gz | 3 --- sphinx_autodoc_typehints-1.19.2.tar.gz | 3 +++ 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 sphinx_autodoc_typehints-1.18.3.tar.gz create mode 100644 sphinx_autodoc_typehints-1.19.2.tar.gz diff --git a/python-sphinx-autodoc-typehints.changes b/python-sphinx-autodoc-typehints.changes index d9e098d..83f0b60 100644 --- a/python-sphinx-autodoc-typehints.changes +++ b/python-sphinx-autodoc-typehints.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Oct 7 16:20:26 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 1.19.2 + * Fix incorrect domain used for collections.abc.Callable. + ------------------------------------------------------------------- Thu Jul 14 16:34:24 UTC 2022 - Ben Greiner diff --git a/python-sphinx-autodoc-typehints.spec b/python-sphinx-autodoc-typehints.spec index 0729107..e29d232 100644 --- a/python-sphinx-autodoc-typehints.spec +++ b/python-sphinx-autodoc-typehints.spec @@ -28,7 +28,7 @@ %bcond_with test %endif Name: python-sphinx-autodoc-typehints%{psuffix} -Version: 1.18.3 +Version: 1.19.2 Release: 0 Summary: Type hints (PEP 484) support for the Sphinx autodoc extension License: MIT diff --git a/sphinx_autodoc_typehints-1.18.3.tar.gz b/sphinx_autodoc_typehints-1.18.3.tar.gz deleted file mode 100644 index f0f09e4..0000000 --- a/sphinx_autodoc_typehints-1.18.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c04d8f8d70e988960e25b206af39a90df84e7e2c085bb24e123bc3684021b313 -size 31195 diff --git a/sphinx_autodoc_typehints-1.19.2.tar.gz b/sphinx_autodoc_typehints-1.19.2.tar.gz new file mode 100644 index 0000000..f875ade --- /dev/null +++ b/sphinx_autodoc_typehints-1.19.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:872fb2d7b3d794826c28e36edf6739e93549491447dcabeb07c58855e9f914de +size 31801 From 2512fecbbf49bb201ad0653a88c7e1bf19a4adc51135d6dd767f400f27e434d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 7 Oct 2022 19:16:01 +0000 Subject: [PATCH 2/2] changes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-autodoc-typehints?expand=0&rev=39 --- python-sphinx-autodoc-typehints.changes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-sphinx-autodoc-typehints.changes b/python-sphinx-autodoc-typehints.changes index 83f0b60..5a7446d 100644 --- a/python-sphinx-autodoc-typehints.changes +++ b/python-sphinx-autodoc-typehints.changes @@ -3,7 +3,8 @@ Fri Oct 7 16:20:26 UTC 2022 - Yogalakshmi Arunachalam - Update to version 1.19.2 * Fix incorrect domain used for collections.abc.Callable. - + * Support for CPython 3.11, no longer adds Optional when the argument is default + ------------------------------------------------------------------- Thu Jul 14 16:34:24 UTC 2022 - Ben Greiner