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 2023-12-06 23:47:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-av (Old) and /work/SRC/openSUSE:Factory/.python-av.new.25432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-av" Wed Dec 6 23:47:54 2023 rev:15 rq:1131183 version:11.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-av/python-av.changes 2023-08-14 22:35:32.252331370 +0200 +++ /work/SRC/openSUSE:Factory/.python-av.new.25432/python-av.changes 2023-12-06 23:48:18.199432089 +0100 @@ -1,0 +2,17 @@ +Tue Dec 5 17:34:56 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- update to 11.0.0: + * Add support for FFmpeg 6.0, drop support for FFmpeg < 5.0. + * Add support for Python 3.12, drop support for Python < 3.8. + * Add support for the ENCODER_FLUSH encoder flag + * Add VideoFrame ndarray operations for yuv444p/yuvj444p formats + * Add setters for AVFrame.dts, AVPacket.is_keyframe and + AVPacket.is_corrupt (:issue:`1179`). + * Fix build using Cython 3 (:issue:`1140`). + * Populate new streams with codec parameters (:issue:`1044`). + * Explicitly set python_requires to avoid installing on + incompatible Python (:issue:`1057`). + * Make AudioFifo.__repr__ safe before the first frame + * Guard input container members against use after closes + +------------------------------------------------------------------- Old: ---- av-10.0.0.tar.gz New: ---- av-11.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-av.spec ++++++ --- /var/tmp/diff_new_pack.phLUNv/_old 2023-12-06 23:48:18.883457306 +0100 +++ /var/tmp/diff_new_pack.phLUNv/_new 2023-12-06 23:48:18.887457454 +0100 @@ -16,24 +16,23 @@ # -%define skip_python2 1 +%{?sle15_python_module_pythons} Name: python-av -Version: 10.0.0 +Version: 11.0.0 Release: 0 Summary: Python bindings for FFmpeg's libraries License: BSD-3-Clause URL: https://github.com/PyAV-Org/PyAV Source: https://files.pythonhosted.org/packages/source/a/av/av-%{version}.tar.gz -BuildRequires: %{python_module Cython with %python-Cython < 3} -BuildRequires: %{python_module devel} +BuildRequires: %{python_module Cython} +BuildRequires: %{python_module devel >= 3.8} BuildRequires: %{python_module numpy} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes -BuildRequires: libavutil-devel < 5 -BuildRequires: libavutil-devel >= 4.3 BuildRequires: pkgconfig BuildRequires: python-rpm-macros +BuildRequires: (libavutil-devel >= 4.3 with libavutil-devel < 5) BuildRequires: pkgconfig(libavdevice) BuildRequires: pkgconfig(libavfilter) BuildRequires: pkgconfig(libavutil) ++++++ av-10.0.0.tar.gz -> av-11.0.0.tar.gz ++++++ ++++ 565855 lines of diff (skipped)