luismayta / luca

Luca
GNU Lesser General Public License v3.0
8 stars 1 forks source link

Update restview to 2.9.1 #112

Closed pyup-bot closed 5 years ago

pyup-bot commented 6 years ago

This PR updates restview from 2.7.0 to 2.9.1.

Changelog ### 2.9.1 ``` ------------------ - Ignore stderr from external commands that successfully produce stdout (like warnings printed by setup.py --long-description). Fixes `55 <https://github.com/mgedmin/restview/issues/55>`_. - Cope with readme_renderer.clean.clean() returning None on failure. ``` ### 2.9.0 ``` ------------------ - Added ``__main__.py`` module to allow package to be executable with ``python -m restview``. - SimplyKnownAsG ``` ### 2.8.1 ``` ------------------ - Protect against DNS rebinding attacks. See `51 <https://github.com/mgedmin/restview/issues/51>`_. ``` ### 2.8.0 ``` ------------------ - Claim Python 3.6 support. - Drop Python 3.3 support. - New option ``--report-level`` that defaults to 2 (previously this was hardcoded to 0). See `49 <https://github.com/mgedmin/restview/issues/49>`_. - Relax ``--strict`` to mean ``--halt-level=2`` (previously it meant ``--halt-level=1``). See `49`_. ```
Links - PyPI: https://pypi.org/project/restview - Changelog: https://pyup.io/changelogs/restview/ - Homepage: https://mg.pov.lt/restview/