Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-27 | Migrate away from setup.py and use PEP 612-style pyproject.toml | Louis-Philippe VĂ©ronneau | 1 | -40/+0 | |
Closes #240. | |||||
2022-04-27 | Fix license field in setup.py | jaseg | 1 | -1/+1 | |
2022-04-24 | Version 1.0.1v1.0.1 | jaseg | 1 | -1/+1 | |
2022-04-24 | Version 1.0.1 | jaseg | 1 | -1/+5 | |
Include README in PyPI package | |||||
2022-04-24 | Fix setup.py for PyPI upload | jaseg | 1 | -2/+2 | |
2022-04-24 | Version v1.0.0 | jaseg | 1 | -1/+1 | |
2022-04-24 | Version 1.0.0 | jaseg | 1 | -2/+2 | |
2022-04-18 | setup.py: Update license information | jaseg | 1 | -1/+2 | |
2022-04-17 | Bump minimum python version to 3.7 | jaseg | 1 | -3/+5 | |
2020-07-21 | Move test files into a 'tests' dir | Louis-Philippe VĂ©ronneau | 1 | -1/+1 | |
2020-07-20 | Version 0.5.1v0.5.1 | jaseg | 1 | -1/+1 | |
2020-07-19 | Bump version to v0.5.0v0.5.0 | jaseg | 1 | -1/+1 | |
This release introduces a new ShutdownError thrown in a few places in case the underlying libmpv handle gets closed. Previously, such situations would lead to hangs (wait_for_* methods) or segfaults (e.g. __getattr__). Some of this carnage is still possible, but these remaining issues will be closed over the next releases by throwing ShutdownErrors in more places. | |||||
2020-07-16 | Bump version to v0.4.8v0.4.8 | jaseg | 1 | -1/+1 | |
2020-07-15 | added "python_requires" | YoSTEALTH | 1 | -0/+1 | |
people are installing this package in python2 and running into issues of syntax error which is only used in pyhon3.5, thus the need of `python_requires` | |||||
2020-07-12 | Bump version to v0.4.7v0.4.7 | jaseg | 1 | -1/+1 | |
2020-04-05 | Version v0.4.6v0.4.6 | jaseg | 1 | -1/+1 | |
2020-04-05 | Make tests run headless using xvfbwrapper | jaseg | 1 | -0/+2 | |
2019-12-04 | Version 0.4.5v0.4.5 | jaseg | 1 | -1/+1 | |
2019-12-03 | Version 0.4.4v0.4.4 | jaseg | 1 | -1/+1 | |
2019-12-02 | Version 0.4.2v0.4.2 | jaseg | 1 | -1/+1 | |
2019-12-01 | Version 0.4.1v0.4.1 | jaseg | 1 | -1/+1 | |
2019-11-26 | Bump version to v0.4.0v0.4.0 | jaseg | 1 | -1/+1 | |
This change breaks the key binding API. Old code has to be modified to add the new "char" parameter: old: player = mpv.MPV() @player.key_binding('Q') def binding(state, name): print('blep') new: player = mpv.MPV() @player.key_binding('Q') def binding(state, name, char): # <<< here print('blep') | |||||
2019-11-10 | Version 0.3.10v0.3.10 | jaseg | 1 | -1/+1 | |
2018-07-25 | Version 0.3.9v0.3.9 | jaseg | 1 | -1/+1 | |
2017-12-24 | Bump version to v0.3.8v0.3.8 | jaseg | 1 | -1/+1 | |
2017-12-05 | v0.3.7: Remove windows classifiers since nobody tests this on windows | jaseg | 1 | -3/+1 | |
2017-09-19 | Bump version to 0.3.6v0.3.6 | jaseg | 1 | -1/+1 | |
2017-09-14 | Version 0.3.5v0.3.5 | jaseg | 1 | -1/+1 | |
2017-08-23 | Version 0.3.4v0.3.4 | jaseg | 1 | -1/+1 | |
2017-08-20 | Bump version to 0.3.3v0.3.3 | jaseg | 1 | -1/+1 | |
2017-08-06 | setup.py: Add pillow extra dependency | jaseg | 1 | -0/+3 | |
2017-08-06 | Bump version to 0.3.2v0.3.2 | jaseg | 1 | -1/+1 | |
2017-08-06 | Bump version to 0.3.1v0.3.1 | jaseg | 1 | -1/+1 | |
2017-08-03 | Bump version to 0.3.0v0.3.0 | jaseg | 1 | -1/+1 | |
2017-08-03 | Bump version to 0.2.9v0.2.9 | jaseg | 1 | -1/+1 | |
2017-08-02 | Bump version to 0.2.8v0.2.8 | jaseg | 1 | -1/+1 | |
2017-07-23 | Bump version to 0.2.7v0.2.7 | jaseg | 1 | -1/+1 | |
2017-07-13 | Bump version to 0.2.6v0.2.6 | jaseg | 1 | -1/+1 | |
2017-07-05 | setup.py: Small syntax fixes | jaseg | 1 | -3/+3 | |
2017-07-05 | Bump version to 0.2.5 | jaseg | 1 | -1/+1 | |
...because I acciditially pushed test code to pypi -.- | |||||
2017-07-03 | setup.py: Bump version to 0.2.4v0.2.4 | jaseg | 1 | -1/+1 | |
2017-05-26 | Relase 0.2.3: Include Python 3.5 in package metadata | jaseg | 1 | -1/+2 | |
2017-05-26 | Release 0.2.2v0.2.2 | jaseg | 1 | -1/+1 | |
2017-05-26 | README: rst syntax fix because I can't rst | jaseg | 1 | -1/+1 | |
2017-05-26 | Fix for pypi submission | jaseg | 1 | -3/+18 | |
2017-05-07 | Update setup.py with correct license version | jaseg | 1 | -1/+1 | |
2014-08-10 | Initial commit | jaseg | 1 | -0/+13 | |