Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-av for openSUSE:Factory checked in at 2022-01-11 21:19:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-av (Old) and /work/SRC/openSUSE:Factory/.python-av.new.1892 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-av" Tue Jan 11 21:19:55 2022 rev:9 rq:945472 version:8.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-av/python-av.changes 2021-02-25 18:27:17.582174856 +0100 +++ /work/SRC/openSUSE:Factory/.python-av.new.1892/python-av.changes 2022-01-11 21:24:05.621162414 +0100 @@ -1,0 +2,20 @@ +Tue Jan 11 03:17:08 UTC 2022 - Steve Kowalik <steven.kowa...@suse.com> + +- 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`). + +------------------------------------------------------------------- Old: ---- av-8.0.3.tar.gz New: ---- av-8.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-av.spec ++++++ --- /var/tmp/diff_new_pack.HOgKGT/_old 2022-01-11 21:24:06.113162760 +0100 +++ /var/tmp/diff_new_pack.HOgKGT/_new 2022-01-11 21:24:06.117162763 +0100 @@ -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(libavutil) Requires: python-numpy Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives %python_subpackages %description @@ -71,8 +70,8 @@ %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} ++++++ av-8.0.3.tar.gz -> av-8.1.0.tar.gz ++++++ ++++ 44335 lines of diff (skipped)