SHA256
15
0
forked from pool/python-av

Accepting request 874686 from home:bnavigator:branches:devel:languages:python

- Update to 8.0.3
  * packaging and formatting (no relevant changes for openSUSE)
- Skip python36 build: With NumPy 1.20, python36-numpy is no
  longer available in Tumbleweed (NEP 29)

OBS-URL: https://build.opensuse.org/request/show/874686
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-av?expand=0&rev=16
This commit is contained in:
2021-02-23 19:00:13 +00:00
committed by Git OBS Bridge
parent 230c772916
commit 8aced7dd0c
4 changed files with 15 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a3bba6bf68766b8a1a057f28869c7078cf0a1ec3207c7788c2ce8fe6f6bd8267
size 2317701

3
av-8.0.3.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:521814309c91d526b6b5c9517018aef2dd12bc3d86351037db69aa67730692b8
size 2321046

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Feb 23 18:33:31 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to 8.0.3
* packaging and formatting (no relevant changes for openSUSE)
- Skip python36 build: With NumPy 1.20, python36-numpy is no
longer available in Tumbleweed (NEP 29)
-------------------------------------------------------------------
Sat Aug 15 08:35:33 UTC 2020 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-av
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
%define skip_python36 1
Name: python-av
Version: 8.0.2
Version: 8.0.3
Release: 0
Summary: Python bindings for FFmpeg's libraries
License: BSD-3-Clause
URL: https://github.com/mikeboers/PyAV
URL: https://github.com/PyAV-Org/PyAV
Source: https://files.pythonhosted.org/packages/source/a/av/av-%{version}.tar.gz
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module devel}
@@ -38,7 +39,6 @@ BuildRequires: pkgconfig(libavdevice)
BuildRequires: pkgconfig(libavfilter)
BuildRequires: pkgconfig(libavutil)
Requires: python-numpy
Requires: python-setuptools
Requires(post): update-alternatives
Requires(postun): update-alternatives
%python_subpackages