diff --git a/python-python-mpv.changes b/python-python-mpv.changes index 06a3f63..4b0d0c2 100644 --- a/python-python-mpv.changes +++ b/python-python-mpv.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Apr 25 10:29:24 UTC 2025 - Luigi Baldoni + +- 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 diff --git a/python-python-mpv.spec b/python-python-mpv.spec index 4fd294b..87160c6 100644 --- a/python-python-mpv.spec +++ b/python-python-mpv.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-python-mpv -Version: 1.0.7 +Version: 1.0.8 Release: 0 Summary: Python interface to the mpv media player License: GPL-2.0-or-later OR LGPL-2.1-or-later diff --git a/python_mpv-1.0.7.tar.gz b/python_mpv-1.0.7.tar.gz deleted file mode 100644 index 9ae31a9..0000000 --- a/python_mpv-1.0.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:afc2f2677b08dcccf1e9e7a76d64ee4f603541cf6a750ebf4cce957be90ec836 -size 51712 diff --git a/python_mpv-1.0.8.tar.gz b/python_mpv-1.0.8.tar.gz new file mode 100644 index 0000000..8e2ca98 --- /dev/null +++ b/python_mpv-1.0.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:017fa359da059c831a94c419083491903e6d2f7c81b9841c33c196cabf4b3fe3 +size 52680