14
0

- Update to version 1.0.8

* Add support for libmpv's new args to key binding handlers
  * Use callback id() instead of frame hash() to identify
    anonymous python streams
  * Tests: Fix race condition in
    test_wait_for_property_concurrency
  * Fix quit and quit_watch_later commands
  * Add test for dict-valued properties
  * Add API to set dict-valued properties

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-mpv?expand=0&rev=48
This commit is contained in:
2025-04-25 10:32:10 +00:00
committed by Git OBS Bridge
commit 59f4a30a70
7 changed files with 410 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
# this is actually necessary
addFilter("explicit-lib-dependency .*libmpv")