------------------------------------------------------------------- Fri Jun 13 10:08:32 UTC 2025 - Markéta Machová - Convert to pip-based build ------------------------------------------------------------------- Sat May 15 21:05:31 UTC 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 23:02:19 UTC 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 6 13:38:19 UTC 2019 - Tomáš Chvátal - Update to 1.1.0: * Support for new sphinx ------------------------------------------------------------------- Tue Apr 23 12:38:51 UTC 2019 - Jan Engelhardt - Use noun phrase in summary. ------------------------------------------------------------------- Tue Apr 23 11:45:34 UTC 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 19:45:25 UTC 2019 - Todd R - Remove no longer needed avoid_contextlib2.patch ------------------------------------------------------------------- Thu Nov 1 16:55:09 CET 2018 - mcepl@suse.com - Add avoid_contextlib2.patch gh#python-trio/sphinxcontrib-trio#18 ------------------------------------------------------------------- Mon Apr 2 21:45:22 UTC 2018 - jengelh@inai.de - Ensure neutrality of description. ------------------------------------------------------------------- Sat Mar 24 19:01:56 UTC 2018 - arun@gmx.de - initial version