From 725f258c10c5ba6c940531228c41cde7951e3c2789e94ea791c1aa9631dbe3b3 Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Fri, 25 Apr 2025 10:32:10 +0000 Subject: [PATCH] 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 --- python-python-mpv.changes | 13 +++++++++++++ python-python-mpv.spec | 2 +- python_mpv-1.0.7.tar.gz | 3 --- python_mpv-1.0.8.tar.gz | 3 +++ 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 python_mpv-1.0.7.tar.gz create mode 100644 python_mpv-1.0.8.tar.gz 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