Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
9c011940b9 | |||
9cbb50e7ba | |||
c833996670 | |||
41285ea69a |
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 11 11:56:48 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- (Build)Require audioop-lts on Python 3.13
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 24 23:02:36 UTC 2024 - Guang Yee <gyee@suse.com>
|
||||
|
||||
- Enable sle15_python_module_pythons.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 20 11:49:43 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>
|
||||
|
||||
|
@@ -24,6 +24,7 @@
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pydub
|
||||
Version: 0.25.1
|
||||
Release: 0
|
||||
@@ -37,6 +38,7 @@ Patch0: skip_libopenh264-7.patch
|
||||
# PATCH-FIX-UPSTREAM gh#jiaaro/pydub#769
|
||||
Patch1: fix-assertions.patch
|
||||
BuildRequires: %{ffmpeg_pref}
|
||||
BuildRequires: %{python_module audioop-lts if %python-base >= 3.13}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module scipy}
|
||||
@@ -46,6 +48,9 @@ BuildRequires: fdupes
|
||||
BuildConflicts: %{ffmpeg_pref}-mini-libs
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: %{ffmpeg_pref}
|
||||
%if 0%{?python_version_nodots} >= 313
|
||||
Requires: python-audioop-lts
|
||||
%endif
|
||||
Recommends: python-scipy
|
||||
Recommends: python-simpleaudio
|
||||
BuildArch: noarch
|
||||
|
Reference in New Issue
Block a user