From 0dbe52f89b3e46918510ea0302b3f139d7ccfcf338c732457151614ef5bd454d Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 14 Sep 2021 12:29:52 +0000 Subject: [PATCH] Accepting request 918864 from home:marxin:branches:devel:languages:python - Update to 4.2.0: * #9445: autodoc: Support class properties * #9479: autodoc: Emit a warning if target is a mocked object * #9560: autodoc: Allow to refer NewType instances with module name in Python 3.10 or above * #9447: html theme: Expose the version of Sphinx in the form of tuple as a template variable ``sphinx_version_tuple`` * #9594: manpage: Suppress the title of man page if description is empty * #9445: py domain: ``:py:property:`` directive supports ``:classmethod:`` option to describe the class property * #9524: test: SphinxTestApp can take ``builddir`` as an argument * #9535: C and C++, support more fundamental types, including GNU extensions. * #9608: apidoc: apidoc does not generate a module definition for implicit namespace package * #9504: autodoc: generate incorrect reference to the parent class if the target class inherites the class having ``_name`` attribute * #9537, #9589: autodoc: Some objects under ``typing`` module are not displayed well with the HEAD of 3.10 * #9487: autodoc: typehint for cached_property is not shown * #9509: autodoc: AttributeError is raised on failed resolving typehints * #9518: autodoc: autodoc_docstring_signature does not effect to ``__init__()`` and ``__new__()`` * #9522: autodoc: PEP 585 style typehints having arguments (ex. ``list[int]``) are not displayed well * #9481: autosummary: some warnings contain non-existing filenames * #9568: autosummary: summarise overlined sectioned headings correctly * #9600: autosummary: Type annotations which contain commas in autosummary table are not removed completely * #9481: c domain: some warnings contain non-existing filenames * #9481: cpp domain: some warnings contain non-existing filenames OBS-URL: https://build.opensuse.org/request/show/918864 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=192 --- Sphinx-4.1.2.tar.gz | 3 --- Sphinx-4.1.2.tar.gz.asc | 16 -------------- Sphinx-4.2.0.tar.gz | 3 +++ Sphinx-4.2.0.tar.gz.asc | 16 ++++++++++++++ python-Sphinx.changes | 46 +++++++++++++++++++++++++++++++++++++++++ python-Sphinx.spec | 2 +- python3.inv | 4 ++-- 7 files changed, 68 insertions(+), 22 deletions(-) delete mode 100644 Sphinx-4.1.2.tar.gz delete mode 100644 Sphinx-4.1.2.tar.gz.asc create mode 100644 Sphinx-4.2.0.tar.gz create mode 100644 Sphinx-4.2.0.tar.gz.asc diff --git a/Sphinx-4.1.2.tar.gz b/Sphinx-4.1.2.tar.gz deleted file mode 100644 index 461d7b8..0000000 --- a/Sphinx-4.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3092d929cd807926d846018f2ace47ba2f3b671b309c7a89cd3306e80c826b13 -size 6373677 diff --git a/Sphinx-4.1.2.tar.gz.asc b/Sphinx-4.1.2.tar.gz.asc deleted file mode 100644 index 0894eeb..0000000 --- a/Sphinx-4.1.2.tar.gz.asc +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAABCAAdFiEEihG3ml0NdJpm8KAwECwsF0mNa54FAmD+7VcACgkQECwsF0mN -a5505RAAiRKIK8t1UZl45Bt7tkFS7qxau30fi4vxxDJn3S8oRwBRMqkBFb4+e7MK -+udTR0DbLD1QF6Al7jqHfhWvO4YCxeQWJxjalVlu4NX6pmL39kq3lwgS1fj0sTfB -V515BHTqKpVuzTvdfr44sWO/qTNMFkjvNpHAldN1Wu2nWawddTAiZr/2hFenbMew -HY3PKOHrN+g12bInWrPfptjlYPjHtSNyQBNTuS2xsesj3j56NPuKvWVElP7weqDA -hkzCe04FakMzlWGPqOAph7F/+4s92ZJLTxfKAdED59X3CwuGoYu83iG/tUNYMPT6 -rcSIWCZ8Q32Gv5YDrdga8Y2tZuocTFOwoFqmDVnSK7Zq9z3c3Rx62Y1SRysyTjsp -unGBkxWB12tAJ5KOXDacTMISNfRv73K9OaZUIEdPIR3HXIgFD+uNGbn95IM+NVRj -C2NBUwsLv3Rn+Xn0rLQpfpOVhgKBVgi0WD8ergx1zT8IypwB/edKgxm3hqrgXrlE -yr61xsq2KvAjXRKTmbo5PmdPHCYJpMmN2BjjGPMn/fw21X9tsKY70FRf4OxFzgMr -+jg+vP6CDP2FPlxb7QPJTkGz+28ehv/RNEHN+ht0KrBJ5JOsJf4MENrXOhRg3lEw -H/RpL9FoDSFl7/+ddOAbnFw4NCiyu4f45/38Cr2CGHkOaJHA38M= -=i1Wr ------END PGP SIGNATURE----- diff --git a/Sphinx-4.2.0.tar.gz b/Sphinx-4.2.0.tar.gz new file mode 100644 index 0000000..0743a4e --- /dev/null +++ b/Sphinx-4.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94078db9184491e15bce0a56d9186e0aec95f16ac20b12d00e06d4e36f1058a6 +size 6503692 diff --git a/Sphinx-4.2.0.tar.gz.asc b/Sphinx-4.2.0.tar.gz.asc new file mode 100644 index 0000000..cf45341 --- /dev/null +++ b/Sphinx-4.2.0.tar.gz.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCAAdFiEEihG3ml0NdJpm8KAwECwsF0mNa54FAmE9sf4ACgkQECwsF0mN +a54VPg//VjZMOsQOi3CAvptC+wlORJ8BSpFsp0UsEdVARSy39T5HLLfNCwuj+3/z +iFJ0GwJvdDUXdA6EMurRdjEsirXjr8ZubCufbqEgxk803kgZs0nOqdk1Wr82lZyC +5cOICnkROrMmBFkDay7Q7iyresVgGRMwd6YuNFmCANpAo40LPMpdDVyhE3n/mSOT +2JHHw1bdvPv+UzL9/2s+JtNVkC9b/O5RfG2lwcHKGQBlKox49twUsVgwIRVi1/Ny +/9uTPbmjxQw7pZWZzejNvyEnXni1xDzKOBZF3kUx3jxB1raEyY1wSKDQFothttbU +JxbtveZQGZCsT4k4FKz5Rr0aSFKIRkKTxi7nQryOpoELPQIvjVuSCfgojqA8frua +50LLy7FfPF1DUG/s2r4b3MniI5yow8FyHHbzVKArYqgre7ejNlMQk4NK1UwDqsOn +ECW14IR8YPl5DOjDT930TXQHuZsovP5ZSrdjQnkWz68DG2irYWR5CEM7vS1ytu+w +uNQBrsO8Np6NUQj2aF0sTNHoqoTll5SS3NqsTkPpucnHZh6GG/PWSFlck8Yv+iPw +c/qLNadM38ceKt3F5N/5Y0HRAfPN+rp6vcAUhqisDGhOPGJAg6URrRxOpzoRHa10 +uI6Bv7963sB5x67AK5n9g+xVxXZxqeVC9YSUsY0Ivudc2JqPzKo= +=wGf0 +-----END PGP SIGNATURE----- diff --git a/python-Sphinx.changes b/python-Sphinx.changes index acb6364..dbac96e 100644 --- a/python-Sphinx.changes +++ b/python-Sphinx.changes @@ -1,3 +1,49 @@ +------------------------------------------------------------------- +Tue Sep 14 09:13:14 UTC 2021 - Martin Liška + +- Update to 4.2.0: + * #9445: autodoc: Support class properties + * #9479: autodoc: Emit a warning if target is a mocked object + * #9560: autodoc: Allow to refer NewType instances with module name in Python + 3.10 or above + * #9447: html theme: Expose the version of Sphinx in the form of tuple as a + template variable ``sphinx_version_tuple`` + * #9594: manpage: Suppress the title of man page if description is empty + * #9445: py domain: ``:py:property:`` directive supports ``:classmethod:`` + option to describe the class property + * #9524: test: SphinxTestApp can take ``builddir`` as an argument + * #9535: C and C++, support more fundamental types, including GNU extensions. + * #9608: apidoc: apidoc does not generate a module definition for implicit + namespace package + * #9504: autodoc: generate incorrect reference to the parent class if the target + class inherites the class having ``_name`` attribute + * #9537, #9589: autodoc: Some objects under ``typing`` module are not displayed + well with the HEAD of 3.10 + * #9487: autodoc: typehint for cached_property is not shown + * #9509: autodoc: AttributeError is raised on failed resolving typehints + * #9518: autodoc: autodoc_docstring_signature does not effect to ``__init__()`` + and ``__new__()`` + * #9522: autodoc: PEP 585 style typehints having arguments (ex. ``list[int]``) + are not displayed well + * #9481: autosummary: some warnings contain non-existing filenames + * #9568: autosummary: summarise overlined sectioned headings correctly + * #9600: autosummary: Type annotations which contain commas in autosummary table + are not removed completely + * #9481: c domain: some warnings contain non-existing filenames + * #9481: cpp domain: some warnings contain non-existing filenames + * #9456: html search: abbreation marks are inserted to the search result if + failed to fetch the content of the page + * #9617: html search: The JS requirement warning is shown if browser is slow + * #9267: html theme: CSS and JS files added by theme were loaded twice + * #9585: py domain: ``:type:`` option for :rst:dir:`py:property` directive does + not create a hyperlink + * #9576: py domain: Literal typehint was converted to a cross reference + * #9535 comment: C++, fix parsing of defaulted function parameters that are + function pointers. + * #9564: smartquotes: don't adjust typography for text with + language-highlighted ``:code:`` role. + * #9512: sphinx-build: crashed with the HEAD of Python 3.10 + ------------------------------------------------------------------- Sun Aug 1 09:22:28 UTC 2021 - Dirk Müller diff --git a/python-Sphinx.spec b/python-Sphinx.spec index d1909f9..71149ff 100644 --- a/python-Sphinx.spec +++ b/python-Sphinx.spec @@ -28,7 +28,7 @@ %endif %define skip_python2 1 Name: python-Sphinx%{psuffix} -Version: 4.1.2 +Version: 4.2.0 Release: 0 Summary: Python documentation generator License: BSD-2-Clause diff --git a/python3.inv b/python3.inv index e70aa3e..15c2807 100644 --- a/python3.inv +++ b/python3.inv @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e22c7db00fb456674f944d0e6ffc8405c6c97a0eda9db250a7eb82b952cb5251 -size 109685 +oid sha256:8492b5389a924f65c09ad741c29a415fde4cc8d8b1307dec732ff7d8f4a24af5 +size 109786