From 071e52519f87f676bd812f2d5cf3178ad13dc201e93f55a707a76d10ef4bbc7c Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Sun, 24 Apr 2022 16:56:16 +0000 Subject: [PATCH] Accepting request 972391 from home:alois:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to version 1.0.1 * Fix setup.py for PyPI upload version 1.0.0: * Add cancel handling to streams * Remove outdated OpenGL examples from README * Add event queue overflow handling * Finish event infrastructure rework. * Finish rewriting event infrastructure * Continue reworking event infrastrucutre. * Use mock.Mock to mock Xvfbwrapper on Windows * Update event wrapper classes * Remove deprecated libmpv API * add albumart arg to video_add * Windows test workaround * Remove MpvSubApi wrapper * Remove dropped mpv-2 api methods. * Add some useful input commands * Add keyword argument command interface * setup.py: Update license information * Update copyright headers * Use upstream license * tests: Suppress video output on wayland systems * Add missing new event types * Add future-based async command API * mpv.py: add default error handler for failed async commands * mpv.py: add support for asynchronous commands * Default to node_command and rename old command to string_command * mpv.py: change mpv_detach_destroy to mpv_destroy * porcelain: Add fancy wait_for_event/property future handling * Bump minimum python version to 3.7 * README: Add skip silence example * tests: Fix flaky sub_add test * tests: Add wait_for_shutdown unit test * tests: Switch to pytest, remove devnull hack * Add timeouts and error forwarding to wait_for_{property,event} condit… * Fix segmentation fault in unit tests on wayland * use daemon = True instead of setDaemon * test_property_observer_decorator: bump sleep to 0.1s * Fix handling of c_void_p args in MpvRenderParam.__init__() * Update PyGObject example with locale fixup workaround * mpv.py: update: Use ctypes.memmove to speed up * Add dfaker's imgui/OpenGL demo * README: Add Robozman's PyQt5/QML/OpenGL render context example OBS-URL: https://build.opensuse.org/request/show/972391 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-mpv?expand=0&rev=30 --- python-mpv-0.5.2.tar.gz | 3 --- python-mpv-1.0.1.tar.gz | 3 +++ python-python-mpv.changes | 50 +++++++++++++++++++++++++++++++++++++++ python-python-mpv.spec | 2 +- 4 files changed, 54 insertions(+), 4 deletions(-) delete mode 100644 python-mpv-0.5.2.tar.gz create mode 100644 python-mpv-1.0.1.tar.gz diff --git a/python-mpv-0.5.2.tar.gz b/python-mpv-0.5.2.tar.gz deleted file mode 100644 index ec75cb9..0000000 --- a/python-mpv-0.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10c7ae61eff441602c7188595108391cdede153c15454772d8811c2bcb9e6823 -size 25529 diff --git a/python-mpv-1.0.1.tar.gz b/python-mpv-1.0.1.tar.gz new file mode 100644 index 0000000..734a1e8 --- /dev/null +++ b/python-mpv-1.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c5cc55df484232827ebfa9e498e8370698c6bf7283ba6b1e0329cc42f3aeb8e +size 33348 diff --git a/python-python-mpv.changes b/python-python-mpv.changes index a516f99..5b1e116 100644 --- a/python-python-mpv.changes +++ b/python-python-mpv.changes @@ -1,3 +1,53 @@ +------------------------------------------------------------------- +Sun Apr 24 16:53:52 UTC 2022 - Luigi Baldoni + +- Update to version 1.0.1 + * Fix setup.py for PyPI upload + version 1.0.0: + * Add cancel handling to streams + * Remove outdated OpenGL examples from README + * Add event queue overflow handling + * Finish event infrastructure rework. + * Finish rewriting event infrastructure + * Continue reworking event infrastrucutre. + * Use mock.Mock to mock Xvfbwrapper on Windows + * Update event wrapper classes + * Remove deprecated libmpv API + * add albumart arg to video_add + * Windows test workaround + * Remove MpvSubApi wrapper + * Remove dropped mpv-2 api methods. + * Add some useful input commands + * Add keyword argument command interface + * setup.py: Update license information + * Update copyright headers + * Use upstream license + * tests: Suppress video output on wayland systems + * Add missing new event types + * Add future-based async command API + * mpv.py: add default error handler for failed async commands + * mpv.py: add support for asynchronous commands + * Default to node_command and rename old command to + string_command + * mpv.py: change mpv_detach_destroy to mpv_destroy + * porcelain: Add fancy wait_for_event/property future handling + * Bump minimum python version to 3.7 + * README: Add skip silence example + * tests: Fix flaky sub_add test + * tests: Add wait_for_shutdown unit test + * tests: Switch to pytest, remove devnull hack + * Add timeouts and error forwarding to + wait_for_{property,event} condit… + * Fix segmentation fault in unit tests on wayland + * use daemon = True instead of setDaemon + * test_property_observer_decorator: bump sleep to 0.1s + * Fix handling of c_void_p args in MpvRenderParam.__init__() + * Update PyGObject example with locale fixup workaround + * mpv.py: update: Use ctypes.memmove to speed up + * Add dfaker's imgui/OpenGL demo + * README: Add Robozman's PyQt5/QML/OpenGL render context + example + ------------------------------------------------------------------- Wed Mar 2 15:50:32 UTC 2022 - Dominique Leuenberger diff --git a/python-python-mpv.spec b/python-python-mpv.spec index f83c22d..fdbe236 100644 --- a/python-python-mpv.spec +++ b/python-python-mpv.spec @@ -17,7 +17,7 @@ Name: python-python-mpv -Version: 0.5.2 +Version: 1.0.1 Release: 0 Summary: Python interface to the mpv media player License: AGPL-3.0-or-later