diff --git a/av-6.1.2.tar.gz b/av-6.1.2.tar.gz deleted file mode 100644 index 2de1f94..0000000 --- a/av-6.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eebbb56eeae650b1fc551f94d51aee39b487bf4df73c39daea186c5d2950650f -size 2093503 diff --git a/av-6.2.0.tar.gz b/av-6.2.0.tar.gz new file mode 100644 index 0000000..d6bcf99 --- /dev/null +++ b/av-6.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fb03da095773d283cff051e16cf6af1208b39bf62b97f6c4ef4b22e151ea3f2 +size 1997279 diff --git a/python-av.changes b/python-av.changes index c0245da..f678091 100644 --- a/python-av.changes +++ b/python-av.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Jul 25 11:52:20 UTC 2019 - pgajdos@suse.com + +- version update to 6.2.0 + * Allow :meth:`av.open` to be used as a context manager. + * Fix compatibility with PyPy, the full test suite now passes. (:issue:`130`) + * Add :meth:`.InputContainer.close` method. (:issue:`317`, :issue:`456`) + * Ensure audio output gets flushes when using a FIFO. (:issue:`511`) + * Make Python I/O buffer size configurable. (:issue:`512`) + * Make :class:`.AudioFrame` and :class:`VideoFrame` more garbage-collector + friendly by breaking a reference cycle. (:issue:`517`) + ------------------------------------------------------------------- Tue Apr 16 10:10:03 UTC 2019 - Tomáš Chvátal diff --git a/python-av.spec b/python-av.spec index 1c9f1c3..ca89f6e 100644 --- a/python-av.spec +++ b/python-av.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-av -Version: 6.1.2 +Version: 6.2.0 Release: 0 Summary: Python bindings for FFmpeg's libraries License: BSD-3-Clause @@ -50,9 +50,6 @@ Pythonic bindings for FFmpeg's libraries. %install %python_install -rm -Rf %{buildroot}%{python2_sitearch}/scratchpad -mkdir -p %{buildroot}%{_datadir}/python3-av -mv %{buildroot}%{python3_sitearch}/scratchpad %{buildroot}%{_datadir}/python3-av %python_expand %fdupes %{buildroot}%{$python_sitearch} %check @@ -63,7 +60,6 @@ mv %{buildroot}%{python3_sitearch}/scratchpad %{buildroot}%{_datadir}/python3-a %license LICENSE.txt %doc README.md %python3_only %{_bindir}/pyav -%python3_only %{_datadir}/python3-av %{python_sitearch}/av %{python_sitearch}/av-%{version}-py%{py_ver}.egg-info