forked from pool/python-av
Accepting request 718539 from home:pgajdos
- 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`)
OBS-URL: https://build.opensuse.org/request/show/718539
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-av?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
f0c53bbd6a
commit
09502e97c2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user