willprice / python-omxplayer-wrapper

:tv: Control OMXPlayer, the Raspberry Pi media player, from Python
http://python-omxplayer-wrapper.readthedocs.io
GNU Lesser General Public License v3.0
253 stars 71 forks source link

Update markupsafe to 1.1.0 #154

Closed pyup-bot closed 5 years ago

pyup-bot commented 5 years ago

This PR updates markupsafe from 1.0 to 1.1.0.

Changelog ### 1.1.0 ``` ------------- Released 2018-11-05 - Drop support for Python 2.6 and 3.3. - Build wheels for Linux, Mac, and Windows, allowing systems without a compiler to take advantage of the C extension speedups. (`104`_) - Use newer CPython API on Python 3, resulting in a 1.5x speedup. (`64`_) - ``escape`` wraps ``__html__`` result in ``Markup``, consistent with documented behavior. (`69`_) .. _64: https://github.com/pallets/markupsafe/pull/64 .. _69: https://github.com/pallets/markupsafe/pull/69 .. _104: https://github.com/pallets/markupsafe/pull/104 ```
Links - PyPI: https://pypi.org/project/markupsafe - Changelog: https://pyup.io/changelogs/markupsafe/ - Homepage: https://www.palletsprojects.com/p/markupsafe/
codecov[bot] commented 5 years ago

Codecov Report

Merging #154 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #154   +/-   ##
=======================================
  Coverage   72.29%   72.29%           
=======================================
  Files           6        6           
  Lines         462      462           
  Branches       26       26           
=======================================
  Hits          334      334           
  Misses        117      117           
  Partials       11       11

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2c6833c...88cdf4a. Read the comment docs.