forked from pool/python-imageio-ffmpeg
- update to 0.4.9:
* detect linux-aarch6 correctly for ffmpeg filenames * Add GH Sponsors Link * Updated deprecated test approach + minor changes * Fix format * Enable py311 on ci * Check CI pypy * Add setuptools dependency * correct `fps` parsing * get_ffmpeg_exe always checks env var * Fix pix_format parser to capture formats that have commas A fix for closing the std stream. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-imageio-ffmpeg?expand=0&rev=11
This commit is contained in:
@@ -18,15 +18,16 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-imageio-ffmpeg
|
||||
Version: 0.4.8
|
||||
Version: 0.4.9
|
||||
Release: 0
|
||||
Summary: FFMPEG wrapper for Python
|
||||
License: BSD-2-Clause
|
||||
Group: Development/Languages/Python
|
||||
URL: https://github.com/imageio/imageio-ffmpeg
|
||||
Source: https://files.pythonhosted.org/packages/source/i/imageio-ffmpeg/imageio-ffmpeg-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pip > 19}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: ffmpeg-4
|
||||
BuildRequires: python-rpm-macros
|
||||
@@ -41,10 +42,10 @@ FFMPEG wrapper for working with video files in Python.
|
||||
%setup -q -n imageio-ffmpeg-%{version}
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
@@ -54,6 +55,7 @@ FFMPEG wrapper for working with video files in Python.
|
||||
%files %{python_files}
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/imageio_ffmpeg
|
||||
%{python_sitelib}/imageio_ffmpeg-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user