Changelog for
python312-sphinxcontrib-trio-1.1.2-2.8.noarch.rpm :
* Sat May 15 2021 Matej Cepl
- Skip test_end_to_end which fails due to recent changes in Sphinx (gh#python-trio/sphinxcontrib-trio#260).
* Fri May 15 2020 Benjamin Greiner - Update to v1.1.2
* Recent version of Sphinx deprecated its ``PyClassmember`` class. We\'ve adjusted sphinxcontrib-trio\'s internals to stop using it and silence the warning. (gh#python-trio/sphinxcontrib-trio#154)- Changelog for v1.1.1
* When using autodoc to document a class that has inherited members, we now correctly auto-detect the async-ness and other properties of those inherited methods. (gh#python-trio/sphinxcontrib-trio#19)
* Recent versions of Sphinx deprecated its ``PyModulelevel`` class. We\'ve adjusted sphinxcontrib-trio\'s internals to stop using it. gh#python-trio/sphinxcontrib-trio#138
* Thu Jun 06 2019 Tomáš Chvátal - Update to 1.1.0:
* Support for new sphinx
* Tue Apr 23 2019 Jan Engelhardt - Use noun phrase in summary.
* Tue Apr 23 2019 Marketa Calabkova - update to version 1.0.2
* Previously, on Sphinx 1.7, autodoc_member_order=\"bysource\" didn\'t work correctly for async methods. Now, it does.
* Remove support for sphinx<1.6.
* Mon Feb 25 2019 Todd R - Remove no longer needed avoid_contextlib2.patch
* Thu Nov 01 2018 mceplAATTsuse.com- Add avoid_contextlib2.patch gh#python-trio/sphinxcontrib-trio#18
* Mon Apr 02 2018 jengelhAATTinai.de- Ensure neutrality of description.
* Sat Mar 24 2018 arunAATTgmx.de- initial version