14
0

- Update to version 0.4.4.

* Allow mpv-1.dll to be placed in python script directory (#96)
  * tests: Silence libmpv during unittests
  * Fix Python 3.5 compatibility

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-mpv?expand=0&rev=14
This commit is contained in:
2019-12-04 08:41:35 +00:00
committed by Git OBS Bridge
parent 16646797af
commit 7fae62005d
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Dec 4 08:40:49 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 0.4.4.
* Allow mpv-1.dll to be placed in python script directory (#96)
* tests: Silence libmpv during unittests
* Fix Python 3.5 compatibility
-------------------------------------------------------------------
Mon Dec 2 08:22:36 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>