14
0

Accepting request 1272643 from home:alois:branches:devel:languages:python

- 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/request/show/1272643
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
parent be52a57095
commit 725f258c10
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Apr 25 10:29:24 UTC 2025 - Luigi Baldoni <aloisio@gmx.com>
- 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
-------------------------------------------------------------------
Fri Feb 14 03:26:31 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>