From 9abc9f321395ce114d31acf81183e0804d567bf34f25ad5c6e511543773ca4d1 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 11 Jan 2022 03:18:02 +0000 Subject: [PATCH] - Update to 8.1.0: * Update FFmpeg to 4.3.2 for the binary wheels. * Provide binary wheels for Python 3.10 (:issue:`820`). * Stop providing binary wheels for end-of-life Python 3.6. * Fix args order in Frame.__repr__ (:issue:`749`). * Fix documentation to remove unavailable QUIET log level (:issue:`719`). * Expose codec_context.codec_tag (:issue:`741`). * Add example for encoding with a custom PTS (:issue:`725`). * Use av_packet_rescale_ts in Packet._rebase_time() (:issue:`737`). * Do not hardcode errno values in test suite (:issue:`729`). * Use av_guess_format for output container format (:issue:`691`). * Fix setting CodecContext.extradata (:issue:`658`, :issue:`740`). * Fix documentation code block indentation (:issue:`783`). * Fix link to Conda installation instructions (:issue:`782`). * Export AudioStream from av.audio (:issue:`775`). * Fix setting CodecContext.extradata (:issue:`801`). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-av?expand=0&rev=18 --- av-8.0.3.tar.gz | 3 --- av-8.1.0.tar.gz | 3 +++ python-av.changes | 20 ++++++++++++++++++++ python-av.spec | 11 +++++------ 4 files changed, 28 insertions(+), 9 deletions(-) delete mode 100644 av-8.0.3.tar.gz create mode 100644 av-8.1.0.tar.gz diff --git a/av-8.0.3.tar.gz b/av-8.0.3.tar.gz deleted file mode 100644 index e696585..0000000 --- a/av-8.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:521814309c91d526b6b5c9517018aef2dd12bc3d86351037db69aa67730692b8 -size 2321046 diff --git a/av-8.1.0.tar.gz b/av-8.1.0.tar.gz new file mode 100644 index 0000000..37973ec --- /dev/null +++ b/av-8.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0402169bc27e38e0f44e0e0e1854cf488337e86206b6d25d6dae2bfd7a1a0230 +size 2374416 diff --git a/python-av.changes b/python-av.changes index ae24b51..3b78650 100644 --- a/python-av.changes +++ b/python-av.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue Jan 11 03:17:08 UTC 2022 - Steve Kowalik + +- Update to 8.1.0: + * Update FFmpeg to 4.3.2 for the binary wheels. + * Provide binary wheels for Python 3.10 (:issue:`820`). + * Stop providing binary wheels for end-of-life Python 3.6. + * Fix args order in Frame.__repr__ (:issue:`749`). + * Fix documentation to remove unavailable QUIET log level (:issue:`719`). + * Expose codec_context.codec_tag (:issue:`741`). + * Add example for encoding with a custom PTS (:issue:`725`). + * Use av_packet_rescale_ts in Packet._rebase_time() (:issue:`737`). + * Do not hardcode errno values in test suite (:issue:`729`). + * Use av_guess_format for output container format (:issue:`691`). + * Fix setting CodecContext.extradata (:issue:`658`, :issue:`740`). + * Fix documentation code block indentation (:issue:`783`). + * Fix link to Conda installation instructions (:issue:`782`). + * Export AudioStream from av.audio (:issue:`775`). + * Fix setting CodecContext.extradata (:issue:`801`). + ------------------------------------------------------------------- Tue Feb 23 18:33:31 UTC 2021 - Ben Greiner diff --git a/python-av.spec b/python-av.spec index e2e8fbf..8576123 100644 --- a/python-av.spec +++ b/python-av.spec @@ -1,7 +1,7 @@ # # spec file for package python-av # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,9 +18,8 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 -%define skip_python36 1 Name: python-av -Version: 8.0.3 +Version: 8.1.0 Release: 0 Summary: Python bindings for FFmpeg's libraries License: BSD-3-Clause @@ -40,7 +39,7 @@ BuildRequires: pkgconfig(libavfilter) BuildRequires: pkgconfig(libavutil) Requires: python-numpy Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives %python_subpackages %description @@ -71,8 +70,8 @@ sed -Ei 's/(from .common import .*), fate_suite(, .*)?/\1\2\ndef fate_suite(*a): %check mv av .av -# Skipping 4 tests requiring mpeg4 codec -%pytest_arch tests -k 'not (test_codec_mpeg4 or test_encoding_with_pts or test_stream_index or test_video_default_options)' +# Skipping tests requiring mpeg4 codec +%pytest_arch tests -k 'not (test_codec_mpeg4 or test_encoding_with_pts or test_stream_index or test_video_default_options or test_codec_tag or test_decoder_extradata or test_encoder_extradata)' mv .av av %files %{python_files}