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,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
|
||||
|
Reference in New Issue
Block a user