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 decorator to 4.3.0 #140

Closed pyup-bot closed 5 years ago

pyup-bot commented 5 years ago

This PR updates decorator from 4.2.1 to 4.3.0.

Changelog ### 4.3.0 ``` Extended the decorator family facility to work with positional arguments and updated the documentation. Removed `decorator.getargspec` and provided `decorator.getfullargspec` instead. This is convenient for users of Python 2.6/2.7, the others can just use `inspect.getfullargspec`. ```
Links - PyPI: https://pypi.org/project/decorator - Changelog: https://pyup.io/changelogs/decorator/ - Repo: https://github.com/micheles/decorator
codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #140   +/-   ##
=======================================
  Coverage   79.09%   79.09%           
=======================================
  Files           3        3           
  Lines         397      397           
  Branches       21       21           
=======================================
  Hits          314      314           
  Misses         75       75           
  Partials        8        8

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 17d0d7e...047ecd5. Read the comment docs.