diff --git a/av-8.0.2.tar.gz b/av-8.0.2.tar.gz deleted file mode 100644 index 95f8044..0000000 --- a/av-8.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3bba6bf68766b8a1a057f28869c7078cf0a1ec3207c7788c2ce8fe6f6bd8267 -size 2317701 diff --git a/av-8.0.3.tar.gz b/av-8.0.3.tar.gz new file mode 100644 index 0000000..e696585 --- /dev/null +++ b/av-8.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:521814309c91d526b6b5c9517018aef2dd12bc3d86351037db69aa67730692b8 +size 2321046 diff --git a/python-av.changes b/python-av.changes index e14daaf..ae24b51 100644 --- a/python-av.changes +++ b/python-av.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Feb 23 18:33:31 UTC 2021 - Ben Greiner + +- 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 diff --git a/python-av.spec b/python-av.spec index 13af16b..e2e8fbf 100644 --- a/python-av.spec +++ b/python-av.spec @@ -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