forked from pool/python-python-mpv
Accepting request 821817 from home:alois:branches:devel:languages:python
- Update to version 0.5.0 * mpv.py: add prepare_and_wait_for_property * mpv.py: Update copyright date * mpv.py: Add docstrings to new additions to API * Sprinkle some thread safety over event loop, add *wait_for_event * mpv.py: improve shutdown handling, replace wait_for_playback OBS-URL: https://build.opensuse.org/request/show/821817 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-mpv?expand=0&rev=24
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:60f06cad41f8133888bb0d9b303736d8fc2ea73aa2a83bc0f3819ccf5f04230a
|
||||
size 24570
|
3
python-mpv-0.5.0.tar.gz
Normal file
3
python-mpv-0.5.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1f472677ffb32eb913940a5934c8ba7f88bd4ec1199175d1fa8065f24ee808a2
|
||||
size 25353
|
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 20 07:38:56 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
- Update to version 0.5.0
|
||||
* mpv.py: add prepare_and_wait_for_property
|
||||
* mpv.py: Update copyright date
|
||||
* mpv.py: Add docstrings to new additions to API
|
||||
* Sprinkle some thread safety over event loop, add
|
||||
*wait_for_event
|
||||
* mpv.py: improve shutdown handling, replace wait_for_playback
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 17 05:17:54 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-python-mpv
|
||||
Version: 0.4.8
|
||||
Version: 0.5.0
|
||||
Release: 0
|
||||
Summary: Python interface to the mpv media player
|
||||
License: AGPL-3.0-or-later
|
||||
|
Reference in New Issue
Block a user