jaseg
80eaa1de9d
setup.py: Update license information
2022-04-18 00:01:12 +02:00
jaseg
3d956b91f8
Bump minimum python version to 3.7
2022-04-17 22:36:52 +02:00
Louis-Philippe Véronneau
2b66d0d97b
Move test files into a 'tests' dir
2020-07-21 08:32:47 +02:00
jaseg
e29e042998
Version 0.5.1
2020-07-20 14:20:10 +02:00
jaseg
e98a91ed2b
Bump version to v0.5.0
...
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-19 21:56:39 +02:00
jaseg
cc368710bd
Bump version to v0.4.8
2020-07-16 21:06:06 +02:00
YoSTEALTH
e6abadec7e
added "python_requires"
...
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-15 22:03:37 +02:00
jaseg
db644cd74e
Bump version to v0.4.7
2020-07-12 13:30:39 +02:00
jaseg
2c75f23623
Version v0.4.6
2020-04-05 12:49:21 +02:00
jaseg
068d034cc0
Make tests run headless using xvfbwrapper
2020-04-05 12:47:34 +02:00
jaseg
dde7da1aec
Version 0.4.5
2019-12-04 09:49:05 +01:00
jaseg
3452ac87bc
Version 0.4.4
2019-12-03 23:48:19 +01:00
jaseg
9d9c2b26f3
Version 0.4.2
2019-12-02 13:32:08 +01:00
jaseg
91067fcbd8
Version 0.4.1
2019-12-01 21:27:59 +01:00
jaseg
3d61558714
Bump version to v0.4.0
...
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-26 12:26:58 +01:00
jaseg
4f69531721
Version 0.3.10
2019-11-10 16:31:58 +01:00
jaseg
8ba7d27e79
Version 0.3.9
2018-07-25 12:08:59 +02:00
jaseg
092707259b
Bump version to v0.3.8
2017-12-24 22:46:22 +01:00
jaseg
c2616054a1
v0.3.7: Remove windows classifiers since nobody tests this on windows
2017-12-05 13:34:09 +01:00
jaseg
70a639bd7d
Bump version to 0.3.6
2017-09-19 12:12:13 +02:00
jaseg
4ebf4e1c37
Version 0.3.5
2017-09-14 12:09:04 +02:00
jaseg
a1eeaffe14
Version 0.3.4
2017-08-23 09:08:24 +02:00
jaseg
14783b2193
Bump version to 0.3.3
2017-08-20 23:38:33 +02:00
jaseg
2eeddcda05
setup.py: Add pillow extra dependency
2017-08-06 22:27:42 +02:00
jaseg
968277652a
Bump version to 0.3.2
2017-08-06 21:46:08 +02:00
jaseg
96e8ca390a
Bump version to 0.3.1
2017-08-06 21:16:48 +02:00
jaseg
740643cd83
Bump version to 0.3.0
2017-08-03 12:40:07 +02:00
jaseg
8771490c8e
Bump version to 0.2.9
2017-08-03 01:45:24 +02:00
jaseg
5b3dedc309
Bump version to 0.2.8
2017-08-02 10:48:18 +02:00
jaseg
1fa874db37
Bump version to 0.2.7
2017-07-23 14:45:06 +02:00
jaseg
4972dd1e6d
Bump version to 0.2.6
2017-07-13 00:40:31 +02:00
jaseg
cb0cfd07c9
setup.py: Small syntax fixes
2017-07-05 11:50:00 +02:00
jaseg
e84ad601c3
Bump version to 0.2.5
...
...because I acciditially pushed test code to pypi -.-
2017-07-05 11:36:11 +02:00
jaseg
4e477b694e
setup.py: Bump version to 0.2.4
2017-07-03 22:24:55 +02:00
jaseg
c34d94a081
Relase 0.2.3: Include Python 3.5 in package metadata
2017-05-26 18:02:30 +02:00
jaseg
027b25d693
Release 0.2.2
2017-05-26 14:18:31 +02:00
jaseg
3fa1b62d4d
README: rst syntax fix because I can't rst
2017-05-26 14:17:30 +02:00
jaseg
87c007cc4d
Fix for pypi submission
2017-05-26 13:24:18 +02:00
jaseg
56f3210494
Update setup.py with correct license version
2017-05-07 16:03:59 +02:00
jaseg
9b68b0866e
Initial commit
2014-08-10 23:27:26 +02:00