15
0

- 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:
2023-12-16 21:22:07 +00:00
committed by Git OBS Bridge
parent 221e0a1c8a
commit 113f5e3362
4 changed files with 26 additions and 11 deletions

View File

@@ -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