Hello community,

here is the log from the commit of package python-av for openSUSE:Leap:15.2 
checked in at 2020-05-13 13:48:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-av (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-av.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-av"

Wed May 13 13:48:00 2020 rev:2 rq:787263 version:7.0.1

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-av/python-av.changes    2020-02-16 
18:29:28.582754310 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-av.new.2738/python-av.changes  
2020-05-13 13:48:03.505401078 +0200
@@ -1,0 +2,29 @@
+Sat Mar 14 08:45:07 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix build without py2 available
+
+-------------------------------------------------------------------
+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.dD3zSF/_old  2020-05-13 13:48:03.965402068 +0200
+++ /var/tmp/diff_new_pack.dD3zSF/_new  2020-05-13 13:48:03.969402077 +0200
@@ -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
@@ -61,6 +61,6 @@
 %doc README.md
 %python3_only %{_bindir}/pyav
 %{python_sitearch}/av
-%{python_sitearch}/av-%{version}-py%{py_ver}.egg-info
+%{python_sitearch}/av-%{version}-py%{python_version}.egg-info
 
 %changelog

++++++ av-6.2.0.tar.gz -> av-7.0.1.tar.gz ++++++
++++ 174814 lines of diff (skipped)


Reply via email to