forked from pool/python-python-mpv
Accepting request 747246 from home:alois:branches:devel:languages:python
update to 0.3.10 OBS-URL: https://build.opensuse.org/request/show/747246 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-mpv?expand=0&rev=8
This commit is contained in:
3
python-mpv-0.3.10.tar.gz
Normal file
3
python-mpv-0.3.10.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:05d4c302e2d1cf1ba31c2bdf1696b69e493e3622985d6526ad66515ff1890d11
|
||||||
|
size 16947
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:13dbbbcbd996afda37163cae6d4cbad0ef510188e467b16bc50aadc2a2cbdd52
|
|
||||||
size 16159
|
|
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 10 16:05:24 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
|
||||||
|
- Update to version 0.3.10
|
||||||
|
* Use stride//4 rather than the returned image w
|
||||||
|
* README: Add cosven's QT/OpenGL example
|
||||||
|
* fix: getProcAddr function should return a function or 0
|
||||||
|
* Readme: Add PyGtk embedding example
|
||||||
|
|
||||||
|
- Spec cleanup
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 4 12:53:06 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
Tue Dec 4 12:53:06 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-python-mpv
|
# spec file for package python-python-mpv
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,14 +16,12 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
Name: python-python-mpv
|
Name: python-python-mpv
|
||||||
Version: 0.3.9
|
Version: 0.3.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python interface to the mpv media player
|
Summary: Python interface to the mpv media player
|
||||||
License: AGPL-3.0-or-later
|
License: AGPL-3.0-or-later
|
||||||
Group: Development/Languages/Python
|
URL: https://github.com/jaseg/python-mpv
|
||||||
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
|
Source99: %{name}-rpmlintrc
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
Reference in New Issue
Block a user