Hello community, here is the log from the commit of package python-av for openSUSE:Factory checked in at 2020-02-24 15:54:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-av (Old) and /work/SRC/openSUSE:Factory/.python-av.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-av" Mon Feb 24 15:54:20 2020 rev:3 rq:778637 version:7.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-av/python-av.changes 2019-07-26 12:41:54.753867072 +0200 +++ /work/SRC/openSUSE:Factory/.python-av.new.26092/python-av.changes 2020-02-24 15:56:24.019996723 +0100 @@ -1,0 +2,24 @@ +Mon Feb 24 01:48:27 UTC 2020 - [email protected] + +- Update version to 7.0.1: + + Major: + * Drop support for FFmpeg < 4.0. (:issue:`559`) + * Introduce per-error exceptions, and mirror the builtin exception heirarchy. It is recommended to examine your error handling code, as common FFmpeg errors will result in ValueError baseclasses now. (:issue:`563`) + * Data stream's encode and decode return empty lists instead of none allowing common API use patterns with data streams. + * Remove whence parameter from :meth:`InputContainer.seek` as non-time seeking doesn't seem to actually be supported by any FFmpeg formats. + + Minor: + * Users can disable the logging system to avoid lockups in sub-interpreters. (:issue:`545`) + * Filters support audio in general, and a new :meth:`.Graph.add_abuffer`. (:issue:`562`) + * :func:`av.open` supports timeout parameters. (:issue:`480` and :issue:`316`) + * Expose :attr:`Stream.base_rate` and :attr:`Stream.guessed_rate`. (:issue:`564`) + * :meth:`.VideoFrame.reformat` can specify interpolation. + * Expose many sets of flags. + + Fixes: + * Removed deprecated AV_FRAME_DATA_QP_TABLE_* enums. (:issue:`607`) + * Fix typing in :meth:`.CodecContext.parse` and make it more robust. + * Fix wrong attribute in ByteSource. (:issue:`340`) + * Remove exception that would break audio remuxing. (:issue:`537`) + * Log messages include last FFmpeg error log in more helpful way. + * Use AVCodecParameters so FFmpeg doesn't complain. (:issue:`222`) + +------------------------------------------------------------------- Old: ---- av-6.2.0.tar.gz New: ---- av-7.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-av.spec ++++++ --- /var/tmp/diff_new_pack.QFHbOt/_old 2020-02-24 15:56:25.888000586 +0100 +++ /var/tmp/diff_new_pack.QFHbOt/_new 2020-02-24 15:56:25.892000595 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-av # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-av -Version: 6.2.0 +Version: 7.0.1 Release: 0 Summary: Python bindings for FFmpeg's libraries License: BSD-3-Clause ++++++ av-6.2.0.tar.gz -> av-7.0.1.tar.gz ++++++ ++++ 174814 lines of diff (skipped)
