Changelog for
python311-sphinxcontrib-httpdomain-1.8.1-1.5.noarch.rpm :
* Thu Apr 06 2023 pgajdosAATTsuse.com- version update to 1.8.1
* Update URL for RFC by AATTnijel in #63
* Copy parse_rule since it was removed in werkzeug 2.2 by AATTKlikini in #61
* mulitcore: Fix false positive warnings in merge_domaindata by AATTphlax in #59
* Fix typos by AATTkianmeng in #56
* I18n and l10n support by AATTolivier-heurtier in #57- added patches fix https://github.com/sphinx-contrib/httpdomain/issues/70 + python-sphinxcontrib-httpdomain-fix-version.patch fix https://github.com/sphinx-contrib/httpdomain/issues/69 + python-sphinxcontrib-httpdomain-pyupgrade3.patch
* Mon Mar 14 2022 Matej Cepl
- Why did we need tornado in the first place?
* Tue Dec 14 2021 Ben Greiner - Tornado5 (and Flask) are optional. Tornado5 is not available for python310
* Sat Oct 16 2021 Dirk Müller - update to 1.8.0: - Make the generated routing table referencable using the \'routingtable\' label. [:pull:`19` by David Douard] - Add support for parallel sphinx builds. Increases sphinx version requirement to 1.6 [:pull:`31` by Daniel Hofmann] - Remove references to the generic ``:py:obj:`` role [:pull:`54` by Stephen Finucane] - Remove imports and calls to depracated function force_decode who was removed starting with sphinx 4.0 [:pull:`49` by Florian Masy] - Be explicit about what versions of Python are supports (2.7, and 3.5+). This will be the last version to support Python 2.7 and 3.5, version 2.0 will require 3.6+.- remove 49-remove_force_decode.patch (upstream)
* Mon Jul 19 2021 Matej Cepl - Replace missing_force_decode.patch with 49-remove_force_decode.patch (gh#sphinx-contrib/httpdomain#49).
* Fri Jul 09 2021 Matej Cepl - Add missing_force_decode.patch with shim for missing force_decode method (gh#sphinx-contrib/httpdomain#46).
* Mon Mar 01 2021 Dirk Müller - skip python2 build - no longer builds and none of the rest of sphinx is built for python2
* Tue Feb 09 2021 Steve Kowalik - Bump {Build,}Require to tornado5.
* Thu Feb 20 2020 Steve Kowalik - Remove python-tornado Conflicts, {Build,}Require tornado4 directly.
* Mon Aug 26 2019 Todd R - Use better way to handle tornado version compatibility.