Changelog for
python3-sphinxcontrib-httpdomain-1.8.0-3.1.noarch.rpm :
* Tue Dec 14 2021 codeAATTbnavigator.de- Tornado5 (and Flask) are optional. Tornado5 is not available for python310
* Sat Oct 16 2021 dmuellerAATTsuse.com- 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 mceplAATTsuse.com- Replace missing_force_decode.patch with 49-remove_force_decode.patch (gh#sphinx-contrib/httpdomain#49).
* Fri Jul 09 2021 mceplAATTsuse.com- Add missing_force_decode.patch with shim for missing force_decode method (gh#sphinx-contrib/httpdomain#46).
* Mon Mar 01 2021 dmuellerAATTsuse.com- skip python2 build - no longer builds and none of the rest of sphinx is built for python2
* Tue Feb 09 2021 steven.kowalikAATTsuse.com- Bump {Build,}Require to tornado5.
* Thu Feb 20 2020 steven.kowalikAATTsuse.com- Remove python-tornado Conflicts, {Build,}Require tornado4 directly.
* Mon Aug 26 2019 toddrme2178AATTgmail.com- Use better way to handle tornado version compatibility.
* Mon Jul 29 2019 toddrme2178AATTgmail.com- Don\'t allow python-tornado >= 5
* Wed Jul 03 2019 tchvatalAATTsuse.com- Sort out a bit to pass the tests again
* Tue Apr 23 2019 mcalabkovaAATTsuse.com- update to version 1.7.0 (bsc#1139695)
* Implemented :autoquickref: option that use available informations to build a quickref.
* Remove references to the sphinx.util.compat module which was deprecated in Sphinx 1.6 and removed in 1.7.
* Made :mod:`sphinxcontrib.autohttp.tornado` compatible with Tornado 4.5 and newer.
* Minimum compatible version of Sphinx became changed to 1.5.
* Use HTTPS for :rfc: generated links.- Dropped obsolete patch newer-sphinx.patch- Take upstream release tarball because of tests
* Mon Dec 10 2018 mceplAATTsuse.com- Fix %pycache_only in %files
* Fri Dec 07 2018 mceplAATTsuse.com- Remove wrong BR on python-sphinxcontrib
* Tue Dec 04 2018 mceplAATTsuse.com- Remove superfluous devel dependency for noarch package
* Mon Sep 18 2017 toddrme2178AATTgmail.com- Use new python-sphinxcontrib package to provide namespace directory.
* Mon Sep 18 2017 toddrme2178AATTgmail.com- Specify files to guarantee namespace package doesn\'t conflict with python(2|3)-Sphinx
* Wed Jul 05 2017 tbechtoldAATTsuse.com- add newer-sphinx.patch. Needed to make httpdomain working with Sphinx >= 1.6 .
* Wed Jul 05 2017 tbechtoldAATTsuse.com- convert to singlespec
* Mon Nov 14 2016 dmuellerAATTsuse.com- update to 1.5.0
* Wed Jul 27 2016 buschmann23AATTopensuse.org- update to version 1.4.0
* Added 429 Too Many Requests as a valid http:statuscode. [pull request #81 by DDBReloaded]
* Became to not resolve references if they can’t be resolved. [pull request #87 by Ken Robbins]
* Became to preserve endpoint ordering when :endpoints: option is given. [pull request #88 by Dan Callaghan]
* Added status codes for WebDAV. [pull request #92 by Ewen Cheslack-Postava]
* Added CORS headers. [pull request #96 by Tomi Pieviläinen]
* Now sphinxcontrib.autohttp.flask supports multiple paths for endpoints using same HTTP method. [pull request #97 by Christian Felder]