forked from pool/python-python-mpv
- 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
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9053ebf05c581810a1cff6c5492d516ea465039dc0ac24ac7779ee21c777d65d
|
||||
size 50785
|
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 22 17:35:36 UTC 2024 - Mia Herkt <mia@0x0.st>
|
||||
|
||||
- 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 <aloisio@gmx.com>
|
||||
|
||||
|
@@ -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
|
||||
|
3
python_mpv-1.0.6.tar.gz
Normal file
3
python_mpv-1.0.6.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:77e926f2ce569c5fc83d6531176e85e4c3249552f3059e818afb2f9cb33b9eeb
|
||||
size 51566
|
Reference in New Issue
Block a user