From ca1e2ff2fa11d86fbb1f1d40c117a1d613b08975 Mon Sep 17 00:00:00 2001
From: Bernhard M. Wiedemann <bwiedemann+opensusegit@suse.de>
Date: Jun 24 2020 13:53:02 +0000
Subject: Update python-av to rev 6 via SR 816734


https://build.opensuse.org/request/show/816734
by user StevenK + dimstar_suse
- Update to 8.0.2:
  * v8.0.2
    + Minor:
      - Enable GnuTLS support in the FFmpeg build used for binary wheels (:issue:`675`).
      - Make binary wheels compatible with Mac OS X 10.9+ (:issue:`662`).
      - Drop Python 2.x buffer protocol code.
      - Remove references to previous repository location.
  * v8.0.1
    + Minor:
      - Enable additional FFmpeg features in the binary wheels.
      - Use os.fsencode for both input and output file names (:issue:`600`).
  * v8.0.0
    + Major:
      - Drop support for Python 2 and Python 3.4.
      - Provide binary wheels for Linux, Mac and Windows.
    + Minor:
      - Remove shims for obsolete FFmpeg versions (:issue:`588`).
      - Add yuvj420p format for :meth:`VideoFrame.from_ndarray` and :meth:`VideoFrame.to_ndarray` (:issue:`583`).

---

diff --git a/packages/p/python-av/.files b/packages/p/python-av/.files
index 60317fd..d777737 100644
Binary files a/packages/p/python-av/.files and b/packages/p/python-av/.files differ
diff --git a/packages/p/python-av/.rev b/packages/p/python-av/.rev
index 9f51610..654fa71 100644
--- a/packages/p/python-av/.rev
+++ b/packages/p/python-av/.rev
@@ -58,4 +58,34 @@
     <comment></comment>
     <requestid>809808</requestid>
   </revision>
+  <revision rev="6" vrev="1">
+    <srcmd5>6954f96d94a75633dfbefe7a5f8e037a</srcmd5>
+    <version>8.0.2</version>
+    <time>1593006554</time>
+    <user>dimstar_suse</user>
+    <comment>- Update to 8.0.2:
+  * v8.0.2
+    + Minor:
+      - Enable GnuTLS support in the FFmpeg build used for binary wheels (:issue:`675`).
+      - Make binary wheels compatible with Mac OS X 10.9+ (:issue:`662`).
+      - Drop Python 2.x buffer protocol code.
+      - Remove references to previous repository location.
+  * v8.0.1
+    + Minor:
+      - Enable additional FFmpeg features in the binary wheels.
+      - Use os.fsencode for both input and output file names (:issue:`600`).
+  * v8.0.0
+    + Major:
+      - Drop support for Python 2 and Python 3.4.
+      - Provide binary wheels for Linux, Mac and Windows.
+    + Minor:
+      - Remove shims for obsolete FFmpeg versions (:issue:`588`).
+      - Add yuvj420p format for :meth:`VideoFrame.from_ndarray` and :meth:`VideoFrame.to_ndarray` (:issue:`583`).
+      - Add support for palette formats in :meth:`VideoFrame.from_ndarray` and :meth:`VideoFrame.to_ndarray` (:issue:`601`).
+      - Fix Python 3.8 deprecation warning related to abstract base classes (:issue:`616`).
+      - Remove ICC profiles from logos (:issue:`622`).
+    + Fixes:
+      - Avoid infinite timeout in :func:`av.open` (:issue:`589`).</comment>
+    <requestid>816734</requestid>
+  </revision>
 </revisionlist>
diff --git a/packages/p/python-av/av-7.0.1.tar.gz b/packages/p/python-av/av-7.0.1.tar.gz
deleted file mode 120000
index 7eb1c2a..0000000
--- a/packages/p/python-av/av-7.0.1.tar.gz
+++ /dev/null
@@ -1 +0,0 @@
-/ipfs/bafybeibswqwsyunnr2kvhluyni6pplgvpbg6o4vnaf6l63pmcxumjlx5ja
\ No newline at end of file
diff --git a/packages/p/python-av/av-8.0.2.tar.gz b/packages/p/python-av/av-8.0.2.tar.gz
new file mode 120000
index 0000000..3b0e3fa
--- /dev/null
+++ b/packages/p/python-av/av-8.0.2.tar.gz
@@ -0,0 +1 @@
+/ipfs/bafybeibgpp25setliui7fziei7f3dm5lhkl2lm77miy3bdp6w32e2vjdgu
\ No newline at end of file
diff --git a/packages/p/python-av/python-av.changes b/packages/p/python-av/python-av.changes
index 088c3b3..b7a122e 100644
--- a/packages/p/python-av/python-av.changes
+++ b/packages/p/python-av/python-av.changes
@@ -1,4 +1,31 @@
 -------------------------------------------------------------------
+Wed Jun 24 01:24:35 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
+
+- Update to 8.0.2:
+  * v8.0.2
+    + Minor:
+      - Enable GnuTLS support in the FFmpeg build used for binary wheels (:issue:`675`).
+      - Make binary wheels compatible with Mac OS X 10.9+ (:issue:`662`).
+      - Drop Python 2.x buffer protocol code.
+      - Remove references to previous repository location.
+  * v8.0.1
+    + Minor:
+      - Enable additional FFmpeg features in the binary wheels.
+      - Use os.fsencode for both input and output file names (:issue:`600`).
+  * v8.0.0
+    + Major:
+      - Drop support for Python 2 and Python 3.4.
+      - Provide binary wheels for Linux, Mac and Windows.
+    + Minor:
+      - Remove shims for obsolete FFmpeg versions (:issue:`588`).
+      - Add yuvj420p format for :meth:`VideoFrame.from_ndarray` and :meth:`VideoFrame.to_ndarray` (:issue:`583`).
+      - Add support for palette formats in :meth:`VideoFrame.from_ndarray` and :meth:`VideoFrame.to_ndarray` (:issue:`601`).
+      - Fix Python 3.8 deprecation warning related to abstract base classes (:issue:`616`).
+      - Remove ICC profiles from logos (:issue:`622`).
+    + Fixes:
+      - Avoid infinite timeout in :func:`av.open` (:issue:`589`). 
+
+-------------------------------------------------------------------
 Wed May 27 09:36:11 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
 
 - %python3_only -> %python_alternative
diff --git a/packages/p/python-av/python-av.spec b/packages/p/python-av/python-av.spec
index 22a7430..32115b8 100644
--- a/packages/p/python-av/python-av.spec
+++ b/packages/p/python-av/python-av.spec
@@ -17,12 +17,12 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:           python-av
-Version:        7.0.1
+Version:        8.0.2
 Release:        0
 Summary:        Python bindings for FFmpeg's libraries
 License:        BSD-3-Clause
-Group:          Development/Languages/Python
 URL:            https://github.com/mikeboers/PyAV
 Source:         https://files.pythonhosted.org/packages/source/a/av/av-%{version}.tar.gz
 BuildRequires:  %{python_module Cython}