14
0

Accepting request 821925 from devel:languages:python

- Update to version 0.5.1
  * mpv.py: terminate: Raise warning when called from event
    thread.
  * mpv.py: add wait_for_shutdown
  * mpv.py: add check_core_alive, check core in __getattr__,
    __setattr__
- 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/821925
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-mpv?expand=0&rev=14
This commit is contained in:
2020-07-20 19:02:36 +00:00
committed by Git OBS Bridge
4 changed files with 25 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:60f06cad41f8133888bb0d9b303736d8fc2ea73aa2a83bc0f3819ccf5f04230a
size 24570

3
python-mpv-0.5.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:28e7ed08a5616ea0839fb0bde3fe3edb65b3070650a7d30240a2dc53581b8895
size 25536

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Jul 20 14:50:15 UTC 2020 - aloisio@gmx.com
- Update to version 0.5.1
* mpv.py: terminate: Raise warning when called from event
thread.
* mpv.py: add wait_for_shutdown
* mpv.py: add check_core_alive, check core in __getattr__,
__setattr__
-------------------------------------------------------------------
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>

View File

@@ -17,7 +17,7 @@
Name: python-python-mpv
Version: 0.4.8
Version: 0.5.1
Release: 0
Summary: Python interface to the mpv media player
License: AGPL-3.0-or-later