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
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eebbb56eeae650b1fc551f94d51aee39b487bf4df73c39daea186c5d2950650f
|
||||
size 2093503
|
||||
3
av-6.2.0.tar.gz
Normal file
3
av-6.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4fb03da095773d283cff051e16cf6af1208b39bf62b97f6c4ef4b22e151ea3f2
|
||||
size 1997279
|
||||
@@ -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 <tchvatal@suse.com>
|
||||
|
||||
|
||||
@@ -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