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-05-03 21:19:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-av (Old)
 and      /work/SRC/openSUSE:Factory/.python-av.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-av"

Tue May  3 21:19:40 2022 rev:10 rq:974760 version:9.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-av/python-av.changes      2022-01-11 
21:24:05.621162414 +0100
+++ /work/SRC/openSUSE:Factory/.python-av.new.1538/python-av.changes    
2022-05-03 21:19:48.641061701 +0200
@@ -1,0 +2,39 @@
+Mon May  2 21:45:05 UTC 2022 - Ferdinand Thiessen <r...@fthiessen.de>
+
+- Update to version 9.2.0
+  * Add an io_open argument to av.open for multi-file custom I/O.
+  * Add support for AV_FRAME_DATA_SEI_UNREGISTERED
+  * Ship .pxd files to allow other libraries to cimport av
+  * Fix an ImportError when using Python 3.8/3.9
+- Update to version 9.1.0
+  * Add VideoFrame ndarray operations for rgb48be, rgb48le,
+    rgb64be, rgb64le pixel formats.
+  * Add VideoFrame ndarray operations for gray16be,
+    gray16le pixel formats
+  * Make it possible to use av.open() on a pipe
+  * Use the "ASS without timings" format when decoding subtitles.
+  * Fix crash when closing an output container an encountering an I/O error
+  * Fix crash when probing corrupt raw format files
+  * Fix crash when manipulating streams with an unknown codec
+  * Remove obsolete KEEP_SIDE_DATA and MP4A_LATM flags which are
+    gone in FFmpeg 5.0.
+  * Deprecate to_bytes() method of Packet, Plane and SideData,
+    use bytes(packet) instead.
+- Update to version 9.0.2
+  * Fix framerate when writing video with FFmpeg 4.4
+- Update to version 9.0.0
+  * Re-implement AudioResampler with aformat and buffersink
+    AudioResampler.resample() now returns a list of frames.
+  * Remove deprecated methods: AudioFrame.to_nd_array,
+    VideoFrame.to_nd_array and Stream.seek.
+  * Fix VideoFrame.to_image with height & width
+  * Fix setting Stream time_base
+  * Replace deprecated av_init_packet with av_packet_alloc
+  * Validate pixel format in VideoCodecContext.pix_fmt setter
+  * Fix AudioFrame ndarray conversion endianness
+  * Improve time_base support with filters
+  * Allow flushing filters by sending None
+  * Avoid unnecessary vsnprintf() calls in log_callback()
+  * Make Frame.from_ndarray raise ValueError instead of AssertionError.
+
+-------------------------------------------------------------------

Old:
----
  av-8.1.0.tar.gz

New:
----
  av-9.2.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-av.spec ++++++
--- /var/tmp/diff_new_pack.Rhh02u/_old  2022-05-03 21:19:49.133062317 +0200
+++ /var/tmp/diff_new_pack.Rhh02u/_new  2022-05-03 21:19:49.141062327 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-av
-Version:        8.1.0
+Version:        9.2.0
 Release:        0
 Summary:        Python bindings for FFmpeg's libraries
 License:        BSD-3-Clause
@@ -71,7 +71,18 @@
 %check
 mv av .av
 # 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)'
+export disabled_tests="test_video_default_options or \
+  test_decode_video_corrupt or \
+  test_encoding_with_pts or \
+  test_decoder_extradata or \
+  test_encoder_extradata or \
+  test_encoder_pix_fmt or \
+  test_default_options or \
+  test_stream_probing or \
+  test_stream_index or \
+  test_codec_mpeg4 or \
+  test_codec_tag"
+%pytest_arch tests -k "not ($disabled_tests)"
 mv .av av
 
 %files %{python_files}

++++++ av-8.1.0.tar.gz -> av-9.2.0.tar.gz ++++++
++++ 88774 lines of diff (skipped)

Reply via email to