From 113f5e33626b7e69a28fe97bbdf7d10757f4f2aac5a43acf63f04a68f069d271 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 16 Dec 2023 21:22:07 +0000 Subject: [PATCH] - 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 --- imageio-ffmpeg-0.4.8.tar.gz | 3 --- imageio-ffmpeg-0.4.9.tar.gz | 3 +++ python-imageio-ffmpeg.changes | 19 ++++++++++++++++--- python-imageio-ffmpeg.spec | 12 +++++++----- 4 files changed, 26 insertions(+), 11 deletions(-) delete mode 100644 imageio-ffmpeg-0.4.8.tar.gz create mode 100644 imageio-ffmpeg-0.4.9.tar.gz diff --git a/imageio-ffmpeg-0.4.8.tar.gz b/imageio-ffmpeg-0.4.8.tar.gz deleted file mode 100644 index 5be959f..0000000 --- a/imageio-ffmpeg-0.4.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fdaa05ad10fe070b7fa8e5f615cb0d28f3b9b791d00af6d2a11e694158d10aa9 -size 17224 diff --git a/imageio-ffmpeg-0.4.9.tar.gz b/imageio-ffmpeg-0.4.9.tar.gz new file mode 100644 index 0000000..3968d21 --- /dev/null +++ b/imageio-ffmpeg-0.4.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39bcd1660118ef360fa4047456501071364661aa9d9021d3d26c58f1ee2081f5 +size 17378 diff --git a/python-imageio-ffmpeg.changes b/python-imageio-ffmpeg.changes index eb9de6c..27d3013 100644 --- a/python-imageio-ffmpeg.changes +++ b/python-imageio-ffmpeg.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Dec 16 21:20:26 UTC 2023 - Dirk Müller + +- 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 + ------------------------------------------------------------------- Thu Aug 17 13:31:33 UTC 2023 - ecsos @@ -7,8 +20,8 @@ Thu Aug 17 13:31:33 UTC 2023 - ecsos Sun Mar 26 19:53:26 UTC 2023 - Dirk Müller - update to 0.4.8: - * get_ffmpeg_exe always checks env var - * Fix pix_format parser to capture formats that have commas + * get_ffmpeg_exe always checks env var + * Fix pix_format parser to capture formats that have commas within strings * Avoid warning about invalid escape sequence in regex @@ -19,7 +32,7 @@ Thu Sep 29 02:35:44 UTC 2022 - Yogalakshmi Arunachalam Formal support for Python 3.5 -3.10. Automatically find available h264 encoders and choose the best. Allow users to specify quality=None. - A fix for closing the std stream. + A fix for closing the std stream. - v0.4.5 Set daemon attribute instead of using deprecated setDaemon method. diff --git a/python-imageio-ffmpeg.spec b/python-imageio-ffmpeg.spec index 4fa3d3c..a22281a 100644 --- a/python-imageio-ffmpeg.spec +++ b/python-imageio-ffmpeg.spec @@ -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