SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python311-python-mpv-1.0.7-1.1.noarch.rpm :

* Mon Jun 24 2024 Dirk Müller - update to 1.0.7:
* Fix race condition in property observer code leading to futures.InvalidStateError
* bump min python to 3.9
* Wed May 22 2024 Mia Herkt - Update to version 1.0.6
* Fix loadfile for mpv v0.38.0
* Add play_bytes convenience function
* Add play_context convenience function
* Sun Nov 19 2023 Luigi Baldoni - Update to version 1.0.5
* Make release script properly update version in mpv.py
* Fix typo in README
* Sun Jul 23 2023 Luigi Baldoni - Update to version 1.0.4
* Add missing fields to MpvEventEndFile
* Add field \"playlist_entry_id\" to MpvEventEndFile
* Add \'self\' to mouse function
* Replace xvfbwrapper with PyVirtualDisplay
* Add __version__ field to module
* Mon Feb 27 2023 Luigi Baldoni - Add version requirement for setuptools
* Mon Feb 27 2023 Luigi Baldoni - Update to version 1.0.3
* Move to new old pypi project name
* Sun Feb 26 2023 Luigi Baldoni - Update to version v1.0.2
* Update license header with dual-license information
* Update package metadata
* Migrate away from setup.py and use PEP 612-style pyproject.toml
* Update setup.cfg for new syntax
* Fix typo in repr format string
* tests: Add strategic sleeps to reduce likelihood of race condition during test teardown
* Fix package upgrade
* Cleanup pipeline
* Skip Python 3.7
* Add Windows test
* Run on Python 3.7 - 3.10
* Rename job
* Use newer actions
* Skip unreliable test in CI
* Use xvfb-run to run tests
* Upgrade pip
* Remove starter
* Remove unused variables
* Use two blank lines between classes and functions
* Comment error prone test
* Fix environment variable
* Start Xvfb before running tests
* Add test workflow
* Add requirements file
* Remove unused imports
* Fix show_text level default parameter
* Fix observe_property() docstring
* Fix external subtitles example
* Fix typo in function name
* Update branch name references
* Error for known-incompatible libmpv
* Fix license field in setup.py- Switch to new license
* Sun Apr 24 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 02 2022 Dominique Leuenberger - Dynamically add a dependency to the libmpv version that was present during build. Allows to dynamically move between various so versions (e.g. libmpv1 to libmpv2).
* Sun Jul 26 2020 aloisioAATTgmx.com- Update to version 0.5.2
* Fixing typo in keep_playlist causing NameError
 
ICM