14
0

- Update to version 1.0.4

* Add missing fields to MpvEventEndFile
  * Add field "playlist_entry_id" to MpvEventEndFile
  * Add 'self' to mouse function
  * Replace xvfbwrapper with PyVirtualDisplay
  * Add __version__ field to module

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-mpv?expand=0&rev=38
This commit is contained in:
2023-07-23 04:44:43 +00:00
committed by Git OBS Bridge
parent 6a90fcf70c
commit aa0cf4f7f6
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Jul 23 04:43:23 UTC 2023 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 1.0.4
* Add missing fields to MpvEventEndFile
* Add field "playlist_entry_id" to MpvEventEndFile
* Add 'self' to mouse function
* Replace xvfbwrapper with PyVirtualDisplay
* Add __version__ field to module
-------------------------------------------------------------------
Mon Feb 27 14:53:53 UTC 2023 - Luigi Baldoni <aloisio@gmx.com>