Accepting request 931166 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/931166
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Sphinx?expand=0&rev=81
This commit is contained in:
Dominique Leuenberger 2021-11-15 14:26:08 +00:00 committed by Git OBS Bridge
commit 303d0df2e5
8 changed files with 119 additions and 26 deletions

View File

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

View File

@ -1,16 +0,0 @@
-----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-----

3
Sphinx-4.3.0.tar.gz Normal file
View File

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

16
Sphinx-4.3.0.tar.gz.asc Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEihG3ml0NdJpm8KAwECwsF0mNa54FAmGMAAcACgkQECwsF0mN
a56kOBAAncDFQ83IBx/srzJNZtRFwP+3+YmLKYKZLQoC8+7qLuWNpBL2meq3FgeQ
sRAv7NxuM/sXefEx2EZbQ43Ut1ZZ7VdkxQxkqMPKvj8H3tknd541AUbjlX347fV5
6cIS5Oe8nPabQ8rXZcyWQWmwdiwUxqjILQX5xojt3YiVpRjdU9D4Et2YhsnWz+rj
136U39jucr153lcdSxzhrOUzeU/tMdzpBBEw7n6fjtiNb9YDG3WwSaJnf1B1VkOA
ZzmG7vpt8NQ/h58mof3VkJmYqteGnA1gAiaexfrMu6c8GPds9NaQvTFy5vUyMkTm
hGQq8thAA6EvcVoYzWB2O6ELEfraSbzehKOBQ4tHbXZYyghbvlX1j6Ib68g8KXk9
l9zLkHLVk2HxxAbNDLbW3eYhjb+BWtNkk05p0O/xVY2ihTM2Xj0IAdc6NBz6/Hjr
oVkAh4jREqYV1Dp5WtK0njl0jzVV3lG76c6+cQSkokPf9CBjtXd/xZ+io9VdbpRK
RQ0NSLAU+Lh4m4m9o/KZjDzrf7A0LUDw7iNOf4C4dTqdKKhx4gGokwzOwYmHU2Ob
RNkmEGtisXXVmlw1mBJe/p9NiO4k8kMdBl1f1hqoUMznlHF0Hna9l/kcGw/LXu12
+uHSte5/JYYbW60s51GkxQwP14LaC0o++fvf5DQEcX+cINuAwAI=
=jHV3
-----END PGP SIGNATURE-----

View File

@ -1,4 +1,2 @@
# false positive due to the name of the package ending with "theme"
addFilter("W: suse-branding-unversioned-requires python3-sphinx_rtd_theme")
# false positive as the -latex package only ships latex files and no actual python code
addFilter("python3-Sphinx-latex.noarch: W: no-dependency-on python-base 3.7")
addFilter("python3.*-Sphinx-latex.noarch: .: no-dependency-on python-base 3.*")

View File

@ -1,3 +1,98 @@
-------------------------------------------------------------------
Fri Nov 12 16:29:59 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Explicitly Require python-sphinxcontrib-qthelp >= 1.0.2 to prevent
bsc#1157793 and bsc#1158158 from occuring.
-------------------------------------------------------------------
Fri Nov 12 11:45:06 UTC 2021 - Martin Liška <mliska@suse.cz>
- Update rpmlintrc file.
- Update to 4.3.0:
* Support Python 3.10
* #9649: ``searchindex.js``: the embedded data has changed format to allow
objects with the same name in different domains.
* #9672: The rendering of Python domain declarations is implemented
with more docutils nodes to allow better CSS styling.
It may break existing styling.
* #9672: the signature of
:py:meth:`domains.py.PyObject.get_signature_prefix` has changed to
return a list of nodes instead of a plain string.
* #9695: ``domains.js.JSObject.display_prefix`` has been changed into a method
``get_display_prefix`` which now returns a list of nodes
instead of a plain string.
* #9695: The rendering of Javascript domain declarations is implemented
with more docutils nodes to allow better CSS styling.
It may break existing styling.
* #9450: mathjax: Load MathJax via "defer" strategy
* ``sphinx.ext.autodoc.AttributeDocumenter._datadescriptor``
* ``sphinx.writers.html.HTMLTranslator._fieldlist_row_index``
* ``sphinx.writers.html.HTMLTranslator._table_row_index``
* ``sphinx.writers.html5.HTML5Translator._fieldlist_row_index``
* ``sphinx.writers.html5.HTML5Translator._table_row_index``
* #9639: autodoc: Support asynchronous generator functions
* #9664: autodoc: ``autodoc-process-bases`` supports to inject reST snippet as a
base class
* #9691: C, added new info-field ``retval``
for :rst:dir:`c:function` and :rst:dir:`c:macro`.
* C++, added new info-field ``retval`` for :rst:dir:`cpp:function`.
* #9618: i18n: Add :confval:`gettext_allow_fuzzy_translations` to allow "fuzzy"
messages for translation
* #9672: More CSS classes on Python domain descriptions
* #9695: More CSS classes on Javascript domain descriptions
* #9683: Revert the removal of ``add_stylesheet()`` API. It will be kept until
the Sphinx-6.0 release
* #2068, add :confval:`intersphinx_disabled_reftypes` for disabling
interphinx resolution of cross-references that do not have an explicit
inventory specification. Specific types of cross-references can be disabled,
e.g., ``std:doc`` or all cross-references in a specific domain,
e.g., ``std:*``.
* #9623: Allow to suppress "toctree contains reference to excluded document"
warnings using :confval:`suppress_warnings`
* #9630: autodoc: Failed to build cross references if :confval:`primary_domain`
is not 'py'
* #9644: autodoc: Crashed on getting source info from problematic object
* #9655: autodoc: mocked object having doc comment is warned unexpectedly
* #9651: autodoc: return type field is not generated even if
:confval:`autodoc_typehints_description_target` is set to "documented" when
its info-field-list contains ``:returns:`` field
* #9657: autodoc: The base class for a subclass of mocked object is incorrect
* #9607: autodoc: Incorrect base class detection for the subclasses of the
generic class
* #9755: autodoc: memory addresses are shown for aliases
* #9752: autodoc: Failed to detect type annotation for slots attribute
* #9756: autodoc: Crashed if classmethod does not have __func__ attribute
* #9757: autodoc: :confval:`autodoc_inherit_docstrings` does not effect to
overriden classmethods
* #9781: autodoc: :confval:`autodoc_preserve_defaults` does not support
hexadecimal numeric
* #9630: autosummary: Failed to build summary table if :confval:`primary_domain`
is not 'py'
* #9670: html: Fix download file with special characters
* #9710: html: Wrong styles for even/odd rows in nested tables
* #9763: html: parameter name and its type annotation are not separated in HTML
* #9649: HTML search: when objects have the same name but in different domains,
return all of them as result instead of just one.
* #7634: intersphinx: references on the file in sub directory are broken
* #9737: LaTeX: hlist is rendered as a list containing "aggedright" text
* #9678: linkcheck: file extension was shown twice in warnings
* #9697: py domain: An index entry with parens was registered for ``py:method``
directive with ``:property:`` option
* #9775: py domain: Literal typehint was converted to a cross reference when
:confval:`autodoc_typehints='description'`
* #9708: needs_extension failed to check double-digit version correctly
* #9688: Fix :rst:dir:`code`` does not recognize ``:class:`` option
* #9733: Fix for logging handler flushing warnings in the middle of the docs
build
* #9656: Fix warnings without subtype being incorrectly suppressed
* Intersphinx, for unresolved references with an explicit inventory,
e.g., ``proj:myFunc``, leave the inventory prefix in the unresolved text.
-------------------------------------------------------------------
Wed Nov 10 13:57:29 UTC 2021 - Matej Cepl <mcepl@suse.com>

View File

@ -28,7 +28,7 @@
%endif
%define skip_python2 1
Name: python-Sphinx%{psuffix}
Version: 4.2.0
Version: 4.3.0
Release: 0
Summary: Python documentation generator
License: BSD-2-Clause
@ -60,7 +60,7 @@ Requires: python-sphinxcontrib-applehelp
Requires: python-sphinxcontrib-devhelp
Requires: python-sphinxcontrib-htmlhelp >= 2.0.0
Requires: python-sphinxcontrib-jsmath
Requires: python-sphinxcontrib-qthelp
Requires: python-sphinxcontrib-qthelp >= 1.0.2
Requires: python-sphinxcontrib-serializinghtml >= 1.1.5
Requires: python-sphinxcontrib-websupport
Requires(post): update-alternatives

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8492b5389a924f65c09ad741c29a415fde4cc8d8b1307dec732ff7d8f4a24af5
size 109786
oid sha256:9494d0f318cc65c0871829455a4a4c08948b557a585ac26d83216ac8a93f7bc1
size 112656