1
0

21 Commits

Author SHA256 Message Date
52fdc4cf9b Accepting request 1183035 from devel:languages:python
- update to 1.0.7:
  * Fix race condition in property observer code leading to
    futures.InvalidStateError
  * bump min python to 3.9

  * Migrate away from setup.py and use PEP 612-style
    pyproject.toml
  * Update setup.cfg for new syntax
  * tests: Add strategic sleeps to reduce likelihood of race
  * Fix observe_property() docstring
  * Add release script
  * README: Add info on GUI modes
  * Fix Python 3.5 compatibility
  * README - vo "opengl" doesn't exist anymore
  * Readme: Add PyGtk embedding example

OBS-URL: https://build.opensuse.org/request/show/1183035
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-mpv?expand=0&rev=24
2024-06-24 18:56:56 +00:00
bd168ae21c Accepting request 1175913 from devel:languages:python
- Update to version 1.0.6
  * Fix loadfile for mpv v0.38.0
  * Add play_bytes convenience function
  * Add play_context convenience function

OBS-URL: https://build.opensuse.org/request/show/1175913
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-mpv?expand=0&rev=23
2024-05-22 19:34:36 +00:00
035e540435 Accepting request 1127517 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1127517
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-mpv?expand=0&rev=22
2023-11-20 20:19:19 +00:00
2985f93cda Accepting request 1100097 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1100097
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-mpv?expand=0&rev=21
2023-07-26 11:23:22 +00:00
a69dfcf043 Accepting request 1069667 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1069667
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-mpv?expand=0&rev=20
2023-03-06 17:56:58 +00:00
ccb7e4274e Accepting request 1068003 from devel:languages:python
- Update to version 1.0.3
  * Move to new old pypi project name

OBS-URL: https://build.opensuse.org/request/show/1068003
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-mpv?expand=0&rev=19
2023-02-28 11:48:41 +00:00
a9a76de101 Accepting request 1067837 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1067837
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-mpv?expand=0&rev=18
2023-02-27 11:55:20 +00:00
a8080ce6a4 Accepting request 972392 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/972392
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-mpv?expand=0&rev=17
2022-04-24 18:34:22 +00:00
1bf2a5b7e3 Accepting request 958502 from devel:languages:python
- 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).

OBS-URL: https://build.opensuse.org/request/show/958502
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-mpv?expand=0&rev=16
2022-03-02 17:22:39 +00:00
836414083b Accepting request 822837 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/822837
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-mpv?expand=0&rev=15
2020-07-27 15:40:33 +00:00
f6d0ed5738 Accepting request 821925 from devel:languages:python
- 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__
- 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

OBS-URL: https://build.opensuse.org/request/show/821925
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-mpv?expand=0&rev=14
2020-07-20 19:02:36 +00:00
7f9d872b17 Accepting request 821382 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/821382
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-mpv?expand=0&rev=13
2020-07-17 18:50:11 +00:00
a85dcd47f6 Accepting request 820545 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/820545
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-mpv?expand=0&rev=12
2020-07-14 05:58:40 +00:00
c8014fe419 Accepting request 791535 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/791535
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-mpv?expand=0&rev=11
2020-04-07 08:28:26 +00:00
bfd01f65df Accepting request 786293 from devel:languages:python
- Update to version 0.4.5:
  * Windows: Use cytpes.load_library to look for DLL

OBS-URL: https://build.opensuse.org/request/show/786293
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-mpv?expand=0&rev=10
2020-03-19 18:50:10 +00:00
5c0e751bb0 Accepting request 753915 from devel:languages:python
update to 0.4.4.

OBS-URL: https://build.opensuse.org/request/show/753915
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-mpv?expand=0&rev=9
2019-12-04 12:55:52 +00:00
3157442524 Accepting request 752821 from devel:languages:python
update to 0.4.1

OBS-URL: https://build.opensuse.org/request/show/752821
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-mpv?expand=0&rev=8
2019-12-02 10:36:10 +00:00
07a393e774 Accepting request 751034 from devel:languages:python
update to 0.4.0

OBS-URL: https://build.opensuse.org/request/show/751034
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-mpv?expand=0&rev=7
2019-11-27 12:54:07 +00:00
b524406753 Accepting request 747247 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/747247
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-mpv?expand=0&rev=6
2019-11-10 21:55:38 +00:00
034d884b57 Accepting request 659615 from devel:languages:python
Remove superfluous devel dependency for noarch package

OBS-URL: https://build.opensuse.org/request/show/659615
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-mpv?expand=0&rev=5
2018-12-24 10:42:38 +00:00
3d8f4a7e88 Accepting request 625715 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/625715
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-mpv?expand=0&rev=4
2018-07-28 10:44:18 +00:00

Diff Content Not Available