Revisions of python-python-mpv

buildservice-autocommit accepted request 1127517 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 41)
baserev update by copy to link target
Luigi Baldoni's avatar Luigi Baldoni (alois) accepted request 1127516 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 40)
- Update to version 1.0.5
  * Make release script properly update version in mpv.py
  * Fix typo in README
buildservice-autocommit accepted request 1100097 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 39)
baserev update by copy to link target
Luigi Baldoni's avatar Luigi Baldoni (alois) committed (revision 38)
- 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
buildservice-autocommit accepted request 1069667 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 37)
baserev update by copy to link target
buildservice-autocommit accepted request 1068003 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 36)
baserev update by copy to link target
Luigi Baldoni's avatar Luigi Baldoni (alois) accepted request 1068113 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 35)
- Add version requirement for setuptools
Luigi Baldoni's avatar Luigi Baldoni (alois) accepted request 1068002 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 34)
- Update to version 1.0.3
  * Move to new old pypi project name
buildservice-autocommit accepted request 1067837 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 33)
baserev update by copy to link target
Luigi Baldoni's avatar Luigi Baldoni (alois) accepted request 1067836 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 32)
- 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
buildservice-autocommit accepted request 972392 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 31)
baserev update by copy to link target
Luigi Baldoni's avatar Luigi Baldoni (alois) accepted request 972391 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 30)
- 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
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 958482 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 29)
- 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).
buildservice-autocommit accepted request 822837 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 28)
baserev update by copy to link target
Luigi Baldoni's avatar Luigi Baldoni (alois) accepted request 822836 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 27)
- Update to version 0.5.2
  * Fixing typo in keep_playlist causing NameError
buildservice-autocommit accepted request 821925 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 26)
baserev update by copy to link target
Luigi Baldoni's avatar Luigi Baldoni (alois) accepted request 821924 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 25)
- Update to version 0.5.1
  * mpv.py: terminate: Raise warning when called from event
    thread.
  * mpv.py: add wait_for_shutdown
  * mpv.py: add check_core_alive, check core in __getattr__,
    __setattr__
Luigi Baldoni's avatar Luigi Baldoni (alois) accepted request 821817 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 24)
- Update to version 0.5.0
  * mpv.py: add prepare_and_wait_for_property
  * mpv.py: Update copyright date
  * mpv.py: Add docstrings to new additions to API
  * Sprinkle some thread safety over event loop, add
    *wait_for_event
  * mpv.py: improve shutdown handling, replace wait_for_playback
buildservice-autocommit accepted request 821382 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 23)
baserev update by copy to link target
Luigi Baldoni's avatar Luigi Baldoni (alois) accepted request 821381 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 22)
- Update to version 0.4.8
  * README: add video overlay example
  * mpv.py: add wait_until_paused, wait_until_playing
  * mpv.py: Add overlay support
  * mpv.py: add some missing commands
  * added "python_requires"
  * remove superfluous whitespaces
Displaying revisions 1 - 20 of 41
openSUSE Build Service is sponsored by