From 7610baf4bac0f477879f10017fb70dbec456f3486fc597ad59674b8e152d12b5 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 24 Jun 2020 01:30:22 +0000 Subject: [PATCH] - Update to 8.0.2: * v8.0.2 + Minor: - Enable GnuTLS support in the FFmpeg build used for binary wheels (:issue:`675`). - Make binary wheels compatible with Mac OS X 10.9+ (:issue:`662`). - Drop Python 2.x buffer protocol code. - Remove references to previous repository location. * v8.0.1 + Minor: - Enable additional FFmpeg features in the binary wheels. - Use os.fsencode for both input and output file names (:issue:`600`). * v8.0.0 + Major: - Drop support for Python 2 and Python 3.4. - Provide binary wheels for Linux, Mac and Windows. + Minor: - Remove shims for obsolete FFmpeg versions (:issue:`588`). - Add yuvj420p format for :meth:`VideoFrame.from_ndarray` and :meth:`VideoFrame.to_ndarray` (:issue:`583`). - Add support for palette formats in :meth:`VideoFrame.from_ndarray` and :meth:`VideoFrame.to_ndarray` (:issue:`601`). - Fix Python 3.8 deprecation warning related to abstract base classes (:issue:`616`). - Remove ICC profiles from logos (:issue:`622`). + Fixes: - Avoid infinite timeout in :func:`av.open` (:issue:`589`). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-av?expand=0&rev=12 --- av-7.0.1.tar.gz | 3 --- av-8.0.2.tar.gz | 3 +++ python-av.changes | 27 +++++++++++++++++++++++++++ python-av.spec | 4 ++-- 4 files changed, 32 insertions(+), 5 deletions(-) delete mode 100644 av-7.0.1.tar.gz create mode 100644 av-8.0.2.tar.gz diff --git a/av-7.0.1.tar.gz b/av-7.0.1.tar.gz deleted file mode 100644 index 5af3be3..0000000 --- a/av-7.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb13afa8967d112f3f78ee6ded1082546c32462dfdfa8dac81c9539f5bda0a83 -size 2335576 diff --git a/av-8.0.2.tar.gz b/av-8.0.2.tar.gz new file mode 100644 index 0000000..95f8044 --- /dev/null +++ b/av-8.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3bba6bf68766b8a1a057f28869c7078cf0a1ec3207c7788c2ce8fe6f6bd8267 +size 2317701 diff --git a/python-av.changes b/python-av.changes index 26f128a..cde6dfa 100644 --- a/python-av.changes +++ b/python-av.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Wed Jun 24 01:24:35 UTC 2020 - Steve Kowalik + +- Update to 8.0.2: + * v8.0.2 + + Minor: + - Enable GnuTLS support in the FFmpeg build used for binary wheels (:issue:`675`). + - Make binary wheels compatible with Mac OS X 10.9+ (:issue:`662`). + - Drop Python 2.x buffer protocol code. + - Remove references to previous repository location. + * v8.0.1 + + Minor: + - Enable additional FFmpeg features in the binary wheels. + - Use os.fsencode for both input and output file names (:issue:`600`). + * v8.0.0 + + Major: + - Drop support for Python 2 and Python 3.4. + - Provide binary wheels for Linux, Mac and Windows. + + Minor: + - Remove shims for obsolete FFmpeg versions (:issue:`588`). + - Add yuvj420p format for :meth:`VideoFrame.from_ndarray` and :meth:`VideoFrame.to_ndarray` (:issue:`583`). + - Add support for palette formats in :meth:`VideoFrame.from_ndarray` and :meth:`VideoFrame.to_ndarray` (:issue:`601`). + - Fix Python 3.8 deprecation warning related to abstract base classes (:issue:`616`). + - Remove ICC profiles from logos (:issue:`622`). + + Fixes: + - Avoid infinite timeout in :func:`av.open` (:issue:`589`). + ------------------------------------------------------------------- Wed May 27 09:36:11 UTC 2020 - Petr Gajdos diff --git a/python-av.spec b/python-av.spec index 6386a84..b85aa2e 100644 --- a/python-av.spec +++ b/python-av.spec @@ -17,12 +17,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-av -Version: 7.0.1 +Version: 8.0.2 Release: 0 Summary: Python bindings for FFmpeg's libraries License: BSD-3-Clause -Group: Development/Languages/Python URL: https://github.com/mikeboers/PyAV Source: https://files.pythonhosted.org/packages/source/a/av/av-%{version}.tar.gz BuildRequires: %{python_module Cython}