From 6ba5bc65988743324dfdf6647510ad4f83ee626f1ef362fa82c8942afdde4a23 Mon Sep 17 00:00:00 2001 From: Mia Herkt Date: Wed, 22 May 2024 17:41:45 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python/python-python-mpv?expand=0&rev=42 --- python-mpv-1.0.5.tar.gz | 3 --- python-python-mpv.changes | 8 ++++++++ python-python-mpv.spec | 8 ++++---- python_mpv-1.0.6.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 python-mpv-1.0.5.tar.gz create mode 100644 python_mpv-1.0.6.tar.gz diff --git a/python-mpv-1.0.5.tar.gz b/python-mpv-1.0.5.tar.gz deleted file mode 100644 index 6aa986d..0000000 --- a/python-mpv-1.0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9053ebf05c581810a1cff6c5492d516ea465039dc0ac24ac7779ee21c777d65d -size 50785 diff --git a/python-python-mpv.changes b/python-python-mpv.changes index e573101..633a80e 100644 --- a/python-python-mpv.changes +++ b/python-python-mpv.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed May 22 17:35:36 UTC 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 06:30:55 UTC 2023 - Luigi Baldoni diff --git a/python-python-mpv.spec b/python-python-mpv.spec index 81ec357..ef85662 100644 --- a/python-python-mpv.spec +++ b/python-python-mpv.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-mpv # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ Name: python-python-mpv -Version: 1.0.5 +Version: 1.0.6 Release: 0 Summary: Python interface to the mpv media player License: GPL-2.0-or-later OR LGPL-2.1-or-later URL: https://github.com/jaseg/python-mpv -Source0: https://files.pythonhosted.org/packages/source/p/python-mpv/python-mpv-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/p/python-mpv/python_mpv-%{version}.tar.gz Source99: %{name}-rpmlintrc BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools >= 61} @@ -43,7 +43,7 @@ It gives more or less full control of all features of the player, just like the lua interface does. %prep -%setup -q -n python-mpv-%{version} +%setup -q -n python_mpv-%{version} %build %pyproject_wheel diff --git a/python_mpv-1.0.6.tar.gz b/python_mpv-1.0.6.tar.gz new file mode 100644 index 0000000..d277166 --- /dev/null +++ b/python_mpv-1.0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77e926f2ce569c5fc83d6531176e85e4c3249552f3059e818afb2f9cb33b9eeb +size 51566